Description of create_single_column_domain

CREATE [ USECASE ] DOMAIN [IF NOT EXISTS ][ schema .] domain_name 
  AS { datatype  |  ENUM ( enum_list ) }
[column_properties_clause]  
 [ DISPLAY display_expression ]
 [ ORDER order_expression ]
 [ annotations_clause ]