sqlite_lint: add lint checks for rowid and without rowid
This commit is contained in:
@@ -6,7 +6,7 @@ create table stuff (
|
||||
create index index_stuff_amount on stuff (amount);
|
||||
|
||||
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