简体   繁体   中英

Output PostgreSQL enum types

I have some custom enum types (eg CREATE TYPE speedType AS ENUM ('kph', 'mph', 'mps'); ) in a PostgreSQL DB. Can I output that with the Schemacrawler command line tool?

Enums types are supported as first-class schema metadata objects for PostgreSQL and MySQL, and displayed in the output since SchemaCrawler 16.4.1.

Sualeh Fatehi, SchemaCrawler

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM