1
0
mirror of https://gitee.com/coder-xiaomo/flashsale synced 2025-01-26 19:20:27 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

Merge branch 'deploy'

This commit is contained in:
程序员小墨 2022-03-06 00:51:52 +08:00
commit 683aa24459

View File

@ -127,7 +127,7 @@ INSERT INTO `promo_info` VALUES (1, '小米手机抢购活动', '2022-03-05 14:0
-- ---------------------------- -- ----------------------------
DROP TABLE IF EXISTS `sequence_info`; DROP TABLE IF EXISTS `sequence_info`;
CREATE TABLE `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, `current_value` int(11) NOT NULL DEFAULT 0,
`step` int(11) NOT NULL DEFAULT 0, `step` int(11) NOT NULL DEFAULT 0,
PRIMARY KEY (`name`) USING BTREE PRIMARY KEY (`name`) USING BTREE