salix/db/versions/11205-grayCymbidium/00-firstScript.sql

3 lines
214 B
MySQL
Raw Normal View History

2024-09-04 11:37:13 +00:00
-- Place your SQL code here
ALTER TABLE dipole.expedition_PrintOut MODIFY COLUMN isPrinted int(11) DEFAULT 0 NOT NULL COMMENT '0.- Not Printed ; 1.- Printed; 2.- Selected ; 3.- Error ; 4.- Waiting to be printed';