5 lines
105 B
SQL
5 lines
105 B
SQL
create table weirdrowid (
|
|
rowid integer primary key,
|
|
a integer not null
|
|
) strict, without rowid;
|