add_="column"
<do action_="sql" add_="column"
schema_="[SCHEMA]" table_="[TABLE]"
objname_="[COLUMN]"/> creates a new dummy column in the
specified table.
Description
add_="column" creates a new dummy column (underlying name
c0). You can then modify the column with the
put_="column" transaction. The caller must be an admin of the specified
schema.
Syntax
<dynamic>
<do action_="sql" add_="column"
schema_="[SCHEMA]"
table_="[TABLE]"
objname_="[COLUMN]"/>
</dynamic>
Attributes for add_="column"
schema_- The schema where the column is to be added.
table_- The table where the column is to be added.
objname_- The name of the new column to be added.
