ALTER TABLE
ALTER TABLE `TABLE` ADD `FIELD_NAME` char(32) COLLATE 'latin1_general_ci' NOT NULL, AFTER `FIELD_NAME`;