0

我正在使用 Schemacrawler CLI 将 PostgreSQL 数据库模式提取到使用 JSON 格式的文件中。但是,在模式(特定数据库中有 12 个)上,它仅显示模式 0-9 的 UUID,显示模式 10 的信息,其余 (11) 再次仅显示 UUID。有什么建议么?CLI 命令是:

schemacrawler --server=postgresql --host=xx.xx.xx.xxx --port=5463 --database=nkm --user=xxxxxx --password=yyyyyyy --info-level=maximum --command=serialize - -output-format=JSON --sort-tables=true --routines=.* --output-file=NMK-schema.JSON

4

0 回答 0