-- SQLite autoincrement? -- Use: INTEGER PRIMARY KEY -- Example: CREATE TABLE messages( id INTEGER PRIMARY KEY, message TEXT );