create_migration_scripts
Generate SQL Server migration scripts for schema changes, including up and down migrations for tables, columns, indexes, and constraints.
Instructions
Generate migration scripts for schema changes with up/down migrations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: dbo) | |
| changes | Yes | Array of table changes to generate migration scripts for |