is there a way to move an existing entry up/down in a table?
i cant see any button for it in phpmyadmin.
You can move field up down easily with syntax like this.
ALTER TABLE `table_name` MODIFY `column_you_want_to_move` DATATYPE AFTER `column`
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With