fix(pay_wallet.sql): 表名称注释去除多余\n

This commit is contained in:
yongqing.zhao 2023-10-27 10:57:38 +08:00
parent fdb479ef49
commit e3e499e00d

View File

@ -70,7 +70,7 @@ CREATE TABLE `pay_demo_transfer` (
`deleted` bit(1) NOT NULL DEFAULT b'0' COMMENT '是否删除',
`tenant_id` bigint NOT NULL DEFAULT 0 COMMENT '租户编号',
PRIMARY KEY (`id`) USING BTREE
) ENGINE = InnoDB COMMENT = '示例业务转账订单\n';
) ENGINE = InnoDB COMMENT = '示例业务转账订单';
ALTER TABLE `pay_channel`