In phpMyAdmin, while renaming a column/table which is referenced by some foreign key, I get an error. I can not rename a column until I remove all its relations.
There should be facilitated integrity of schema, just like referential integrity i.e. cascading on delete and update column/table name.
User should be allowed to rename a column/table only if user has also permissions to the related tables/columns. Then, cascade this change throughout schema i.e. (foreign keys,triggers etc.)
I have tried to post above request on mysql here Link but get error This form is invalid or has expired, please try again shortly
Please guide me Is this a good request . No? then why? Yes? then where should I and how can i submit it?