ondras / wwwsqldesigner

WWW SQL Designer, your online SQL diagramming tool
https://sql.toad.cz/?keyword=online_library
BSD 3-Clause "New" or "Revised" License
2.86k stars 722 forks source link

Generate SQL - Postgres - Move FKey creation to end of script #287

Closed loro2 closed 4 years ago

loro2 commented 4 years ago

So far if FKeys were present, the generated SQL for Postgres failed to execute because of the wrong ordering (creation of FKeys before creation of referenced tables).

ondras commented 4 years ago

Thanks a lot!