From 0babe4f15d58fe66a51db7f991628135e7865794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E5=B0=8F=E5=A2=A8?= <2291200076@qq.com> Date: Sun, 6 Mar 2022 00:44:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E7=B4=A2=E5=BC=95?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E8=BF=87=E9=95=BF=E6=97=A0=E6=B3=95=E5=AF=BC?= =?UTF-8?q?=E5=85=A5linux=E4=B8=8BMySQL=EF=BC=8C=E8=BF=9B=E8=A1=8C?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Others/sql/flashsale.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Others/sql/flashsale.sql b/Others/sql/flashsale.sql index 7910f4c..b332996 100644 --- a/Others/sql/flashsale.sql +++ b/Others/sql/flashsale.sql @@ -127,7 +127,7 @@ INSERT INTO `promo_info` VALUES (1, '小米手机抢购活动', '2022-03-05 14:0 -- ---------------------------- DROP TABLE IF EXISTS `sequence_info`; CREATE TABLE `sequence_info` ( - `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, + `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `current_value` int(11) NOT NULL DEFAULT 0, `step` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`name`) USING BTREE