mirror of
https://github.com/WuKongIM/WuKongIMFlutterSDK
synced 2025-05-29 23:22:52 +00:00
4 lines
307 B
SQL
4 lines
307 B
SQL
ALTER TABLE 'channel' add column 'parent_channel_id' text not null default '';
|
|
ALTER TABLE 'channel' add column 'parent_channel_type' int default 0;
|
|
ALTER TABLE 'conversation' add column 'parent_channel_id' text not null default '';
|
|
ALTER TABLE 'conversation' add column 'parent_channel_type' int default 0; |