2 lines
85 B
MySQL
2 lines
85 B
MySQL
|
ALTER TABLE vn.chat MODIFY COLUMN checkUserStatus tinyint(1) DEFAULT FALSE NOT NULL;
|