currently when you export a mwb file to sql it will create constraints at the create table step. what needs to happen is these constraints need to be broken out into alter table statements and run after the initial table creation this creates a condition where the sql script cannot be run as it tries to create fk's to non existent tables. can someone address this?
↧