Sql script generate tables order
Posted: Sat 03 May 2014 01:18
Hi there,
I have a small data model consisting of 25 tables in 2 different schemas.
When generating the sql creation script, the tables are created in the wrong order (if table a has a 1 to n relation to table b, table be has to be created before table a -or- the foreign key has to be defined afterwards).
Unfortunately, entity developer is not respecting this. Is there a way to circumvent this?
Kind regards
Matthias
I have a small data model consisting of 25 tables in 2 different schemas.
When generating the sql creation script, the tables are created in the wrong order (if table a has a 1 to n relation to table b, table be has to be created before table a -or- the foreign key has to be defined afterwards).
Unfortunately, entity developer is not respecting this. Is there a way to circumvent this?
Kind regards
Matthias