重构现代化 FastAPI 后端项目框架
This commit is contained in:
8
resources/sql/create/27.backdrop.sql
Normal file
8
resources/sql/create/27.backdrop.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- [BACKDROP]
|
||||
|
||||
create table backdrop
|
||||
(
|
||||
content text primary key
|
||||
);
|
||||
|
||||
insert into backdrop (content) values ('');
|
||||
Reference in New Issue
Block a user