6 lines
108 B
SQL
6 lines
108 B
SQL
-- [SCHEME_LIST]
|
|
-- 王名豪
|
|
-- 2025/03/23
|
|
-- 删除scheme_list这张表
|
|
|
|
drop table if exists scheme_list; |