This commit is contained in:
chenjianxing 2020-11-03 10:07:25 +08:00
commit 29df67befa
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
alter table message_task
add create_time bigint(13) null;
ALTER TABLE message_task
ADD create_time bigint(13) DEFAULT 0;