fix: 修改定时任务表key字段长度

修改定时任务表key字段长度
This commit is contained in:
song.tianyang 2021-02-19 18:45:36 +08:00
parent 660f474924
commit 217800b24d
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE schedule
MODIFY COLUMN `key` VARCHAR(255);