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
Database::getNextUid() can return the wrong next auto_increment value when there is another table of the same name in a different table schema. The WHERE clause needs to incorporate the table schema.