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