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