⚠️ SCHEMA CHANGE: Create table; fails if it exists.
create_tableCreate a new SQLite table with specified columns, data types, and constraints. Prevents duplicate tables by failing if the table already exists.
Instructions
⚠️ SCHEMA CHANGE: Create table; fails if it exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| columns | Yes | ||
| database_name | No |