The current repo belongs to Paused status, and some functions are restricted. For details, please refer to the description of repo status
219 Star 595 Fork 213

奋进的小莫/SpringBootUnity
Paused

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
USER.sql 748 Bytes
Copy Edit Raw Blame History
xiaomo authored 8 years ago . add sql
/*
Navicat MySQL Data Transfer
Source Server : xiaomo2017(106.15.188.160)
Source Server Version : 50717
Source Host : 106.15.188.160:3306
Source Database : xiaomo
Target Server Type : MYSQL
Target Server Version : 50717
File Encoding : 65001
Date: 2017-09-06 17:45:51
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for USER
-- ----------------------------
DROP TABLE IF EXISTS `USER`;
CREATE TABLE `USER` (
`id` bigint(20) DEFAULT NULL,
`name` varchar(255) DEFAULT NULL,
`age` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of USER
-- ----------------------------
INSERT INTO `USER` VALUES ('1', 'xiaomo', '25');
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/hupeng_admin/SpringBootUnity.git
git@gitee.com:hupeng_admin/SpringBootUnity.git
hupeng_admin
SpringBootUnity
SpringBootUnity
master

Search