Parameter | Type | Description | Example |
object | The table schema. | ||
primaryKeys | array | A list of primary key column names. | |
string | The name of a primary key column. | order_id | |
options | object | A list of table configuration options. | |
string | A configuration option. | bucket : 5 | |
comment | string | The comment for the table. | description |
partitionKeys | array | A list of partition column names. | |
string | The name of a partition column. | pt | |
fields | array | A list of table column definitions. | |
The definition of a table column. |