-- Place your SQL code here
ALTER TABLE `vn`.`itemShelving` 
ADD COLUMN IF NOT EXISTS `editorFk` int(10) unsigned DEFAULT NULL;