2020-022-cf-001.sql 192 B

1234567
  1. USE DCP;
  2. ALTER TABLE `dcp`.`base_fund_ideas_info`
  3. ADD COLUMN `introduction_mobile` longtext DEFAULT NULL COMMENT '移动端基金思路介绍' AFTER `introduction`;
  4. /*
  5. 已执行161,159
  6. */