How do I change the order of my table fields without deleting the field and re-inserting it, using PHP myAdmin?
Another alternative:
CREATE new_table SELECT columns-in-new-order FROM old_table;