Files
zyplayer-doc/zyplayer-doc-manage/src/main/resources/sql/增量更新语句.1.1.0.sql
暮光:城中城 83ca189598 升级脚本提交
2021-07-25 16:40:45 +08:00

11 lines
485 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

-- ------------------------------------------------
-- 这是一个处于开发中的版本,变化快,中途变更不兼容
-- ------------------------------------------------
-- 每次发版时注意事项 ---
-- 1. datetime(0) 低版本不支持此语法改为datetime
-- 2. utf8mb4 低版本不支持此字符集改为utf8
-- 3. 加字段后记得排查是否有insert语句需要同步修改
--
-- ------------------------从1.0.9版本升级------------------------