ALTER TABLE vn.clientConfig ADD monthsToDisableUser int(10) unsigned DEFAULT NULL NULL; UPDATE IGNORE vn.clientConfig SET monthsToDisableUser = 12;