I have the following ddl:
CREATE DOMAIN test_domain VARCHAR(25) NOT NULL;

However, for one of the tables column that use this domain, the column can be 
null. How can I override the domain NOT NULL constraint?

Reply via email to