⚠️ SCHEMA CHANGE: Create table with columns and constraints. Supports primary keys, defaults, NOT NULL. Fails if exists.
create_tableCreate a new SQLite table with specified columns, data types, primary keys, default values, and NOT NULL constraints. Table must not already exist.
Instructions
⚠️ SCHEMA CHANGE: Create table with columns and constraints. Supports primary keys, defaults, NOT NULL. Fails if exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| columns | Yes | ||
| database_name | No |