3 lines
229 B
MySQL
3 lines
229 B
MySQL
|
-- Place your SQL code here
|
||
|
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.';
|