yuweiguocn / GreenDaoUpgradeHelper

To solve database upgrade of greenDao and just need one line code
1.53k stars 295 forks source link

迁移过程中,是否支持修改表名但是保留数据呢? #61

Closed carl1990 closed 5 years ago

carl1990 commented 5 years ago

比如 我以前的表名是A 但是在升级过程中,这个表名变为B,那么A中的数据是否能够迁移到B中,库中是否支持这个功能

yuweiguocn commented 5 years ago

不支持,这个你可以在数据迁移完成之后通过sql语句自己修改就可以了。