salix/db/versions/10991-greenAsparagus/00-firstScript.sql

3 lines
176 B
MySQL
Raw Normal View History

ALTER TABLE vn.productionConfig MODIFY COLUMN id INT(10) UNSIGNED FIRST;
ALTER TABLE vn.productionConfig ADD scannableCodeType enum('qr','barcode') DEFAULT 'barcode' NOT NULL;