GatechVIP / gatech-swapr-server-node

1 stars 8 forks source link

Test data and stuff. #29

Closed ejc-main closed 7 years ago

ejc-main commented 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.