compare_schemas
Compares database schemas between two connections and optionally generates a SQL migration script to align them.
Instructions
Compare schemas between two database connections
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourceConnectionId | Yes | The source connection ID to compare from | |
| targetConnectionId | Yes | The target connection ID to compare to | |
| includeMigrationScript | No | Generate SQL migration script |