create table withrowidbutnotprimarykey ( rowid integer not null, a integer primary key ) strict;