USE `vn`; ALTER TABLE vn.itemLog MODIFY COLUMN userFk int(10) unsigned NULL; ALTER TABLE vn.itemLog MODIFY COLUMN id int(11) NOT NULL AUTO_INCREMENT;