cf.sql 335 B

12345678910
  1. alter table pro_main
  2. add reqdescription varchar(255) charset utf8 null comment '需求描述' after attachFiles;
  3. alter table ctr_main
  4. add checkprecis varchar(255) charset utf8 null comment '验收条款摘要' after comments;
  5. alter table ctr_main
  6. add filetwo text null comment '合同电子稿终版' after attachFiles;