PATCH
/
tables
/
{table_id}
/
columns
/
{column_id}
This response does not have an example.

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

table_id
string<uuid4>
required
column_id
string<uuid4>
required

Query Parameters

workspace_id
string<uuid>
required

Body

application/json

Update model for a table column.

name
string | null

The name of the column

Required string length: 1 - 100
type
enum<string> | null

The SQL type of the column Supported SQL types.

Available options:
TEXT,
INTEGER,
NUMERIC,
BOOLEAN,
TIMESTAMP,
TIMESTAMPTZ,
JSONB,
UUID
nullable
boolean | null

Whether the column can be null

default
any

The default value of the column

is_index
boolean | null

Whether the column is an index

Response

Successful Response