Add pattern api and test
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
create table patterns
|
||||
(
|
||||
id varchar(32) references _pattern(id) not null
|
||||
, multipliers numeric not null
|
||||
, factor numeric not null
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user