创建没有描述的 SchemaCrawler 图

Create SchemaCrawler diagram without descriptions

我使用 SchemaCrawler 创建数据库图表。源是一个 Oracle 数据库,其中 table 和列确实有一个 COMMENT 集。唉,来自 COMMENT 的文本确实出现在图表中,这使得图表变得巨大且几乎不可读。 SchemaCrawler 确实有很多选项,但我不知道如何从图表中排除 table 和列描述?

阿德里安,

请使用-noremarks命令行开关,table和列注释将不会显示在图表上。请确保您使用的是最新版本的 SchemaCrawler 才能使此开关正常工作,因为它是在最近的版本中添加的。

Sualeh Fatehi,SchemaCrawler