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