4 lines
224 B
MySQL
4 lines
224 B
MySQL
|
-- Place your SQL code here
|
||
|
ALTER TABLE vn.productionConfig ADD minPlantTrayLength INT DEFAULT 53 NOT NULL
|
||
|
COMMENT 'minimum length for plant tray restriction. Avoid to make collection of the ticket with this kind of item';
|