sqlite_lint: add lint checks for rowid and without rowid
This commit is contained in:
@@ -5,7 +5,7 @@ create table stuff (
|
||||
) strict;
|
||||
|
||||
create table stuff2 (
|
||||
weird_pk integer primary key,
|
||||
rowid integer primary key,
|
||||
label text not null unique,
|
||||
stuff_id integer references stuff(rowid),
|
||||
alternative_stuff_id integer references stuff(amount)
|
||||
|
||||
Reference in New Issue
Block a user