alter_table_action

alter_table_action 
      ::= 
      add_column_def 
      | alter_column_def 
      | drop_column_def 
      | add_table_constraint_def 
      | drop_table_constraint_def 

[rule list]
This rule is called by

-> alter_table_stmt