From 8a351a193784fe79dfa30943eab426d2ca698895 Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Wed, 25 Dec 2024 14:39:26 +0800 Subject: [PATCH] create ufutx_s2_shop_order_group --- 1735108682_create_ufutx_s2_shop_order_group.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1735108682_create_ufutx_s2_shop_order_group.up.sql diff --git a/1735108682_create_ufutx_s2_shop_order_group.up.sql b/1735108682_create_ufutx_s2_shop_order_group.up.sql new file mode 100644 index 0000000..d025dbe --- /dev/null +++ b/1735108682_create_ufutx_s2_shop_order_group.up.sql @@ -0,0 +1 @@ +CREATE TABLE `health`.`ufutx_s2_shop_order_group` ( `id` BIGINT NOT NULL AUTO_INCREMENT , `pay_no` VARCHAR(256) NOT NULL COMMENT '支付单号' , `order_ids` VARCHAR(2048) NOT NULL COMMENT '订单id多个,逗号分隔' , `created_at` TIMESTAMP NULL , `updated_at` TIMESTAMP NULL , PRIMARY KEY (`id`)) ENGINE = InnoDB COMMENT = '订单组, 同一组内所有订单是一次性支付的'; \ No newline at end of file