|
@ -1,5 +1,5 @@ |
|
|
DROP TABLE IF EXISTS `ats_goods`; |
|
|
|
|
|
CREATE TABLE `ats_goods` ( |
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `antgoods_goods`; |
|
|
|
|
|
CREATE TABLE `antgoods_goods` ( |
|
|
`id` int(11) NOT NULL AUTO_INCREMENT, |
|
|
`id` int(11) NOT NULL AUTO_INCREMENT, |
|
|
`pid` int(11) DEFAULT NULL COMMENT '父级id', |
|
|
`pid` int(11) DEFAULT NULL COMMENT '父级id', |
|
|
`cat_id` int(11) DEFAULT NULL COMMENT '后台商品类别id', |
|
|
`cat_id` int(11) DEFAULT NULL COMMENT '后台商品类别id', |
|
|