...
This commit is contained in:
parent
abb75ab221
commit
8cacf4a173
@ -1226,5 +1226,5 @@ CREATE TABLE `t_shop_dailyselection` (
|
|||||||
`count_5` tinyint(4) NOT NULL,
|
`count_5` tinyint(4) NOT NULL,
|
||||||
`count_6` tinyint(4) NOT NULL,
|
`count_6` tinyint(4) NOT NULL,
|
||||||
PRIMARY KEY (`idx`) USING BTREE
|
PRIMARY KEY (`idx`) USING BTREE
|
||||||
) ENGINE=InnoDB AUTO_INCREMENT=10001 DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB AUTO_INCREMENT=10001 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
|
||||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user