3 lines
83 B
MySQL
3 lines
83 B
MySQL
|
ALTER TABLE vn.ticket CHANGE isLabeled isLabeled__ tinyint(1) DEFAULT 0 NOT NULL;
|
||
|
|