ALTER TABLE `vt_FormContact` ADD `reason` VARCHAR(255) NOT NULL AFTER `phone`; update `vt_FormContact` set `reason` = `reasonTitle`;