Add source api and test

This commit is contained in:
WQY\qiong
2022-11-11 20:14:24 +08:00
parent a715b2a9ee
commit 026e582b84
5 changed files with 295 additions and 1 deletions

View File

@@ -7,5 +7,5 @@ create table sources
node varchar(32) primary key references _node(id)
, type sources_type not null
, strength numeric not null
, time_pattern varchar(32) references _pattern(id)
, pattern varchar(32) references _pattern(id)
);