diff --git a/schema.sql b/schema.sql index 5cd2408..819b0d7 100644 --- a/schema.sql +++ b/schema.sql @@ -2,7 +2,7 @@ create table collection ( path varchar primary key not null, - parent_path varchar; + parent_path varchar not null); create table item ( name varchar primary key not null,