salix/db/versions/10784-tealCamellia/00-firstScript.sql

3 lines
127 B
SQL

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