Closed ejc-main closed 7 years ago
Apparently in sqlite, every table automatically has a row_id field, and if you create a field that is INTEGER PRIMARY KEY, then that just becomes an alias for the row_id. Using AUTOINCREMENT just adds unnecessary overhead.
Apparently in sqlite, every table automatically has a row_id field, and if you create a field that is INTEGER PRIMARY KEY, then that just becomes an alias for the row_id. Using AUTOINCREMENT just adds unnecessary overhead.