Order demand, pattern and curve
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
create table curves
|
||||
(
|
||||
id varchar(32) references _curve(id) not null
|
||||
_order serial primary key
|
||||
, id varchar(32) references _curve(id) not null
|
||||
, x numeric not null
|
||||
, y numeric not null
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user