tables
Update Column
Update a column.
PATCH
Authorizations
Query Parameters
Body
application/json
Update 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
Whether the column can be null
The default value of the column
Response
204
_mintlify/placeholder
Successful Response
Was this page helpful?