get_table_alter_ddl
Generate ALTER TABLE statements to add columns and constraints to existing SQL Server tables for schema modifications.
Instructions
Generates ALTER TABLE DDL statements to add columns and constraints from an existing table.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableName | Yes | Name of the table to generate ALTER DDL for (can include schema: schema.table) |