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