我通过以下方式致电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
选项有关但我已经尝试过但没有成功。
我该怎么办?