1 Star 0 Fork 7

dingluoluo/Green2013

forked from ZTS/Green2013 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
links_update.sql 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
zts1993 提交于 2013-10-16 14:17 . Small
/*
Navicat MySQL Data Transfer
Source Server : MySQL
Source Server Version : 50612
Source Host : localhost:3306
Source Database : greenstudio
Target Server Type : MYSQL
Target Server Version : 50612
File Encoding : 65001
Date: 2013-10-16 10:37:53
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `links`
-- ----------------------------
DROP TABLE IF EXISTS `links`;
CREATE TABLE `links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_sort` smallint(25) DEFAULT '0',
`link_url` varchar(255) DEFAULT '',
`link_name` varchar(255) DEFAULT '',
`link_tag` varchar(255) DEFAULT '',
`link_description` varchar(255) DEFAULT '',
`link_visible` tinyint(20) DEFAULT '1',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COMMENT='友情链接';
-- ----------------------------
-- Records of links
-- ----------------------------
INSERT INTO `links` VALUES ('1', '1', 'http://www.zts1993.com', 'Z的博客', '', 'Z的博客', '1');
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mshare/Green2013.git
git@gitee.com:mshare/Green2013.git
mshare
Green2013
Green2013
master

搜索帮助