I have a type (UDT) for names, which is used in several tables. I would like the constraint to apply to the type so that I don't have to add a trigger for every table. Every time a table is created which uses the name type, the constraint will automatically apply.
|