This is a question that may or may not be attainable via phpmyadmin or some other database management tool.
Is there a way to sort the fields in a table differently, after creating them?
Example:
Table Customers Structure -
customer_id
firstname
lastname
email
phone
I want to reorder 'email' to be below 'phone'.
Anyone know how this is done?
thank you!