create_migration_plan
Create a deterministic PostgreSQL migration plan from reviewed forward and rollback SQL statements, without executing on the database.
Instructions
Create a deterministic reviewed PostgreSQL migration plan without touching the database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Stable migration name | |
| steps | Yes | Ordered forward and rollback statement pairs |