WuKongIMFlutterSDK/assets/202211241110.sql
2023-08-18 21:55:18 +08:00

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;