v1

latestSwagger 2.02026-07-17122339.6 KB

add a single column to existing table

post/schema/tables/{table}/columns

Path parameters

tablestring required

Request body

caseInsensitiveboolean

Whether to compare characters case insensitively for enum columns. It only matters for ingestion client as it's the place to concert enum strings to enum values.

defaultValuestring

We store the default value as string here since it's from user input. Nil means the default value is NULL. Actual default value of column data type should be stored in memstore.

deletedboolean

Deleted columns are kept as placeholders in Table.Columns.

disableAutoExpandboolean

Whether disable enum cases auto expansion.

namestring

Immutable, columns cannot be renamed.

typestring

Immutable, columns cannot have their types changed.

addToArchivingSortOrderboolean

Response

NoContentResponse represents Response with no content.