Description of create_single_column_domain

CREATE DOMAIN [IF NOT EXISTS ][ schema .] domain_name AS datatype [ STRICT ]
[column_properties_clause]  
 [ DISPLAY display_expression ]
 [ ORDER order_expression ]
 [ annotations_clause ]