Initial commit
This commit is contained in:
4
migrations/initial.sql
Normal file
4
migrations/initial.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
create table items (
|
||||
qr integer unique,
|
||||
type text not null
|
||||
) strict;
|
||||
Reference in New Issue
Block a user