qc_init.sql 130 B

12
  1. use `qc`;
  2. alter table qc_model_hospital add column `is_deleted` char(3) DEFAULT 'N' COMMENT '是否删除,N:未删除,Y:删除';