Skip to content

Releases: mevdschee/dbml-tools

Module path fixed

14 Jun 23:10

Choose a tag to compare

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.