Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6901719
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T07:42:31+00:00 2026-05-27T07:42:31+00:00

I currently have a table called User which has a id column which is

  • 0

I currently have a table called User which has a id column which is created as

‘INTEGER PRIMARY KEY’

Lets say I have created two users so the table has id 1 and 2

If I delete the second user and create a third the id is 2, I need this to be 3

So it seems Android is selecting the next available id, how can I change this to its more like a sequence number?

Regards

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T07:42:32+00:00Added an answer on May 27, 2026 at 7:42 am

    Make it INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL. Here’s what the docs say:

    If a column has the type INTEGER PRIMARY KEY AUTOINCREMENT then… the ROWID chosen
    for the new row is at least one larger than the largest ROWID that has
    ever before existed in that same table.

    The behavior implemented by the AUTOINCREMENT keyword is subtly
    different from the default behavior. With AUTOINCREMENT, rows with
    automatically selected ROWIDs are guaranteed to have ROWIDs that have
    never been used before by the same table in the same database. And the
    automatically generated ROWIDs are guaranteed to be monotonically
    increasing.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table called users which currently contains column money of type integer
I currently have a table which only has a single editable column. I have
Say I have a table with a unique positive integer field. I currently have
I currently have a user's table which contains a one-to-one relationship for Youtube OAuth
I have a table called user_logins which tracks user logins into the system. It
I have a very typical situation. We have a table called Users which has
I currently have a message system which writes to two tables, sent and received
I have designed a table called USER_REQUESTS . It has a field called STATUS
I have an entity called User which can have a list of other Users
I have a User entity which represents a User table in my database. This

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.