oscarfonts/mysql-workbench-to-postgres

mysql autoincrement not translated to postgresql syntax

Closed this issue · 2 comments

Hi,

thanks for the script! I saw one thing for autoincrementing primary keys. In mysql there is an extra statement ( id INT NOT NULL AUTO_INCREMENT) , in postgres an incrementing primary key is marked as SERIAL and not ID only to activate autoincrement ( "id" SERIAL NOT NULL).

Would you be able to submit a Pull Request?

Hey, I didnt have time to work on it yet. Just wanted to mention for the moment.