dbpatch/202410/机具大融合/20241021_bm_file_info新增字段.sql

4 lines
85 B
SQL

-- 任务id
alter table bm_file_info
add task_id bigint null comment '任务id';