重构现代化 FastAPI 后端项目框架
This commit is contained in:
6
resources/sql/create/35.vd.sql
Normal file
6
resources/sql/create/35.vd.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
create table region_vd
|
||||
(
|
||||
id text primary key references region(id)
|
||||
, center varchar(32) not null -- references _node(id)
|
||||
, nodes text not null
|
||||
);
|
||||
Reference in New Issue
Block a user