pg-to-dbml-papandreou
Version:
CLI tool to scan your postgres database, and output DBML.
12 lines (8 loc) • 379 B
Markdown
# CHANGELOG
## 0.2.1
### Changes
- Fixed bug #21
- Updated queries to work with Postgres system tables and commands, per Postgres version 9.3.25.
- Updated column default note to use double quotes since the database column notes themselves can have single-quotes.
- Added transform of `time without timezone` to `timestamp`
- Added transform of `double precision` to `number`