aa
This commit is contained in:
5
saars/backend/scripts/init_db.sql
Normal file
5
saars/backend/scripts/init_db.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- 在腾讯云 MySQL 上执行:先创建数据库,再在项目里运行 flask db upgrade
|
||||
-- 使用有建库权限的账号连接后执行:
|
||||
CREATE DATABASE IF NOT EXISTS liaotian_db
|
||||
CHARACTER SET utf8mb4
|
||||
COLLATE utf8mb4_unicode_ci;
|
||||
Reference in New Issue
Block a user