alter_table
Modify existing database table schemas by executing ALTER TABLE statements to add or remove columns, rename tables, and adjust constraints.
Instructions
Modify existing table schema (add columns, rename tables, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ALTER TABLE statement | |
| connectionId | Yes | The ID or name of the database connection |