8000 Use "AUTOINCREMENT" for user table primary key · Issue #53 · tvallotton/rocket_auth · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Use "AUTOINCREMENT" for user table primary key #53
Open
@yzernik

Description

@yzernik

I noticed in my app that after I delete a user, when I create a new user, the new user has the same id as the deleted user.

This behavior is not expected. It can be avoided if this line is changed to include AUTOINCREMENT:

id INTEGER PRIMARY KEY,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0