db-migrate / pg

A postgresql driver for db-migrate.
Other
67 stars 51 forks source link

feat(bigserial): support BIGSERIAL when using autoIncrement with bigint type #77

Closed jessicaschissato closed 1 year ago

jessicaschissato commented 1 year ago

Map column to BIGSERIAL when using autoIncrement: true combined with type: 'bigint'.

wzrdtales commented 1 year ago

legit, but missing tests

jessicaschissato commented 1 year ago

@wzrdtales added a test. I'm not familiar with vows though so feel free to request any changes.