This column:
id serial PK
is currently exported to postgresql as:
"id" serial
when it should be:
"id" serial primary key
This column:
id serial PK
is currently exported to postgresql as:
"id" serial
when it should be:
"id" serial primary key
Thank you Nathan this is good feedback, we’re going to fix this.