greenrobot / greenDAO

greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases.
http://greenrobot.org/greendao/
12.63k stars 2.89k forks source link

could you tell me why "DaoMaster onCreate" method "createAllTables(db, false);" "ifNotExists" this params default value is false #1092

Open Mr-Luowan opened 2 years ago

Mr-Luowan commented 2 years ago

it report a error when monkey test , "table "HISTORY_RECORDS" already exists" so i want to change this value to true, but i do not know what will happened