alter table t_resource_consumption
add resource_id int;
comment on column t_resource_consumption.resource_id is '元数据id';