Commit 24360211 authored by liusheng's avatar liusheng

修改ext_data数据类型为TEXT

parent f0d97809
......@@ -61,7 +61,7 @@ public class MessageManager {
@Override
public void migrate(@NonNull SupportSQLiteDatabase database) {
//添加ext_data字段
database.execSQL("alter table `MessageContent` add column `extData` varchar(2048) ");
database.execSQL("alter table `MessageContent` add column `extData` TEXT ");
}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment