Add primary key to postgresql export

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.