I find myself in the following pattern frequently:
- Use the table properties window to make some structure change to a table
- Switch to the History tab
- Find the ALTER TABLE statement that was generated for that structure change
- Select the SQL
- Copy the SQL to the clipboard
- Navigate to other windows for different mysql servers, paste in the SQL and execute it.
It would be nice if steps 2 – 5 could be combined into step 1. Perhaps a checkbox down near the “Save” button on table properties that would automatically copy the SQL to the clipboard when the save button is clicked. Or a button that becomes enabled after the Save is done to copy the SQL to the clipboard. I would not want this as a preferences options, because I can see turning it off/on frequently.