CreateTable
Creates a table in HarperDB.
Input
Name | Type | Required | Description |
SchemaName | String | True | The name of the schema. |
TableName | String | True | The name of the table. |
PrimaryKey | String | True | The name of the primary key (hash attribute) for the table. |
Residence | String | False | A comma-separated list of nodes to synchronize table data. Use * to specify all nodes. |
Result Set Columns
Name | Type | Description |
Success | String | Whether or not the table was successfully created. |