SET FOREIGN_KEY_CHECKS=0; ALTER TABLE mai2_playlog ADD trialPlayAchievement INT NULL; SET FOREIGN_KEY_CHECKS=1;