0
点赞
收藏
分享

微信扫一扫

litepal建表报错


 org.litepal.exceptions.DatabaseGenerateException: An exception that indicates there was an error with SQL parsing or execution. create table BookStores (id integer primary key autoincrement,comeId text, upDate text, thumb text, title text, type text)


这是因为表结构的实体类中的字段(属性)用了SQL语法中的关键字

举报

相关推荐

0 条评论