重构现代化 FastAPI 后端项目框架
This commit is contained in:
15
resources/sql/drop/0.base.sql
Normal file
15
resources/sql/drop/0.base.sql
Normal file
@@ -0,0 +1,15 @@
|
||||
drop table if exists _region;
|
||||
|
||||
drop table if exists _pattern;
|
||||
|
||||
drop table if exists _curve;
|
||||
|
||||
drop table if exists _link;
|
||||
|
||||
drop table if exists _node;
|
||||
|
||||
drop type if exists _curve_type;
|
||||
|
||||
drop type if exists _link_type;
|
||||
|
||||
drop type if exists _node_type;
|
||||
Reference in New Issue
Block a user