重构现代化 FastAPI 后端项目框架
This commit is contained in:
7
resources/sql/create/13.controls.sql
Normal file
7
resources/sql/create/13.controls.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- [CONTROLS]
|
||||
|
||||
create table controls
|
||||
(
|
||||
_order serial primary key
|
||||
, line text not null
|
||||
);
|
||||
Reference in New Issue
Block a user