column_constraint

column_constraint 
      ::= 
      "not" "null" 
      | unique_spec 
      | refs_spec 
      | check_constraint_def 

[rule list]
This rule is called by

-> column_constraint_def