Assuming misplaced is required, the following result was found.
Reorder Columns in a Tablehttps://joellipman.com/articles/database/reorder-columns-in-a-table.html
Chrome is the fastest browser I have. Here are some ways to do this: Method: MySQL ALTER TABLE table_name MODIFY COLUMN misplaced_column AFTER other_column; NOTE that annoyingly the column doesn't retain the default properties it had before the move so...