代码拉取完成,页面将自动刷新
/*
Navicat MySQL Data Transfer
Source Server : 本地数据库
Source Server Version : 50547
Source Host : localhost:3306
Source Database : rain
Target Server Type : MYSQL
Target Server Version : 50547
File Encoding : 65001
Date: 2018-04-23 13:29:45
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `ai_use`
-- ----------------------------
DROP TABLE IF EXISTS `ai_use`;
CREATE TABLE `ai_use` (
`id` int(11) NOT NULL AUTO_INCREMENT COMMENT '人工智能识别数据表',
`add_time` char(255) DEFAULT NULL,
`ip` char(255) DEFAULT NULL,
`address` char(255) DEFAULT NULL,
`status` char(255) DEFAULT NULL,
`image1` char(255) DEFAULT NULL,
`image2` char(255) DEFAULT NULL,
`state` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of ai_use
-- ----------------------------
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。