Hi,
I would like to rename a table column in MySql and also have the name updated in any triggers, stored procs, etc. that reference the column. This does not appear to happen by default when using the alter table
command.
If a tool exists that can perform such a refactoring, it would be great if it could generate an SQL script that applies these changes. This would then allow me to make the same changes on another DB (without using the tool again).
Thanks, Don