Commit 0ddb5a83 by mercymodest

feat: add task_type column to t_events for task categorization

parent 1d63d77d
alter table t_events
alter table t_events
add task_type tinyint null comment '任务类型 0:Individual 1:Compete,可能为 NULL 为 NULL表示的是旧数据,旧数据会当作 {@code Individual} 处理';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment