我通过以下方式调用SchemaCrawler :
call java -classpath ../_schemacrawler/lib/*;lib/* schemacrawler.Main -server=mysql -database=db_db -host=localhost -user=user -password=pwd -infolevel=maximum -command=brief -portablenames=false -tabletypes=TABLE -routines=.*\.X.*.* -routines=.*\.X.*.* -outputformat=html -o=html.html %*
它会生成一个不错的 html 输出。但我想看看表格COMMENT
文本。它出现在列的情况下,但无法找到一种方法来查看表的情况。
我想这与-noremarks
选项有关,但我已经尝试过但没有成功。
我应该如何进行?