Create a column
Tables
Create a column
Adds a new typed column to the given table and creates blank cells for every existing row.
Specify data.type to set the column type (defaults to string).
For select/multiSelect columns, provide data.selectItems.
Returns the created column and the new cells.
POST
Create a column