-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
duplicate column name #542
Comments
the same problem 😞, some help? |
i just forked a branch, and modify the DatabaseHelper.java, catch all the migration methods, stupid and valid |
Hello. ActiveAndroid no longer be maintained. You can use ReActiveAndroid, it's based on ActiveAndroid. |
what did you have change/update/optimize the code for the class of DatabaseHelper.java? |
version 1:
version 2: add a table t_user
version 3: alter t_user add column gender integer
when i update from version 1 to version 3, and exception appears( duplicate column name 'gender' )
The text was updated successfully, but these errors were encountered: