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

3 lines
127 B
MySQL
Raw Permalink Normal View History

2024-01-25 16:33:54 +00:00
-- Place your SQL code here
ALTER TABLE `vn`.`itemShelving`
ADD COLUMN IF NOT EXISTS `editorFk` int(10) unsigned DEFAULT NULL;