e.g. Cocoapods, Carthage, Maven, AAR Package or Git clone
Cocoapods
I have a property 'nickname' in my model.
when my app v1.0.0 'nickname' save to db
but whem my app v1.0.1. the 'nickname' delete from model.
and then. db will print error :wcdb error = [NOTICE: 20, Skip column], Column: nickname
how to fix this problem?
thanks!
The language of WCDB
The version of WCDB
The platform of WCDB
ios
The installation of WCDB
I have a property 'nickname' in my model. when my app v1.0.0 'nickname' save to db but whem my app v1.0.1. the 'nickname' delete from model. and then. db will print error :wcdb error = [NOTICE: 20, Skip column], Column: nickname how to fix this problem? thanks!