ALTER TABLE myTable ADD myNewColumn VARCHAR(255) AFTER myOtherColumn
ALTER TABLE user_profile ADD alt_phone varchar(15) AFTER phone;