POST
/
tables
/
{table_id}
/
columns
"<any>"

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

table_id
string
required

Query Parameters

workspace_id
string
required

Body

application/json

Create model for a table column.

name
string
required

The name of the column

Required string length: 1 - 100
type
enum<string>
required

The SQL type of the column

Available options:
TEXT,
VARCHAR,
INTEGER,
BIGINT,
DECIMAL,
BOOLEAN,
TIMESTAMP,
TIMESTAMPTZ,
JSONB,
UUID
nullable
boolean
default:true
default
any | null

Response

201
application/json
Successful Response

The response is of type any.

Was this page helpful?