central_update_20240705.sql 240 B

12345
  1. alter table device_detail
  2. add present_channel_name varchar(255) null comment '当前渠道' after channel_name;
  3. alter table device_detail_update
  4. add present_channel_name varchar(255) null comment '当前渠道' after channel_name;