From 96c92b7a60f2cd89cf6eee7254a7bdd8494a2626 Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Mon, 24 Feb 2025 21:17:02 +0800 Subject: [PATCH] Create 1740403001_create_ufutx_s2_shop_sub_category.up.sql --- 1740403001_create_ufutx_s2_shop_sub_category.up.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 1740403001_create_ufutx_s2_shop_sub_category.up.sql diff --git a/1740403001_create_ufutx_s2_shop_sub_category.up.sql b/1740403001_create_ufutx_s2_shop_sub_category.up.sql new file mode 100644 index 0000000..b1fe48c --- /dev/null +++ b/1740403001_create_ufutx_s2_shop_sub_category.up.sql @@ -0,0 +1,8 @@ +CREATE TABLE `health`.`ufutx_s2_shop_sub_category` ( + `id` INT NOT NULL AUTO_INCREMENT , + `name` VARCHAR(256) NOT NULL , + `icon` VARCHAR(512) NULL DEFAULT NULL , + `created_at` TIMESTAMP NULL DEFAULT NULL , + `updated_at` TIMESTAMP NULL DEFAULT NULL , + PRIMARY KEY (`id`) +) ENGINE = InnoDB COMMENT = '商城次级分类,属于sku'; \ No newline at end of file