!62 初始化sql脚本修正

Merge pull request !62 from 无尽意/master
This commit is contained in:
芋道源码 2023-11-03 16:08:40 +00:00 committed by Gitee
commit 81781c7d0e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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`