-- [DEMANDS] create table demands ( junction varchar(32) references junctions(id) not null , demand numeric not null , pattern varchar(32) references _pattern(id) , category text );