You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

2 lines
176 B

  1. ALTER TABLE wx_pay_account_bill ADD COLUMN pay_channel INT(3) COMMENT '支付通道';
  2. ALTER TABLE wx_pay_account_bill ADD COLUMN pay_config VARCHAR(300) COMMENT '支付配置';