You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// [LRAppConfigInfoModel bg_update:nil version:99999];
LRAppConfigInfoModel * model = [LRAppConfigInfoModel new];
NSArray* finfAlls = [LRAppConfigInfoModel bg_findAll:nil];
if (finfAlls.count == 1){
model = finfAlls[0];
}else{
[LRAppConfigModel initAppConfig];
return nil;
}
return model;
提示: table LRAppConfigInfoModel has no column named BG_teacher_home_url 2019-09-06 10:53:36.112920+0800 lredu[903:94394] DB Error: 1 "table LRAppConfigInfoModel has no column named BG_teacher_home_url"
一个类新增了两个字段 我使用 bg_cover存的 查询的时候 如下代码:
提示:
table LRAppConfigInfoModel has no column named BG_teacher_home_url 2019-09-06 10:53:36.112920+0800 lredu[903:94394] DB Error: 1 "table LRAppConfigInfoModel has no column named BG_teacher_home_url"
最后加上
[LRAppConfigInfoModel bg_update:nil version:99999];
也不行
The text was updated successfully, but these errors were encountered: