litesuits / android-lite-orm

LiteOrm is a fast, small, powerful ORM framework for Android. LiteOrm makes you do CRUD operarions on SQLite database with a sigle line of code efficiently.
http://litesuits.com?form=gorm
Apache License 2.0
1.49k stars 362 forks source link

数据库字段更新问题 #45

Open maoruibin opened 8 years ago

maoruibin commented 8 years ago

我新增了实体字段后,发现数据库并没有更新,是什么地方不对吗?

maoruibin commented 8 years ago

发现当执行数据库操作后,字段才会在数据库更新,但是之前的记录值都会是空的,这个怎么处理

litesuits commented 7 years ago

是在执行操作的时候判断和加入的。

之前的记录肯定是空的,字段都是新加的。