Hi,
I noticed that when creating tables using HCreationIfNotFound() the foreign key constraints (integrity constraints) are not created. I'm talking about mssql server, nor with the regular driver nor with the native driver.
When I go into the analysis there is an option to generate an database-create-sql script. Here we have an option to create constraints as well and yes it generates the necessary scripts. But that makes live a bit more complex, whenever I add a new table.
Is this by design or 'as expected' or do I miss something?
I noticed that when creating tables using HCreationIfNotFound() the foreign key constraints (integrity constraints) are not created. I'm talking about mssql server, nor with the regular driver nor with the native driver.
When I go into the analysis there is an option to generate an database-create-sql script. Here we have an option to create constraints as well and yes it generates the necessary scripts. But that makes live a bit more complex, whenever I add a new table.
Is this by design or 'as expected' or do I miss something?