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