create_table
Define and create a new database table with specified columns, data types, constraints, and options such as shard key, sort key, or compression for efficient data management.
Instructions
Create a new table in the database with specified columns and constraints
Input Schema
Name | Required | Description | Default |
---|---|---|---|
columns | Yes | List of columns to create | |
table_name | Yes | Name of the table to create | |
table_options | No |