⚠️ SCHEMA CHANGE: Import schema from SQL or JSON. Creates tables, indexes, views, triggers. Fails if objects exist without IF NOT EXISTS.
import_schemaImport database schema from SQL or JSON to create tables, indexes, views, and triggers. Fails if objects already exist without IF NOT EXISTS clause.
Instructions
⚠️ SCHEMA CHANGE: Import schema from SQL or JSON. Creates tables, indexes, views, triggers. Fails if objects exist without IF NOT EXISTS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | sql | |
| schema | Yes | ||
| database_name | No |