Files
TJWaterServerBinary/script/sql/drop/39.users.sql
2025-10-26 08:54:35 +08:00

5 lines
78 B
SQL

-- 王名豪
-- 2025/03/23
-- 删除user这张表
drop table if exists users;