feat: add A-card operations frontend and backend foundation
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
-- A 卡模型智能运维平台独立数据库 V0.1
|
||||
-- 安全特性:只创建不存在的数据库,不删除、不覆盖现有 model_platform。
|
||||
|
||||
CREATE DATABASE IF NOT EXISTS model_operations
|
||||
CHARACTER SET utf8mb4
|
||||
COLLATE utf8mb4_0900_ai_ci;
|
||||
|
||||
USE model_operations;
|
||||
|
||||
Reference in New Issue
Block a user