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
Our account IDs are always positive integers, because they're generated
by inserting into an AUTOINCREMENT column in our SQLite database:
https://www.sqlite.org/autoinc.html
So avoiding zero here helps keep the data realistic.
0 commit comments