...
This commit is contained in:
parent
157598f214
commit
abb75ab221
@ -1201,7 +1201,13 @@ CREATE TABLE `t_bc_order` (
|
|||||||
) ENGINE=InnoDB AUTO_INCREMENT=10001 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
|
) 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 */;
|
||||||
|
|
||||||
|
--
|
||||||
|
-- Table structure for table `t_shop_dailyselection`
|
||||||
|
--
|
||||||
|
|
||||||
DROP TABLE IF EXISTS `t_shop_dailyselection`;
|
DROP TABLE IF EXISTS `t_shop_dailyselection`;
|
||||||
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||||
|
/*!40101 SET character_set_client = utf8 */;
|
||||||
CREATE TABLE `t_shop_dailyselection` (
|
CREATE TABLE `t_shop_dailyselection` (
|
||||||
`idx` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
`idx` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
||||||
`address` varchar(60) NOT NULL COMMENT 'address',
|
`address` varchar(60) NOT NULL COMMENT 'address',
|
||||||
@ -1220,4 +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=21 DEFAULT CHARSET=utf8;
|
) ENGINE=InnoDB AUTO_INCREMENT=10001 DEFAULT CHARSET=utf8;
|
||||||
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user