Add demand api and test
This commit is contained in:
@@ -5,5 +5,5 @@ create table demands
|
||||
junction varchar(32) references junctions(id) not null
|
||||
, demand numeric not null
|
||||
, pattern varchar(32) references _pattern(id)
|
||||
, category text not null
|
||||
, category text
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user