Online.sql 237 B

1234567
  1. # 2024-05-15 wks
  2. alter table ins_area_company
  3. add jq_claims tinyint null comment '交强出险次数', ALGORITHM=INSTANT;
  4. alter table ins_area_company
  5. add sy_claims tinyint null comment '商业出险次数', ALGORITHM=INSTANT;