mirror of
https://github.com/WuKongIM/WuKongIMFlutterSDK
synced 2025-05-30 15:37:25 +00:00
6 lines
476 B
SQL
6 lines
476 B
SQL
ALTER TABLE 'message' add column 'flame' smallint not null default 0;
|
|
ALTER TABLE 'message' add column 'flame_second' integer not null default 0;
|
|
ALTER TABLE 'message' add column 'viewed' smallint not null default 0;
|
|
ALTER TABLE 'message' add column 'viewed_at' integer not null default 0;
|
|
ALTER TABLE 'channel' add column 'flame' smallint not null default 0;
|
|
ALTER TABLE 'channel' add column 'flame_second' integer not null default 0; |