salix/db/versions/11078-goldenFern/00-firstScript.sql

2 lines
159 B
MySQL
Raw Permalink Normal View History

ALTER TABLE vn.productionConfig ADD scannablePreviusCodeType enum('qr','barcode')
CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT 'barcode' NOT NULL;