1 Star 0 Fork 7

cnzefe / CxuuWeb-PHP

forked from 琪耀 / Cxuu-PHP 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cxuuweb_php.sql 20.62 KB
一键复制 编辑 原始数据 按行查看 历史
琪耀 提交于 2022-08-14 16:52 . 小优化调整
-- --------------------------------------------------------
-- 主机: 127.0.0.1
-- 服务器版本: 10.8.3-MariaDB - mariadb.org binary distribution
-- 服务器操作系统: Win64
-- HeidiSQL 版本: 11.3.0.6295
-- --------------------------------------------------------
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET NAMES utf8 */;
/*!50503 SET NAMES utf8mb4 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
-- 导出 表 cxuuweb_php.cxuu_admin_group 结构
CREATE TABLE IF NOT EXISTS `cxuu_admin_group` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`groupname` varchar(50) DEFAULT NULL COMMENT '角色名称',
`systemrole` text DEFAULT NULL COMMENT '系统权限序列',
`channlrole` text DEFAULT NULL COMMENT '内容栏目权限序列',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COMMENT='管理员角色组表';
-- 正在导出表 cxuuweb_php.cxuu_admin_group 的数据:2 rows
/*!40000 ALTER TABLE `cxuu_admin_group` DISABLE KEYS */;
INSERT INTO `cxuu_admin_group` (`id`, `groupname`, `systemrole`, `channlrole`) VALUES
(1, '超级管理员', '{"0":"index_index","1":"system_index","3":"system_index"}', '["1","3","8","2","4","7"]'),
(2, '内容管理员', '["index_index","system_menu","function_menu","system_index","cache_index","upload_upload","attment_index","notice_index","visit_index","log_index","admingroup_index","adminuser_index","adminuser_passwordedit","contentcate_index","content_index","content_add","content_edit","contentcount_index","contentspecial_index","videocate_index","video_index","onduty_index","image_index","imageinfo_index","member_index","feedback_index","applink_index","applink_cateindex"]', '["1","3","6","8","2","9"]');
/*!40000 ALTER TABLE `cxuu_admin_group` ENABLE KEYS */;
-- 导出 表 cxuuweb_php.cxuu_admin_user 结构
CREATE TABLE IF NOT EXISTS `cxuu_admin_user` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`gid` int(11) DEFAULT NULL COMMENT '角色ID',
`username` varchar(50) DEFAULT NULL COMMENT '用户名',
`password` varchar(50) DEFAULT NULL COMMENT '密码',
`nickname` varchar(50) DEFAULT NULL COMMENT '昵称',
`logintime` datetime DEFAULT NULL COMMENT '最后登录时间',
`loginip` varchar(20) DEFAULT NULL COMMENT '最后登录IP',
`status` tinyint(1) DEFAULT NULL COMMENT '状态',
`photo` varchar(300) DEFAULT NULL COMMENT '用户头像',
`phone` varchar(50) DEFAULT NULL COMMENT '联系电话',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COMMENT='管理员表';
-- 正在导出表 cxuuweb_php.cxuu_admin_user 的数据:2 rows
/*!40000 ALTER TABLE `cxuu_admin_user` DISABLE KEYS */;
INSERT INTO `cxuu_admin_user` (`id`, `gid`, `username`, `password`, `nickname`, `logintime`, `loginip`, `status`, `photo`, `phone`) VALUES
(1, 1, 'admin', 'e10adc3949ba59abbe56e057f20f883e', '技术支持', '2022-08-13 17:30:49', '127.0.0.1', 1, '/res/img/userimg/5fb3d32b069568688870.jpg', '13889009375'),
(2, 2, 'test', '098f6bcd4621d373cade4e832627b4f6', '测试帐号', '2022-07-27 17:14:08', '127.0.0.1', 1, NULL, '13889009322');
/*!40000 ALTER TABLE `cxuu_admin_user` ENABLE KEYS */;
-- 导出 表 cxuuweb_php.cxuu_applink 结构
CREATE TABLE IF NOT EXISTS `cxuu_applink` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`cid` int(10) DEFAULT NULL COMMENT '分类ID',
`name` varchar(50) NOT NULL COMMENT '名称',
`url` varchar(200) NOT NULL COMMENT '链接',
`ico` varchar(100) NOT NULL COMMENT '图标',
`sort` int(10) NOT NULL COMMENT '排序',
`status` tinyint(1) DEFAULT NULL COMMENT '显示状态',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COMMENT='应用链接表';
-- 正在导出表 cxuuweb_php.cxuu_applink 的数据:9 rows
/*!40000 ALTER TABLE `cxuu_applink` DISABLE KEYS */;
INSERT INTO `cxuu_applink` (`id`, `cid`, `name`, `url`, `ico`, `sort`, `status`) VALUES
(1, 1, '云搜索', 'https://www.www.www/', 'layui-icon-mike', 1, 1),
(2, 2, '今日头条', 'https://www.www.www/', 'layui-icon-at', 2, 1),
(3, 1, '行政平台', 'https://www.www.www/', 'layui-icon-template-1', 2, 1),
(4, 1, '今日头条', 'https://www.www.www/', 'layui-icon-heart', 3, 1),
(5, 1, '今日头条', 'https://www.www.www/', 'layui-icon-vercode', 7, 1),
(6, 1, '今日头条', 'https://www.www.www/', 'layui-icon-rate-solid', 1, 1),
(7, 1, '今日头条', 'https://www.www.www/', 'layui-icon-carousel', 6, 1),
(8, 2, '今日头条', 'https://www.www.www/', 'layui-icon-flag', 9, 1),
(9, 2, '今日头条', 'https://www.www.www/', 'layui-icon-tree', 8, 1);
/*!40000 ALTER TABLE `cxuu_applink` ENABLE KEYS */;
-- 导出 表 cxuuweb_php.cxuu_applink_cate 结构
CREATE TABLE IF NOT EXISTS `cxuu_applink_cate` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`name` varchar(50) NOT NULL DEFAULT '0' COMMENT '分类名',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COMMENT='应用链接分类表';
-- 正在导出表 cxuuweb_php.cxuu_applink_cate 的数据:2 rows
/*!40000 ALTER TABLE `cxuu_applink_cate` DISABLE KEYS */;
INSERT INTO `cxuu_applink_cate` (`id`, `name`) VALUES
(1, '云搜索2'),
(2, '官方应用');
/*!40000 ALTER TABLE `cxuu_applink_cate` ENABLE KEYS */;
-- 导出 表 cxuuweb_php.cxuu_article 结构
CREATE TABLE IF NOT EXISTS `cxuu_article` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`cid` int(10) NOT NULL DEFAULT 0 COMMENT '栏目ID',
`title` varchar(200) DEFAULT NULL COMMENT '内容标题',
`attribute_a` tinyint(1) DEFAULT NULL COMMENT '文章属性 头条',
`attribute_b` tinyint(1) DEFAULT NULL COMMENT '文章属性 小头条',
`attribute_c` tinyint(1) DEFAULT NULL COMMENT '文章属性 轮换',
`attid` varchar(200) DEFAULT NULL COMMENT '附件地址ID',
`examine` varchar(10) DEFAULT NULL COMMENT '审核人',
`img` varchar(100) DEFAULT NULL COMMENT '缩略图地址',
`imgbl` tinyint(1) NOT NULL DEFAULT 0 COMMENT '判断是否有图片',
`time` datetime DEFAULT NULL COMMENT '添加时间',
`hits` int(5) DEFAULT 1 COMMENT '浏览次数',
`status` tinyint(1) DEFAULT NULL COMMENT '状态',
`uid` int(5) DEFAULT NULL COMMENT '用户ID',
`gid` int(5) DEFAULT NULL COMMENT '用户组ID',
PRIMARY KEY (`id`),
KEY `cid` (`cid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COMMENT='文章内容基本信息表';
-- 正在导出表 cxuuweb_php.cxuu_article 的数据:0 rows
/*!40000 ALTER TABLE `cxuu_article` DISABLE KEYS */;
/*!40000 ALTER TABLE `cxuu_article` ENABLE KEYS */;
-- 导出 表 cxuuweb_php.cxuu_article_cate 结构
CREATE TABLE IF NOT EXISTS `cxuu_article_cate` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`pid` int(10) DEFAULT NULL COMMENT '父ID',
`name` varchar(50) DEFAULT NULL COMMENT '栏目名称',
`type` tinyint(1) NOT NULL DEFAULT 0 COMMENT '栏目类型-频道或列表',
`theme` varchar(50) DEFAULT NULL COMMENT '模板路径',
`contheme` varchar(50) DEFAULT NULL COMMENT '本栏目内容模板',
`sort` int(10) DEFAULT NULL COMMENT '栏目排序',
`num` int(5) DEFAULT NULL COMMENT '前台列表显示内容条数',
`color` varchar(50) DEFAULT '0' COMMENT '栏目颜色',
`ct` tinyint(1) DEFAULT 1 COMMENT '统计开关',
`ico` varchar(50) DEFAULT NULL COMMENT '栏目图标样式',
`urlname` varchar(50) DEFAULT NULL COMMENT '自定义访问路径名',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COMMENT='文章内容栏目表';
-- 正在导出表 cxuuweb_php.cxuu_article_cate 的数据:9 rows
/*!40000 ALTER TABLE `cxuu_article_cate` DISABLE KEYS */;
INSERT INTO `cxuu_article_cate` (`id`, `pid`, `name`, `type`, `theme`, `contheme`, `sort`, `num`, `color`, `ct`, `ico`, `urlname`) VALUES
(1, 0, '主站栏目', 0, NULL, NULL, 1, 25, '#9a861d', 0, 'layui-icon-at', NULL),
(2, 0, '专题栏目', 0, 'special_xx_index.html', NULL, 2, 25, '#ff7800', 0, 'layui-icon-email', NULL),
(3, 1, '公司要闻', 1, NULL, 'special_content.html', 1, 20, '#1bae04', 1, 'layui-icon-rss', NULL),
(4, 2, '产品列表', 1, 'special_xx_list.html', 'special_content.html', 1, 25, '#1e9fff', 0, 'layui-icon-app', NULL),
(5, 2, '电子产品', 1, NULL, 'special_content.html', 2, 10, '#009688', 1, 'layui-icon-key', 'dzcp2'),
(6, 1, '资料管理', 1, NULL, NULL, 4, 25, '#8549ba', 1, 'layui-icon-gift', NULL),
(7, 2, '生活用品', 1, NULL, NULL, 3, 25, '#c71585', 1, 'layui-icon-component', NULL),
(8, 1, '文章内容', 1, NULL, NULL, 3, 25, '#6f840a', 1, 'layui-icon-tabs', NULL),
(9, 2, '建筑产品', 1, NULL, NULL, 4, 25, '#90ee90', 1, 'layui-icon-menu-fill', NULL);
/*!40000 ALTER TABLE `cxuu_article_cate` ENABLE KEYS */;
-- 导出 表 cxuuweb_php.cxuu_article_content 结构
CREATE TABLE IF NOT EXISTS `cxuu_article_content` (
`aid` int(11) NOT NULL COMMENT '文章ID',
`content` mediumtext DEFAULT NULL COMMENT '详细内容',
PRIMARY KEY (`aid`),
KEY `aid` (`aid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COMMENT='文章内容主体表';
-- 正在导出表 cxuuweb_php.cxuu_article_content 的数据:0 rows
/*!40000 ALTER TABLE `cxuu_article_content` DISABLE KEYS */;
/*!40000 ALTER TABLE `cxuu_article_content` ENABLE KEYS */;
-- 导出 表 cxuuweb_php.cxuu_article_special 结构
CREATE TABLE IF NOT EXISTS `cxuu_article_special` (
`id` int(50) NOT NULL AUTO_INCREMENT,
`name` varchar(50) DEFAULT NULL COMMENT '专题名',
`ico` varchar(50) DEFAULT NULL COMMENT '图标',
`img_a` varchar(200) DEFAULT NULL COMMENT '图片链接A',
`img_b` varchar(200) DEFAULT NULL COMMENT '图片链接B',
`img_c` varchar(200) DEFAULT NULL COMMENT '图片链接C',
`area` int(10) DEFAULT NULL COMMENT '显示区域ID',
`url` varchar(200) DEFAULT NULL COMMENT '专题链接',
`sort` int(5) DEFAULT NULL COMMENT '排序',
`status` tinyint(1) DEFAULT NULL COMMENT '显示控制',
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COMMENT='内容专题配置';
-- 正在导出表 cxuuweb_php.cxuu_article_special 的数据:3 rows
/*!40000 ALTER TABLE `cxuu_article_special` DISABLE KEYS */;
INSERT INTO `cxuu_article_special` (`id`, `name`, `ico`, `img_a`, `img_b`, `img_c`, `area`, `url`, `sort`, `status`) VALUES
(1, '今日头条', 'layui-icon-heart-fill', '/uploads/image/202204/24/6264c08c4f02c2683690.jpg', '/uploads/image/202204/24/6264c092600a15420200.jpg', '/uploads/image/202204/24/6264c0954e6c59486630.jpg', 0, '/list/2', 2, NULL),
(3, '什么专题名好,也可以作为广告栏位使用', 'layui-icon-at', '/uploads/image/202204/24/6264cf02736cb8427930.jpg', '/uploads/image/202204/24/6264cf05442fb7781190.jpg', NULL, 2, '/list/2', 3, 1),
(2, '今日头条2', 'layui-icon-heart', '/uploads/image/202204/24/6264ca353f9671015420.jpg', '/uploads/image/202204/24/6264cd6e35f0b6328670.jpg', NULL, 1, '/list/2', 1, NULL);
/*!40000 ALTER TABLE `cxuu_article_special` ENABLE KEYS */;
-- 导出 表 cxuuweb_php.cxuu_attments 结构
CREATE TABLE IF NOT EXISTS `cxuu_attments` (
`attid` int(11) NOT NULL AUTO_INCREMENT,
`atturl` varchar(200) DEFAULT NULL COMMENT '附件地址',
`priname` varchar(150) DEFAULT NULL COMMENT '原始名',
`ext` varchar(5) DEFAULT NULL COMMENT '文件类型',
`size` int(10) DEFAULT NULL COMMENT '文件大小',
`userid` int(11) DEFAULT NULL COMMENT '上传用户ID',
PRIMARY KEY (`attid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COMMENT='系统附件表';
-- 正在导出表 cxuuweb_php.cxuu_attments 的数据:0 rows
/*!40000 ALTER TABLE `cxuu_attments` DISABLE KEYS */;
/*!40000 ALTER TABLE `cxuu_attments` ENABLE KEYS */;
-- 导出 表 cxuuweb_php.cxuu_feedbacks 结构
CREATE TABLE IF NOT EXISTS `cxuu_feedbacks` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(50) DEFAULT NULL COMMENT '意见标题',
`name` varchar(50) DEFAULT NULL COMMENT '提交人昵称或姓名',
`phone` varchar(12) DEFAULT NULL COMMENT '提交人联系电话',
`content` text DEFAULT NULL COMMENT '意见内容',
`ip` varchar(12) DEFAULT NULL COMMENT '用户IP',
`mid` int(11) DEFAULT NULL COMMENT '对应提交意见的成员ID',
`time` datetime DEFAULT NULL COMMENT '提交意见时间',
`status` tinyint(1) DEFAULT NULL COMMENT '显示状态',
`re_content` text DEFAULT NULL COMMENT '回复内容',
`re_status` tinyint(1) DEFAULT NULL COMMENT '回复显示状态',
`re_time` datetime DEFAULT NULL COMMENT '回复时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COMMENT='意见提交表';
-- 正在导出表 cxuuweb_php.cxuu_feedbacks 的数据:0 rows
/*!40000 ALTER TABLE `cxuu_feedbacks` DISABLE KEYS */;
/*!40000 ALTER TABLE `cxuu_feedbacks` ENABLE KEYS */;
-- 导出 表 cxuuweb_php.cxuu_images 结构
CREATE TABLE IF NOT EXISTS `cxuu_images` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`title` varchar(50) DEFAULT NULL COMMENT '标题',
`img` varchar(150) DEFAULT NULL COMMENT '缩略图',
`auther` varchar(50) DEFAULT NULL COMMENT '作者',
`content` text DEFAULT NULL COMMENT '描述内容',
`status` tinyint(1) DEFAULT NULL COMMENT '状态',
`time` datetime DEFAULT NULL COMMENT '添加时间',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COMMENT='图集基本信息表';
-- 正在导出表 cxuuweb_php.cxuu_images 的数据:0 rows
/*!40000 ALTER TABLE `cxuu_images` DISABLE KEYS */;
/*!40000 ALTER TABLE `cxuu_images` ENABLE KEYS */;
-- 导出 表 cxuuweb_php.cxuu_images_image 结构
CREATE TABLE IF NOT EXISTS `cxuu_images_image` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`aid` int(11) DEFAULT NULL COMMENT '分类ID',
`imgsrc` varchar(150) DEFAULT NULL COMMENT '图片地址',
`info` text DEFAULT NULL COMMENT '描述',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COMMENT='图集详细内容表';
-- 正在导出表 cxuuweb_php.cxuu_images_image 的数据:0 rows
/*!40000 ALTER TABLE `cxuu_images_image` DISABLE KEYS */;
/*!40000 ALTER TABLE `cxuu_images_image` ENABLE KEYS */;
-- 导出 表 cxuuweb_php.cxuu_log_sql 结构
CREATE TABLE IF NOT EXISTS `cxuu_log_sql` (
`id` int(20) NOT NULL AUTO_INCREMENT,
`userid` int(10) DEFAULT NULL COMMENT '用户名',
`ca` varchar(50) DEFAULT NULL COMMENT '操作控制器和方法',
`loginip` varchar(20) DEFAULT NULL COMMENT '登录IP',
`useragent` varchar(500) DEFAULT NULL COMMENT '客户端信息',
`time` datetime DEFAULT NULL COMMENT '时间',
`dothing` varchar(200) DEFAULT NULL COMMENT '操作描述',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COMMENT='数据库操作日志表';
-- 正在导出表 cxuuweb_php.cxuu_log_sql 的数据:0 rows
/*!40000 ALTER TABLE `cxuu_log_sql` DISABLE KEYS */;
/*!40000 ALTER TABLE `cxuu_log_sql` ENABLE KEYS */;
-- 导出 表 cxuuweb_php.cxuu_member 结构
CREATE TABLE IF NOT EXISTS `cxuu_member` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(50) DEFAULT NULL COMMENT '姓名',
`duties` varchar(50) DEFAULT NULL COMMENT '管理工作内容',
`photo` varchar(150) DEFAULT NULL COMMENT '照片',
`duty` varchar(150) DEFAULT NULL COMMENT '职务',
`sort` int(3) DEFAULT NULL COMMENT '排序',
`status` tinyint(1) DEFAULT NULL COMMENT '状态',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COMMENT='公司或单位成员表';
-- 正在导出表 cxuuweb_php.cxuu_member 的数据:0 rows
/*!40000 ALTER TABLE `cxuu_member` DISABLE KEYS */;
/*!40000 ALTER TABLE `cxuu_member` ENABLE KEYS */;
-- 导出 表 cxuuweb_php.cxuu_notices 结构
CREATE TABLE IF NOT EXISTS `cxuu_notices` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(50) DEFAULT NULL COMMENT '标题',
`img` varchar(100) DEFAULT NULL COMMENT '附图',
`content` mediumtext DEFAULT NULL COMMENT '内容',
`time` datetime DEFAULT NULL COMMENT '时间',
`status` tinyint(1) DEFAULT 1 COMMENT '状态',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COMMENT='系统公告表';
-- 正在导出表 cxuuweb_php.cxuu_notices 的数据:0 rows
/*!40000 ALTER TABLE `cxuu_notices` DISABLE KEYS */;
/*!40000 ALTER TABLE `cxuu_notices` ENABLE KEYS */;
-- 导出 表 cxuuweb_php.cxuu_onduty 结构
CREATE TABLE IF NOT EXISTS `cxuu_onduty` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`juname` varchar(50) DEFAULT NULL COMMENT '局值班人',
`chuname` varchar(50) DEFAULT NULL COMMENT '处值班人',
`yuanname` varchar(50) DEFAULT NULL COMMENT '值班员',
`phone` varchar(12) DEFAULT NULL COMMENT '职务',
`ondutytime` date DEFAULT NULL COMMENT '值班时间',
`status` tinyint(1) DEFAULT NULL COMMENT '状态',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COMMENT='值班安排表';
-- 正在导出表 cxuuweb_php.cxuu_onduty 的数据:0 rows
/*!40000 ALTER TABLE `cxuu_onduty` DISABLE KEYS */;
/*!40000 ALTER TABLE `cxuu_onduty` ENABLE KEYS */;
-- 导出 表 cxuuweb_php.cxuu_siteconfig 结构
CREATE TABLE IF NOT EXISTS `cxuu_siteconfig` (
`name` varchar(50) NOT NULL COMMENT '主键',
`data` text DEFAULT NULL COMMENT '内容',
PRIMARY KEY (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COMMENT='系统配置表';
-- 正在导出表 cxuuweb_php.cxuu_siteconfig 的数据:4 rows
/*!40000 ALTER TABLE `cxuu_siteconfig` DISABLE KEYS */;
INSERT INTO `cxuu_siteconfig` (`name`, `data`) VALUES
('siteinfo', '{"sitename":"龙啸轩WEB.PHP","siteurl":"http://www.cxuu.top/","keywords":"龙啸轩网络","descript":"龙啸轩网络","copyright":"龙啸轩WEB.PHP 便捷易用的WEB管理平台"}'),
('upload', '{"imguploadsize":"2048","attuploadsize":"1024","imguploadext":".jpg|.png|.jpeg|.gif","attuploadext":".doc|.docx|.zip|.7z|.zip|.xls|.xlsx|.txt","thumbON":"1","maxWidth":"600","maxHeight":"600","waterON":"1","waterImg":null,"waterPos":null,"videouploadext":".mp4|.avi|.mp3","videouploadsize":"80000"}'),
('cache', '{"indexhtml":null,"indexhtmltime":"5","visitscache":null,"visitsnum":"3","visitstime":"8","visitsshowtime":"10","publishtime":"1","publishyear":"1","publishcachetime":"88888"}'),
('theme', '{"indextheme":null}');
/*!40000 ALTER TABLE `cxuu_siteconfig` ENABLE KEYS */;
-- 导出 表 cxuuweb_php.cxuu_video 结构
CREATE TABLE IF NOT EXISTS `cxuu_video` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`cid` int(10) NOT NULL DEFAULT 0 COMMENT '栏目ID',
`title` varchar(200) DEFAULT NULL COMMENT '标题',
`att_a` tinyint(1) DEFAULT NULL COMMENT '属性 头条',
`att_b` tinyint(1) DEFAULT NULL COMMENT '属性 小头条',
`att_c` tinyint(1) DEFAULT NULL COMMENT '属性 轮换',
`videourl` varchar(200) DEFAULT NULL COMMENT '视频地址ID',
`soure` varchar(50) DEFAULT NULL COMMENT '来源',
`auther` varchar(50) DEFAULT NULL COMMENT '制作人',
`examine` varchar(10) DEFAULT NULL COMMENT '审核人',
`img` varchar(100) DEFAULT NULL COMMENT '缩略图地址',
`imgbl` tinyint(1) NOT NULL DEFAULT 0 COMMENT '判断是否有图片',
`time` datetime DEFAULT NULL COMMENT '添加时间',
`hits` int(5) DEFAULT 1 COMMENT '浏览次数',
`status` tinyint(1) DEFAULT NULL COMMENT '状态',
`uid` int(5) DEFAULT NULL COMMENT '用户ID',
`gid` int(5) DEFAULT NULL COMMENT '用户组ID',
`content` mediumtext DEFAULT NULL COMMENT '视频描述',
PRIMARY KEY (`id`),
KEY `cid` (`cid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COMMENT='视频内容基本信息表';
-- 正在导出表 cxuuweb_php.cxuu_video 的数据:0 rows
/*!40000 ALTER TABLE `cxuu_video` DISABLE KEYS */;
/*!40000 ALTER TABLE `cxuu_video` ENABLE KEYS */;
-- 导出 表 cxuuweb_php.cxuu_video_cate 结构
CREATE TABLE IF NOT EXISTS `cxuu_video_cate` (
`id` int(10) NOT NULL AUTO_INCREMENT,
`name` varchar(50) DEFAULT NULL COMMENT '视频栏目名称',
`theme` varchar(50) DEFAULT NULL COMMENT '模板路径',
`sort` int(10) DEFAULT NULL COMMENT '排序',
`num` int(5) DEFAULT NULL COMMENT '前台列表显示内容条数',
`ico` varchar(50) DEFAULT NULL COMMENT '图标样式',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COMMENT='视频栏目表';
-- 正在导出表 cxuuweb_php.cxuu_video_cate 的数据:0 rows
/*!40000 ALTER TABLE `cxuu_video_cate` DISABLE KEYS */;
/*!40000 ALTER TABLE `cxuu_video_cate` ENABLE KEYS */;
-- 导出 表 cxuuweb_php.cxuu_visits 结构
CREATE TABLE IF NOT EXISTS `cxuu_visits` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`date` date DEFAULT NULL COMMENT '日期',
`visits` int(11) DEFAULT NULL COMMENT '计数',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COMMENT='网站前台访问量表';
-- 正在导出表 cxuuweb_php.cxuu_visits 的数据:0 rows
/*!40000 ALTER TABLE `cxuu_visits` DISABLE KEYS */;
/*!40000 ALTER TABLE `cxuu_visits` ENABLE KEYS */;
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
/*!40014 SET FOREIGN_KEY_CHECKS=IFNULL(@OLD_FOREIGN_KEY_CHECKS, 1) */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40111 SET SQL_NOTES=IFNULL(@OLD_SQL_NOTES, 1) */;
PHP
1
https://gitee.com/cnzefe_admin/cxuucms-zphp_1.git
git@gitee.com:cnzefe_admin/cxuucms-zphp_1.git
cnzefe_admin
cxuucms-zphp_1
CxuuWeb-PHP
master

搜索帮助