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
When creating a model with an 'id' row, this doesn't function as an autoincrement row. Therefore, inserting a record without any mention of 'id' in the model writes a NULL to the db instead of an incremented id.
The text was updated successfully, but these errors were encountered:
When creating a model with an 'id' row, this doesn't function as an autoincrement row. Therefore, inserting a record without any mention of 'id' in the model writes a NULL to the db instead of an incremented id.
The text was updated successfully, but these errors were encountered: