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
could use this func " public static List listAll(Class type, String orderBy) "
Caused by: android.database.sqlite.SQLiteException: no such column: updateTime (code 1): , while compiling: SELECT * FROM DATA ORDER BY updateTime desc
I have been define it,but haven't find this column,but the other could work,such as: dataid.
here is my class:
public class Data extends SugarRecord { @unique
String dataid;
String userid;
String name;
String phone;
String age;
String isTest;
String creatTime;
String updateTime;
public Data(){}
}
The text was updated successfully, but these errors were encountered:
could use this func " public static List listAll(Class type, String orderBy) "
Caused by: android.database.sqlite.SQLiteException: no such column: updateTime (code 1): , while compiling: SELECT * FROM DATA ORDER BY updateTime desc
I have been define it,but haven't find this column,but the other could work,such as: dataid.
here is my class:
public class Data extends SugarRecord {
@unique
String dataid;
String userid;
String name;
String phone;
String age;
String isTest;
String creatTime;
String updateTime;
public Data(){}
}
The text was updated successfully, but these errors were encountered: