Interface AddColumnOperation

An operation to add columns to the table.

interface AddColumnOperation {
    columns: CreateTableColumnDefinitions;
}

Properties

Properties

The columns to add to the table, of the same format as in createTable