diff --git a/src/db/modify.sql b/src/db/modify.sql index 29607b206..c0504a26a 100644 --- a/src/db/modify.sql +++ b/src/db/modify.sql @@ -549,4 +549,6 @@ insert into `royalpay_production`.`sys_configs` ( `config_key`, `config_value`) ALTER TABLE `sys_client_config` ADD COLUMN `gateway_alipay_online` tinyint(1) NULL DEFAULT 1 COMMENT '支付宝线上网关使用线上渠道' AFTER `require_remark`; ALTER TABLE `sys_clients` -ADD COLUMN `gateway_alipay_online` tinyint(1) NULL DEFAULT 1 COMMENT '支付宝线上网关使用线上渠道' AFTER `require_remark`; \ No newline at end of file +ADD COLUMN `gateway_alipay_online` tinyint(1) NULL DEFAULT 1 COMMENT '支付宝线上网关使用线上渠道' AFTER `require_remark`; + +alter table pmt_refunds add column remark varchar(200); \ No newline at end of file