home   screens   tables

This page is generated by bin/prototype.hs table-html sqlite_sequence.
sqlite_sequence

sqlite_sequence is an internal table used by SQLite to track autoincremented columns. See the official documentation.



CREATE TABLE sqlite_sequence(name,seq);
  Defined: 
name   seq
-----  ---
items  2  
  Command: sqlite3 prototype.db "SELECT * FROM sqlite_sequence LIMIT 100"