del_="column"

<do action_="sql" del_="column" schema_="[SCHEMA]" table_="[TABLE]" objname_="[COLUMN]"/> deletes a column from the specified table.

Description

del_="column" deletes all metadata for that column. This should be considered an irreversible operation. The user must be an admin of the specified schema.

Syntax

<dynamic>
    <do action_="sql" del_="column"
     schema_="[SCHEMA]"
     table_="[TABLE]"
     objname_="[COLUMN]" />
</dynamic>

Attributes for del_="column"

schema_
The schema containing the column to delete.
table_
The table containing the column to delete.
objname_
The name of the column to delete.