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
Sql script generate tables order
Re: Sql script generate tables order
1. Please specify the ORM framework (LinqConnect/Entity Framework/NHibernate) you are working with.
2. If possible, send us a test model so that we can reproduce the issue in our environment.
2. If possible, send us a test model so that we can reproduce the issue in our environment.