代码拉取完成,页面将自动刷新
/*
Navicat MySQL Data Transfer
Source Server : localhost
Source Server Version : 50505
Source Host : localhost:3306
Source Database : spring-boot
Target Server Type : MYSQL
Target Server Version : 50505
File Encoding : 65001
Date: 2019-12-08 11:20:28
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `user`
-- ----------------------------
DROP TABLE IF EXISTS `user`;
CREATE TABLE `user` (
`id` bigint(19) NOT NULL AUTO_INCREMENT,
`user_no` varchar(50) DEFAULT NULL,
`user_name` varchar(50) DEFAULT NULL,
`pwd` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1202508768303210499 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of user
-- ----------------------------
INSERT INTO `user` VALUES ('1202508768303210498', null, '3333333', null);
-- ----------------------------
-- Table structure for `user_love`
-- ----------------------------
DROP TABLE IF EXISTS `user_love`;
CREATE TABLE `user_love` (
`id` bigint(19) NOT NULL AUTO_INCREMENT,
`user_no` varchar(50) DEFAULT NULL,
`love` varchar(50) DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1202508768303210499 DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of user_love
-- ----------------------------
INSERT INTO `user_love` VALUES ('1202508768303210498', null, '3333333');
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。