I have defined the naming standard for a NOT NULL Constraint in Design Properties (double-click the design name, Settings-> Naming Standards -> Templates) like this:

namingTemplates

How do I get my NOT NULL Constraints named as defined in the Template?

Check your Preferences.apply4Generate Short Form of NOT NULL Constraints must be turned off.

 

Then select the relational model from the Browser, right-click and select Apply Naming Standards to Keys and Constraints.applynamingstandars

Make sure to choose Not Null Constraints.

apply2

Now you can see the  names defined for the not null contraints in the Column Properties.

apply3

You can also see them defined in the DDL Preview.

apply5

And in the DDL itself.

apply6

 

— Heli