次の方法で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
ますが、すでに試してみましたが成功しませんでした。
どのように進めればよいですか?