feat: 设置默认值

This commit is contained in:
wenyann 2020-10-30 10:35:09 +08:00
parent b2c03a4bde
commit fcfc7a2615
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;