A shortcoming of MySQL is that columns are defined per table, with no central list of columns. Benefits of a central list of columns include:
The phpMyAdmin configuration storage would be the place to maintain this central list (probably per database).
This is an important issue!