mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改微信商城数据库
This commit is contained in:
parent
674792c47c
commit
de920ca7d8
@ -924,6 +924,11 @@ CREATE TABLE `wechat_news_media` (
|
|||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='微信素材表';
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='微信素材表';
|
||||||
|
|
||||||
|
|
||||||
|
-- ----------------------------
|
||||||
|
-- Table structure for store_goods_stock
|
||||||
|
-- ----------------------------
|
||||||
|
DROP TABLE IF EXISTS `store_goods_stock`;
|
||||||
CREATE TABLE `store_goods_stock` (
|
CREATE TABLE `store_goods_stock` (
|
||||||
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
`id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
|
||||||
`goods_id` bigint(20) unsigned DEFAULT '0' COMMENT '商品ID',
|
`goods_id` bigint(20) unsigned DEFAULT '0' COMMENT '商品ID',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user