run_ddl
Execute CREATE, ALTER, and DROP statements with mandatory confirmation and optional dry run to safely manage database schema changes.
Instructions
CREATE/ALTER/DROP for migrator/admin; requires confirm:true; optional dry_run
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| confirm | No | ||
| dry_run | No |