How do I change the order of my table fields without deleting the field and re-inserting it, using PHP myAdmin?
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
Another alternative:
If you have phpMyAdmin 4.0.0+, you can use the phpMyAdmin Feature under Structure:
Something like this will help
This will move
last_name
right afterfirst_name
in order.