salix/db/versions/11391-redPalmetto/00-itemAlter.sql

3 lines
162 B
MySQL
Raw Normal View History

ALTER TABLE `item`
ADD COLUMN `isCustomInspectionRequired` TINYINT(1) NOT NULL DEFAULT 0 COMMENT 'Indicates if the item requires physical inspection at customs';