How to automatically update Tables #200
-
Hi, im coding a java app using this, and in a newer update ive added a new variable. is there a way to make the table automatically add the new column in the database? |
Beta Was this translation helpful? Give feedback.
Answered by
j256
Mar 11, 2021
Replies: 1 comment
-
Sorry no there isn't. You can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
j256
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry no there isn't. You can use the
TableUtils.getCreateTableStatements()
method and find the particular column that was added but that doesn't take into account indexes and the like.