Hacker News new | ask | show | jobs
by immibis 683 days ago
Sqlite only has automatically assigned row ID. You can type a column as "integer primary key" to make it an alias for the row ID, or use ROWID directly (not recommended for compatibility).