♻️Refactor: 修复若干配置项
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user