2 lines
205 B
MySQL
2 lines
205 B
MySQL
|
ALTER TABLE vn.packaging ADD IF NOT EXISTS isPlantTray BOOL DEFAULT FALSE NOT NULL
|
||
|
COMMENT 'The container is a plant tray. Used to restrict the picking of full plant trays, to make previous picking.';
|