Hi devs, I am refactoring tbl_columns_definition_form.inc.php. At https://github.com/phpmyadmin/phpmyadmin/blob/master/libraries/tbl_columns_d... the $fields_meta variable is checked for moving, load all available column names. But as far as I could find this feature is set in table structure tab and is handled by tbl_structure.php . Is this dead code ?
Regards Supun.
Le 2013-08-01 13:08, Supun Nakandala a écrit :
Hi devs, I am refactoring tbl_columns_definition_form.inc.php. At https://github.com/phpmyadmin/phpmyadmin/blob/master/libraries/tbl_columns_d... the $fields_meta variable is checked for moving, load all available column names. But as far as I could find this feature is set in table structure tab and is handled by tbl_structure.php . Is this dead code ?
Hi Supun, this is quite recent code, so I'm happy that it's not dead yet!
In fact, you can also move a column via a table's Structure, clicking on Change for a column, then using the "Move column" drop-down.