-- Place your SQL code here
ALTER TABLE `vn`.`itemLog`
CHANGE COLUMN `originFk` `originFk` INT(11) NULL DEFAULT NULL ;