1
This commit is contained in:
parent
83fb821a14
commit
d4f6a1bf30
@ -1407,26 +1407,6 @@ CREATE TABLE `t_mall` (
|
|||||||
) 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_mall_buy_record`
|
|
||||||
--
|
|
||||||
|
|
||||||
DROP TABLE IF EXISTS `t_mall_buy_record`;
|
|
||||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
||||||
/*!40101 SET character_set_client = utf8 */;
|
|
||||||
CREATE TABLE `t_mall_buy_record` (
|
|
||||||
`idx` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '自增id',
|
|
||||||
`order_id` varchar(255) NOT NULL DEFAULT '' COMMENT '订单id',
|
|
||||||
`buyer` varchar(60) NOT NULL DEFAULT '' COMMENT 'buyer',
|
|
||||||
`price` varchar(255) NOT NULL DEFAULT '' COMMENT 'price',
|
|
||||||
`createtime` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',
|
|
||||||
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
|
|
||||||
PRIMARY KEY (`idx`),
|
|
||||||
KEY `buyer` (`buyer`),
|
|
||||||
KEY `order_id` (`order_id`)
|
|
||||||
) ENGINE=InnoDB AUTO_INCREMENT=10001 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
|
|
||||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
||||||
|
|
||||||
--
|
--
|
||||||
-- Table structure for table `t_market`
|
-- Table structure for table `t_market`
|
||||||
--
|
--
|
||||||
|
Loading…
x
Reference in New Issue
Block a user