feat:flyway修改

This commit is contained in:
wenyann 2020-10-30 10:45:38 +08:00
parent fcfc7a2615
commit e9d13d89d9
2 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1,3 @@
alter table message_task
alter column create_time set default 0;

View File

@ -1,2 +0,0 @@
alter table message_task
add create_time bigint(13) default '0' null;