Hacker News new | ask | show | jobs
by pettijohn 20 days ago
CREATE TABLE ... STRICT WITHOUT ROWID is my default, I don't know why I'd ever do otherwise.
1 comments

Why without Rowid? Are you using non-integer primary keys?
I always define a primary key, integer or otherwise, and prefer the be explicit and consistent.