Domains

Domains are user-defined data types. They improve convenience and encourage consistency in the database.

Domains allow you to define columns on the same data type automatically thoughout a database. Domains can have the same NULL or NOT NULL condition, with the same DEFAULT setting and the same CHECK condition.