重构现代化 FastAPI 后端项目框架
This commit is contained in:
9
resources/sql/create/17.quality.sql
Normal file
9
resources/sql/create/17.quality.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- [QUALITY]
|
||||
|
||||
create table quality
|
||||
(
|
||||
node varchar(32) primary key references _node(id)
|
||||
, quality float8 not null
|
||||
);
|
||||
|
||||
-- delete when delete ndoe
|
||||
Reference in New Issue
Block a user