compare_tables
Compare column definitions between two tables in the same or different MySQL connections. Identify differences in schema structure.
Instructions
Compare column definitions between two tables (same or different connections).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| database | No | Database/schema name; defaults to connection default_database | |
| connection | No | Named connection from config; defaults to default_connection | |
| other_table | Yes | ||
| other_database | No | ||
| other_connection | No |