重构现代化 FastAPI 后端项目框架
This commit is contained in:
9
resources/sql/create/12.curves.sql
Normal file
9
resources/sql/create/12.curves.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
-- [CURVES]
|
||||
|
||||
create table curves
|
||||
(
|
||||
_order serial primary key
|
||||
, id varchar(32) references _curve(id) not null
|
||||
, x float8 not null
|
||||
, y float8 not null
|
||||
);
|
||||
Reference in New Issue
Block a user