更新勾股cms2.0系统的初始化sql
This commit is contained in:
parent
20be34c06d
commit
2519c8a148
@ -249,14 +249,16 @@ CREATE TABLE `cms_config` (
|
||||
`update_time` int(11) NOT NULL DEFAULT '0' COMMENT '更新时间',
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARACTER SET = utf8mb4 COMMENT='系统配置表';
|
||||
|
||||
-- ----------------------------
|
||||
-- Records of cms_config
|
||||
-- ----------------------------
|
||||
INSERT INTO `cms_config` VALUES (1, '网站配置', 'web', 'a:13:{s:2:\"id\";s:1:\"1\";s:11:\"admin_title\";s:9:\"勾股cms\";s:5:\"title\";s:9:\"勾股cms\";s:4:\"logo\";s:0:\"\";s:4:\"file\";s:0:\"\";s:6:\"domain\";s:24:\"https://www.gougucms.com\";s:3:\"icp\";s:23:\"粤ICP备1xxxxxx11号-1\";s:8:\"keywords\";s:9:\"勾股cms\";s:5:\"beian\";s:29:\"粤公网安备1xxxxxx11号-1\";s:4:\"desc\";s:255:\"勾股CMS是一套基于ThinkPHP6 + Layui + MySql打造的轻量级、高性能快速建站的内容管理系统。后台管理模块,一目了然,操作简单,通用型后台权限管理框架,紧随潮流、极低门槛、开箱即用。 \";s:4:\"code\";s:0:\"\";s:9:\"copyright\";s:32:\"© 2021 gougucms.com MIT license\";s:7:\"version\";s:5:\"1.0.2\";}', 1, 1612514630, 1623721279);
|
||||
INSERT INTO `cms_config` VALUES (1, '网站配置', 'web', 'a:13:{s:2:\"id\";s:1:\"1\";s:11:\"admin_title\";s:9:\"勾股cms\";s:5:\"title\";s:9:\"勾股cms\";s:4:\"logo\";s:39:\"/static/admin/images/nonepic360x360.jpg\";s:4:\"file\";s:0:\"\";s:6:\"domain\";s:24:\"https://www.gougucms.com\";s:3:\"icp\";s:23:\"粤ICP备1xxxxxx11号-1\";s:8:\"keywords\";s:9:\"勾股cms\";s:5:\"beian\";s:29:\"粤公网安备1xxxxxx11号-1\";s:4:\"desc\";s:258:\"勾股CMS是一套基于ThinkPHP6 + Layui + MySql打造的轻量级、高性能快速建站的内容管理系统。后台管理模块,一目了然,操作简单,通用型后台权限管理框架,紧随潮流、极低门槛、开箱即用。 \";s:4:\"code\";s:0:\"\";s:9:\"copyright\";s:32:\"© 2022 gougucms.com MIT license\";s:7:\"version\";s:6:\"2.0.11\";}', 1, 1612514630, 1645057819);
|
||||
INSERT INTO `cms_config` VALUES (2, '邮箱配置', 'email', 'a:8:{s:2:\"id\";s:1:\"2\";s:4:\"smtp\";s:11:\"smtp.qq.com\";s:9:\"smtp_port\";s:3:\"465\";s:9:\"smtp_user\";s:15:\"gougucms@qq.com\";s:8:\"smtp_pwd\";s:6:\"123456\";s:4:\"from\";s:24:\"勾股CMS系统管理员\";s:5:\"email\";s:18:\"admin@gougucms.com\";s:8:\"template\";s:122:\"<p>勾股CMS是一套基于ThinkPHP6 + Layui + MySql打造的轻量级、高性能快速建站的内容管理系统。</p>\";}', 1, 1612521657, 1619088538);
|
||||
INSERT INTO `cms_config` VALUES (3, '微信配置', 'wechat', 'a:11:{s:2:\"id\";s:1:\"3\";s:5:\"token\";s:8:\"GOUGUCMS\";s:14:\"login_back_url\";s:49:\"https://www.gougucms.com/wechat/index/getChatInfo\";s:5:\"appid\";s:18:\"wxdf96xxxx7cd6f0c5\";s:9:\"appsecret\";s:32:\"1dbf319a4f0dfed7xxxxfd1c7dbba488\";s:5:\"mchid\";s:10:\"151xxxx331\";s:11:\"secrect_key\";s:29:\"gougucmsxxxxhumabcxxxxjixxxng\";s:8:\"cert_url\";s:13:\"/extend/cert/\";s:12:\"pay_back_url\";s:42:\"https://www.gougucms.com/wxappv1/wx/notify\";s:9:\"xcx_appid\";s:18:\"wxdf96xxxx9cd6f0c5\";s:13:\"xcx_appsecret\";s:28:\"gougucmsxxxxhunangdmabcxxxng\";}', 1, 1612522314, 1613789058);
|
||||
INSERT INTO `cms_config` VALUES (4, 'Api Token配置', 'token', 'a:5:{s:2:\"id\";s:1:\"5\";s:3:\"iss\";s:16:\"www.gougucms.com\";s:3:\"aud\";s:8:\"gougucms\";s:7:\"secrect\";s:8:\"GOUGUCMS\";s:7:\"exptime\";s:4:\"3600\";}', 1, 1627313142, 1627376290);
|
||||
INSERT INTO `cms_config` VALUES (5, '其他配置', 'other', 'a:3:{s:2:"id";s:1:"4";s:6:"author";s:15:"勾股工作室";s:7:"version";s:13:"v1.2021.07.28";}', 1, 1613725791, 1613789431);
|
||||
INSERT INTO `cms_config` VALUES (5, '其他配置', 'other', 'a:3:{s:2:\"id\";s:1:\"5\";s:6:\"author\";s:15:\"勾股工作室\";s:7:\"version\";s:7:\"v2.0.11\";}', 1, 1613725791, 1645057503);
|
||||
|
||||
|
||||
|
||||
-- ----------------------------
|
||||
@ -295,7 +297,7 @@ CREATE TABLE `cms_article_cate` (
|
||||
-- ----------------------------
|
||||
-- Records of cms_article_cate
|
||||
-- ----------------------------
|
||||
INSERT INTO `cms_article_cate` VALUES (1, 0, 0, '勾股cms', '1', '文章描述内容...', 0, 1610196442);
|
||||
INSERT INTO `cms_article_cate` VALUES (1, 0, 0, '勾股cms', '1', '左手自研,右手开源', 0, 1610196442);
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for `cms_article`
|
||||
@ -326,7 +328,7 @@ CREATE TABLE `cms_article` (
|
||||
-- ----------------------------
|
||||
-- Records of cms_article
|
||||
-- ----------------------------
|
||||
INSERT INTO `cms_article` VALUES (1, '勾股CMS简介', '', '勾股CMS是一套基于ThinkPHP6+Layui+MySql打造的轻量级、高性能快速建站的内容管理系统。后台管理模块,一目了然,操作简单,通用型后台权限管理框架,紧随潮流、极低门槛、开箱即用。', 1, 0, 0, '', '', '<p>勾股CMS是一套基于ThinkPHP6 + Layui + MySql打造的轻量级、高性能快速建站的内容管理系统。后台管理模块,一目了然,操作简单,通用型后台权限管理框架,紧随潮流、极低门槛、开箱即用。</p>', 0, 2, 1, 0, 1, 1625071256, 0, 0);
|
||||
INSERT INTO `cms_article` VALUES (1, '勾股CMS简介', '', '勾股CMS是一套基于ThinkPHP6+Layui+MySql打造的轻量级、高性能快速建站的内容管理系统。后台管理模块,一目了然,操作简单,通用型后台权限管理框架,紧随潮流、极低门槛、开箱即用。', 1, 1, 0, '', '', '<p>勾股CMS是一套基于ThinkPHP6 + Layui + MySql打造的轻量级、高性能快速建站的内容管理系统。后台管理模块,一目了然,操作简单,通用型后台权限管理框架,紧随潮流、极低门槛、开箱即用。</p>', 0, 2, 1, 0, 1, 1625071256, 0, 0);
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for `cms_article_keywords`
|
||||
@ -555,7 +557,9 @@ CREATE TABLE `cms_user` (
|
||||
-- ----------------------------
|
||||
-- Records of for `cms_user`
|
||||
-- ----------------------------
|
||||
INSERT INTO `cms`.`cms_user`(`id`, `nickname`, `nickname_a`, `username`, `password`, `salt`, `name`, `mobile`, `mobile_status`, `email`, `headimgurl`, `sex`, `desc`, `birthday`, `country`, `province`, `city`, `company`, `address`, `depament`, `position`, `puid`, `qrcode_invite`, `level`, `status`, `last_login_time`, `last_login_ip`, `login_num`, `register_time`, `register_ip`, `wx_platform`) VALUES (1, '勾股cms', '', 'hdm58', '88964d8919fea661b3d156d46b492165', 'gmwI4f2ZKdqAHyMB1hoe', '小明名', '13800138000', 0, 'gougu@admin.com', '/static/admin/images/icon.png', 1, '勾股CMS是一套基于ThinkPHP6 + Layui + MySql打造的轻量级、高性能极速后台开发框架。', 0, '', '', '广州', '广州勾股科技有限公司', '珠江新城', '技术部', '技术总监', 0, 0, 1, 1, 1644820413, '127.0.0.1', 1, 1644820401, '127.0.0.1', 0);
|
||||
INSERT INTO `cms_user` VALUES (1, '勾股CMS', '', 'hdm58', '7aba99e08564eb6a9a6038255aeb265c', '03K6PWjT2dAFBsa8oJYZ', '小明名', '13589858989', 0, 'hdm58@qq.com', '/static/admin/images/icon.png', 0, '勾股科技', 1627401600, '', '', '广州', '勾股科技', '珠江新城', '技术部', '技术总监', 0, 0, 1, 1, 1645009233, '163.142.175.169', 7, 1627457646, '163.142.247.150', 0, 0);
|
||||
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for `cms_user_log`
|
||||
-- ----------------------------
|
||||
@ -605,6 +609,10 @@ CREATE TABLE `cms_file` (
|
||||
PRIMARY KEY (`id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARACTER SET = utf8mb4 COMMENT='文件表';
|
||||
|
||||
-- ----------------------------
|
||||
-- Records of cms_file
|
||||
-- ----------------------------
|
||||
INSERT INTO `cms_file` VALUES (1, 'admin', '5125347886f07f48f7003825660117039eb8784f', '563e5e8f48e607ed54461796b0cb4844', 'nonepic360x360.jpg', 'images/nonepic360x360.jpg', '/static/admin/images/nonepic360x360.jpg', 62609, 'jpg', 'image/jpeg', 1, '127.0.0.1', 1, 1645057433, 1, 1645057433, 'upload', 'thumb', 0);
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for cms_goods_cate
|
||||
@ -626,7 +634,7 @@ CREATE TABLE `cms_goods_cate` (
|
||||
-- ----------------------------
|
||||
-- Records of cms_goods_cate
|
||||
-- ----------------------------
|
||||
INSERT INTO `cms`.`cms_goods_cate`(`id`, `title`, `sort`, `pid`, `status`, `create_time`, `update_time`) VALUES (1, '勾股科技', 0, 0, 1, 1644808267, 0);
|
||||
INSERT INTO `cms_goods_cate` VALUES (1, '勾股科技', 1, 0, '勾股CMS', '左手自研,右手开源', 1, 1645058420, 0);
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for cms_goods
|
||||
@ -665,7 +673,7 @@ CREATE TABLE `cms_goods` (
|
||||
-- ----------------------------
|
||||
-- Records of cms_goods
|
||||
-- ----------------------------
|
||||
INSERT INTO `cms`.`cms_goods`(`id`, `cate_id`, `type`, `is_home`, `status`, `title`, `thumb`, `banner`, `tips`, `desc`, `content`, `m_content`, `base_price`, `price`, `stocks`, `sales`, `address`, `start_time`, `end_time`, `read`, `sort`, `is_mail`, `tag_values`, `admin_id`, `create_time`, `update_time`) VALUES (1, 1, 1, 1, 1, '勾股CMS定制开发方案', 1, '', '赠送一年免费维护服务', '勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案。', '<p>勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案。</p>', NULL, 1999.00, 1888.00, 0, 0, '', 0, 0, 0, 1, 1, '1,2,6', 0, 1644823517, 0);
|
||||
INSERT INTO `cms_goods` VALUES (1, 1, 1, 1, 1, '勾股CMS定制开发方案', 1, '', '赠送一年免费维护服务', '勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案。', '<p>勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案勾股CMS定制开发方案。</p>', NULL, 1999.00, 1888.00, 0, 0, '', 0, 0, 0, 1, 1, '1,2,6', 0, 1644823517, 0);
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for `cms_goods_keywords`
|
||||
@ -681,7 +689,8 @@ CREATE TABLE `cms_goods_keywords` (
|
||||
KEY `aid` (`aid`),
|
||||
KEY `inid` (`keywords_id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARACTER SET = utf8mb4 COMMENT='商品关联表';
|
||||
|
||||
-- ----------------------------
|
||||
-- Records of cms_goods_keywords
|
||||
-- ----------------------------
|
||||
INSERT INTO `cms`.`cms_goods_keywords`(`id`, `aid`, `keywords_id`, `status`, `create_time`) VALUES (1, 1, 1, 1, 1644823517);
|
||||
INSERT INTO `cms_goods_keywords` VALUES (1, 1, 1, 1, 1644823517);
|
Loading…
x
Reference in New Issue
Block a user