重构现代化 FastAPI 后端项目框架
This commit is contained in:
5
resources/sql/drop/39.users.sql
Normal file
5
resources/sql/drop/39.users.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- 王名豪
|
||||
-- 2025/03/23
|
||||
-- 删除user这张表
|
||||
|
||||
drop table if exists users;
|
||||
Reference in New Issue
Block a user