♻️Refactor: 修复若干配置项

This commit is contained in:
2025-10-15 18:53:02 +08:00
parent 2ba2711bf1
commit a203b4a684
9 changed files with 22 additions and 75 deletions
+2 -4
View File
@@ -1,12 +1,10 @@
# 建表脚本
# @author <a href="https://github.com/liyupi">程序员鱼皮</a>
# @from <a href="https://yupi.icu">编程导航知识星球</a>
-- 创建库
create database if not exists yubi;
create database if not exists bi;
-- 切换库
use yubi;
use bi;
-- 用户表
create table if not exists user