schema_diff
Compare schemas between two database connections to find differences. Optionally specify a table to narrow the diff, or compare all tables.
Instructions
Compare schemas between two database connections.
Args: source_connection: Source connection name. target_connection: Target connection name. table_name: Optional table name to diff. If empty, diff all tables.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | No | ||
| source_connection | Yes | ||
| target_connection | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |