Add pattern api and test

This commit is contained in:
WQY\qiong
2022-10-22 12:55:16 +08:00
parent c1b99bc7eb
commit bb1d772eaa
7 changed files with 123 additions and 13 deletions

View File

@@ -3,5 +3,5 @@
create table patterns
(
id varchar(32) references _pattern(id) not null
, multipliers numeric not null
, factor numeric not null
);