Files
pcinv/migrations/initial.sql

5 lines
77 B
SQL

create table items (
qr integer unique,
type text not null
) strict;