j256 / ormlite-android

ORMLite Android functionality used in conjunction with ormlite-core
http://ormlite.com/
ISC License
1.59k stars 367 forks source link

Does ORMLite support alter table? #50

Closed helengray closed 8 years ago

helengray commented 9 years ago

Does Ormlite support alter table? I had some field to add to the table when the database onUpgrade, but I don't want to drop the table, and want to retain the data. How do I do it?

j256 commented 8 years ago

It certainly does. Have you seen the docs on the subject of upgrading your schema? http://ormlite.com/docs/upgrade-schema