feat: 设置默认值

(cherry picked from commit fcfc7a2615)
This commit is contained in:
wenyann 2020-10-30 10:35:09 +08:00 committed by Captain.B
parent aa4ba14780
commit f1e171f7c7
1 changed files with 2 additions and 0 deletions

View File

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