Releases: mevdschee/dbml-tools
Releases · mevdschee/dbml-tools
Module path fixed
fix serial and bigserial generation for [pk, increment] columns The blog.dbml fixture used 'int [pk, increment]' for comments.id, but it represents a bigserial column, so the type is now 'bigint [pk, increment]'. Generic dump output now renders auto-increment integer primary keys as serial/bigserial, matching the Postgres SERIAL/BIGSERIAL promotion.