Tims-Chat/sql/0023-chat1_message-isDelete...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
71 B
MySQL
Raw Permalink Normal View History

2018-08-16 22:30:59 +00:00
ALTER TABLE chat1_message ADD isDeleted TINYINT(1) NOT NULL DEFAULT 0;