tracecat_create_column
Add a new column to an existing table by specifying table ID, name, and data type. Supports TEXT, INTEGER, NUMERIC, DATE, BOOLEAN, TIMESTAMP, TIMESTAMPTZ, JSONB, UUID, SELECT, and MULTI_SELECT.
Instructions
Create a new column in a table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_id | Yes | Table ID | |
| name | Yes | Column name | |
| type | Yes | Column type: TEXT, INTEGER, NUMERIC, DATE, BOOLEAN, TIMESTAMP, TIMESTAMPTZ, JSONB, UUID, SELECT, MULTI_SELECT |