add_="view"
<do action_="sql" add_="view"
schema_="[SCHEMA]" objname_="[TABLE]"/>
adds an empty table to a specified schema.
Description
add_="table" creates a new empty table that is associated with the
underlying 1010data table default.empty. You can then modify the table with
the put_="table" transaction. The caller must be an admin of the specified
schema.
Syntax
<dynamic>
<do action_="sql" add_="table"
schema_="[SCHEMA]"
objname_="[TABLE]"/>
</dynamic>
Attributes for add_="view"
schema_- The schema where the table is to be added.
objname_- The name of the new empty (no columns) table to be added.
