tables
Create Column
Add a column to a table.
POST
Authorizations
Path Parameters
Query Parameters
Body
application/json
Create model for a table column.
The name of the column
Required string length:
1 - 100
The SQL type of the column
Available options:
TEXT
, VARCHAR
, INTEGER
, BIGINT
, DECIMAL
, BOOLEAN
, TIMESTAMP
, TIMESTAMPTZ
, JSONB
, UUID
Response
201
application/json
Successful Response
The response is of type any
.
Was this page helpful?