To drop a single column, use the simple form of this element where the tableName and columnName are specified as attributes. To drop several columns, specify the tableName as an attribute, and then specify a set of nested <column> tags. If nested <column> tags are present, the columnName attribute will be ignored.
Available Attributes
Name
Description
catalogName
Name of the catalog@ v3.0E.g. 'cat'
columnName
Name of the column to drop, if dropping a single column. Ignored if nested 'column's are definedE.g. 'id'
schemaName
Name of the schemaE.g. 'public'
tableName
Name of the table containing the column(s) to dropE.g. 'person'
Nested Properties
Name
Description
columns / column [0..N]
Columns to be dropped if dropping multiple columns. If this is populated, the columnName attribute is ignored.Note:columns tag not required in XML