变量初始化

This commit is contained in:
暮光:城中城
2021-04-19 15:06:13 +08:00
parent a153809649
commit e0e59cc82e
2 changed files with 17 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
-- ==导出注意==
-- 每次发版时注意事项 ---
-- 1. datetime(0) 低版本不支持此语法改为datetime
-- 2. utf8mb4 低版本不支持此字符集改为utf8
-- 3. 加字段后记得排查是否有insert语句需要同步修改