We use the Data Modeler for different Databases.
At first, we made different models for the different databases. This is not good.
Now, we make one model (Actually we use PostgreSQL, Microsoft SQL and Interbase). For different datatypes we use domains.
All that works fine.
But, we have to rework at the foreign keys. Rules on delete/update
The default ist NO ACTION on all databases. This works without any definition.
BUT the Data Modeler make RESTRICT for PostgreSQL instead of NO ACTION or instead of nothing. This don't work on MS-SQL.
Either you make nothing for Foreign Key with No Action or you make the keyword "NO ACTION".
Is this possible?