tables
Create Column
Add a column to a table.
POST
Error
Authorizations
Body
application/json
Create model for a table column.
The name of the column
Required string length:
1 - 100The SQL type of the column
Available options:
TEXT, INTEGER, NUMERIC, DATE, BOOLEAN, TIMESTAMPTZ, JSONB, SELECT, MULTI_SELECT Required string length:
1 - 100Whether to create a unique index on the column
Response
Successful Response
Definition for a table column.