create table assets ( qr integer unique, type text not null, brand text, name text, description text ) strict; create table worklog ( asset integer not null, timestamp integer not null, action text not null ) strict;