INPUT_OBJECT
CreateTableColumnInput
link
| Parameter Name | Type | Description |
|---|---|---|
| tableId | String! | The name of the table that you want to attach this column type to. |
| columnType | ColumnType! | The type of the column |
| name | String! | The name of the column |
| description | String! | The description of the data held in the column |
| textLength | Int | The maximum length of the text. The max value is 102400. Default: 255 |
| textEncrypted | Boolean | Indicates whether the text should be encrypted. Default: false |
| numberType | NumberType | The type of number to represent. |
| nullable | Boolean | Whether null data value can be explictly set. Default: true |
| clientMutationId | String |