MySQL move table column
This is how to move a table column, not that you have to specify the type of the column even if you just move it
ALTER TABLE `content_type_backup_server` MODIFY COLUMN `field_apipassword_value` varchar(255) AFTER `field_apiusername_value`