Hi,
I use a lot of domains and the names of check constraint should be like CK_TableShortName_ColumnName.
I defined already a property ‘TableShortName’ for every entity.
Now I’m looking for the easiest way to get the those names for check constraints?
Adapt the generation of the check constaints? (Doesn’t seem so easy)
Is it possible to define a new application variable ‘TableShortName’? The I could name all domain constraints as CK_<%TableShortName%>_<%ColumnName%>
Other solution?