PostgreSQL-For-Wordpress/postgresql-for-wordpress

Detect usage of AUTO_INCREMENT and add relevant auto incrementing type

mattbucci opened this issue · 2 comments

bigint UNSIGNED AUTO_INCREMENT should probably be bigserial
https://www.postgresql.org/docs/current/datatype-numeric.html

Today we simply remove the unsigned part and add a sequence

Closed by #76