You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the sqlite database we get the inbuilt onUpgrade method in which we can write the alter,create and delete table queries. Is there any function in the sqfentity where we can write these queries with the help of older db version to new db version.
The text was updated successfully, but these errors were encountered:
In the sqlite database we get the inbuilt onUpgrade method in which we can write the alter,create and delete table queries. Is there any function in the sqfentity where we can write these queries with the help of older db version to new db version.
The text was updated successfully, but these errors were encountered: