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 SQLite, if you want an auto increment id, you need to put it as int, by doing so the insert method is not generated correctly in case of association:
In SQLite, if you want an auto increment id, you need to put it as int, by doing so the insert method is not generated correctly in case of association:
Problem is that id method of Insert is waiting for a String not an int so it complain
The text was updated successfully, but these errors were encountered: