sebastienros/yessql

PostgreSQL - use identity instead of serial

MikeKry opened this issue · 2 comments

Hi,

according to docs, serial primary key should not be used anymore. Maybe it would be worth to apply this change to postgresql dialect
https://wiki.postgresql.org/wiki/Don%27t_Do_This#Don.27t_use_serial

Could you please submit a PR?

Hello folks, I've also noticed usage of 'serial' so I've created a PR #551 , could you please take a look on it ?