初始化
This commit is contained in:
6
sql/qa_recreate.sql
Normal file
6
sql/qa_recreate.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- ============================================
|
||||
-- QA 数据库重建 (UUID 版本)
|
||||
-- 数据库: mokeegatewayqa
|
||||
-- ============================================
|
||||
DROP DATABASE IF EXISTS mokeegatewayqa;
|
||||
CREATE DATABASE mokeegatewayqa DEFAULT CHARSET utf8mb4;
|
||||
Reference in New Issue
Block a user