Add demand api and test

This commit is contained in:
WQY\qiong
2022-10-21 23:25:13 +08:00
parent 9254427915
commit b15348f857
6 changed files with 146 additions and 1 deletions

View File

@@ -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
);