4 lines
85 B
MySQL
4 lines
85 B
MySQL
|
|
-- 任务id
|
||
|
|
alter table bm_file_info
|
||
|
|
add task_id bigint null comment '任务id';
|