salix/db/versions/11089-blueMastic/00-firstScript.sql

6 lines
118 B
MySQL
Raw Normal View History

2024-06-06 10:28:34 +00:00
-- Place your SQL code here
USE vn;
ALTER TABLE vn.expeditionState ADD isScanned tinyint(1) DEFAULT false NOT NULL;