-- 上虞利率定价存单票面利率字段 ALTER TABLE `loan_pricing_workflow` ADD COLUMN `coupon_rate` varchar(100) DEFAULT NULL COMMENT '存单票面利率' AFTER `loan_rate_history`;