Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Eladmin
Commits
c105df60
Commit
c105df60
authored
Sep 27, 2019
by
dqjdda
Browse files
2.2版本发布,详情查阅版本说明
parent
0f0392d7
Changes
9
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c105df60
...
@@ -78,6 +78,6 @@ eladmin基于 Spring Boot 2.1.0 、 Jpa、 Spring Security、redis、Vue的前
...
@@ -78,6 +78,6 @@ eladmin基于 Spring Boot 2.1.0 、 Jpa、 Spring Security、redis、Vue的前
</table>
</table>
#### 项目捐赠
#### 项目捐赠
如果你用爽了,可以
请作者喝杯咖啡
表示支持
☕
️
!
[
Donate
](
https://docs.auauz.net/#/jz
)
项目的发展离不开你的支持,
请作者喝杯咖啡
吧
☕!
[
Donate
](
https://docs.auauz.net/#/jz
)
#### 反馈交流
#### 反馈交流
-
QQ交流群:891137268
-
QQ交流群:891137268
eladmin-common/pom.xml
View file @
c105df60
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
eladmin
</artifactId>
<artifactId>
eladmin
</artifactId>
<groupId>
me.zhengjie
</groupId>
<groupId>
me.zhengjie
</groupId>
<version>
2.
1
</version>
<version>
2.
2
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
eladmin-generator/pom.xml
View file @
c105df60
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
eladmin
</artifactId>
<artifactId>
eladmin
</artifactId>
<groupId>
me.zhengjie
</groupId>
<groupId>
me.zhengjie
</groupId>
<version>
2.
1
</version>
<version>
2.
2
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<dependency>
<dependency>
<groupId>
me.zhengjie
</groupId>
<groupId>
me.zhengjie
</groupId>
<artifactId>
eladmin-common
</artifactId>
<artifactId>
eladmin-common
</artifactId>
<version>
2.
1
</version>
<version>
2.
2
</version>
</dependency>
</dependency>
<!--模板引擎-->
<!--模板引擎-->
...
...
eladmin-logging/pom.xml
View file @
c105df60
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
eladmin
</artifactId>
<artifactId>
eladmin
</artifactId>
<groupId>
me.zhengjie
</groupId>
<groupId>
me.zhengjie
</groupId>
<version>
2.
1
</version>
<version>
2.
2
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<dependency>
<dependency>
<groupId>
me.zhengjie
</groupId>
<groupId>
me.zhengjie
</groupId>
<artifactId>
eladmin-common
</artifactId>
<artifactId>
eladmin-common
</artifactId>
<version>
2.
1
</version>
<version>
2.
2
</version>
</dependency>
</dependency>
</dependencies>
</dependencies>
</project>
</project>
\ No newline at end of file
eladmin-system/pom.xml
View file @
c105df60
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
eladmin
</artifactId>
<artifactId>
eladmin
</artifactId>
<groupId>
me.zhengjie
</groupId>
<groupId>
me.zhengjie
</groupId>
<version>
2.
1
</version>
<version>
2.
2
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
<dependency>
<dependency>
<groupId>
me.zhengjie
</groupId>
<groupId>
me.zhengjie
</groupId>
<artifactId>
eladmin-generator
</artifactId>
<artifactId>
eladmin-generator
</artifactId>
<version>
2.
1
</version>
<version>
2.
2
</version>
<exclusions>
<exclusions>
<exclusion>
<exclusion>
<groupId>
me.zhengjie
</groupId>
<groupId>
me.zhengjie
</groupId>
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<dependency>
<dependency>
<groupId>
me.zhengjie
</groupId>
<groupId>
me.zhengjie
</groupId>
<artifactId>
eladmin-tools
</artifactId>
<artifactId>
eladmin-tools
</artifactId>
<version>
2.
1
</version>
<version>
2.
2
</version>
</dependency>
</dependency>
<!--jwt-->
<!--jwt-->
...
...
eladmin-system/src/main/java/me/zhengjie/config/ConfigurerAdapter.java
View file @
c105df60
package
me.zhengjie.config
;
package
me.zhengjie.config
;
import
com.fasterxml.jackson.databind.ObjectMapper
;
import
com.fasterxml.jackson.databind.module.SimpleModule
;
import
com.fasterxml.jackson.databind.ser.std.ToStringSerializer
;
import
org.springframework.beans.factory.annotation.Value
;
import
org.springframework.beans.factory.annotation.Value
;
import
org.springframework.context.annotation.Configuration
;
import
org.springframework.context.annotation.Configuration
;
import
org.springframework.http.converter.HttpMessageConverter
;
import
org.springframework.http.converter.StringHttpMessageConverter
;
import
org.springframework.http.converter.json.MappingJackson2HttpMessageConverter
;
import
org.springframework.web.servlet.config.annotation.CorsRegistry
;
import
org.springframework.web.servlet.config.annotation.CorsRegistry
;
import
org.springframework.web.servlet.config.annotation.EnableWebMvc
;
import
org.springframework.web.servlet.config.annotation.EnableWebMvc
;
import
org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
;
import
org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
;
import
org.springframework.web.servlet.config.annotation.WebMvcConfigurer
;
import
org.springframework.web.servlet.config.annotation.WebMvcConfigurer
;
import
java.math.BigInteger
;
import
java.nio.charset.Charset
;
import
java.util.List
;
/**
/**
* WebMvcConfigurer
* WebMvcConfigurer
...
...
eladmin-tools/pom.xml
View file @
c105df60
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
eladmin
</artifactId>
<artifactId>
eladmin
</artifactId>
<groupId>
me.zhengjie
</groupId>
<groupId>
me.zhengjie
</groupId>
<version>
2.
1
</version>
<version>
2.
2
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<dependency>
<dependency>
<groupId>
me.zhengjie
</groupId>
<groupId>
me.zhengjie
</groupId>
<artifactId>
eladmin-logging
</artifactId>
<artifactId>
eladmin-logging
</artifactId>
<version>
2.
1
</version>
<version>
2.
2
</version>
</dependency>
</dependency>
<!--邮件依赖-->
<!--邮件依赖-->
...
...
pom.xml
View file @
c105df60
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<groupId>
me.zhengjie
</groupId>
<groupId>
me.zhengjie
</groupId>
<artifactId>
eladmin
</artifactId>
<artifactId>
eladmin
</artifactId>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<version>
2.
1
</version>
<version>
2.
2
</version>
<modules>
<modules>
<module>
eladmin-common
</module>
<module>
eladmin-common
</module>
...
...
sql/eladmin.sql
View file @
c105df60
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
Target Server Version : 50562
Target Server Version : 50562
File Encoding : 65001
File Encoding : 65001
Date:
07
/09/2019
21:59:47
Date:
26
/09/2019
17:41:39
*/
*/
SET
NAMES
utf8mb4
;
SET
NAMES
utf8mb4
;
...
@@ -85,7 +85,6 @@ CREATE TABLE `dict` (
...
@@ -85,7 +85,6 @@ CREATE TABLE `dict` (
INSERT
INTO
`dict`
VALUES
(
1
,
'user_status'
,
'用户状态'
);
INSERT
INTO
`dict`
VALUES
(
1
,
'user_status'
,
'用户状态'
);
INSERT
INTO
`dict`
VALUES
(
4
,
'dept_status'
,
'部门状态'
);
INSERT
INTO
`dict`
VALUES
(
4
,
'dept_status'
,
'部门状态'
);
INSERT
INTO
`dict`
VALUES
(
5
,
'job_status'
,
'岗位状态'
);
INSERT
INTO
`dict`
VALUES
(
5
,
'job_status'
,
'岗位状态'
);
INSERT
INTO
`dict`
VALUES
(
6
,
'tt'
,
'tt'
);
-- ----------------------------
-- ----------------------------
-- Table structure for dict_detail
-- Table structure for dict_detail
...
@@ -111,7 +110,6 @@ INSERT INTO `dict_detail` VALUES (11, '正常', 'true', '1', 4);
...
@@ -111,7 +110,6 @@ INSERT INTO `dict_detail` VALUES (11, '正常', 'true', '1', 4);
INSERT
INTO
`dict_detail`
VALUES
(
12
,
'停用'
,
'false'
,
'2'
,
4
);
INSERT
INTO
`dict_detail`
VALUES
(
12
,
'停用'
,
'false'
,
'2'
,
4
);
INSERT
INTO
`dict_detail`
VALUES
(
13
,
'正常'
,
'true'
,
'1'
,
5
);
INSERT
INTO
`dict_detail`
VALUES
(
13
,
'正常'
,
'true'
,
'1'
,
5
);
INSERT
INTO
`dict_detail`
VALUES
(
14
,
'停用'
,
'false'
,
'2'
,
5
);
INSERT
INTO
`dict_detail`
VALUES
(
14
,
'停用'
,
'false'
,
'2'
,
5
);
INSERT
INTO
`dict_detail`
VALUES
(
15
,
'f'
,
'fdaf'
,
'1'
,
6
);
-- ----------------------------
-- ----------------------------
-- Table structure for email_config
-- Table structure for email_config
...
@@ -146,7 +144,7 @@ CREATE TABLE `gen_config` (
...
@@ -146,7 +144,7 @@ CREATE TABLE `gen_config` (
-- ----------------------------
-- ----------------------------
-- Records of gen_config
-- Records of gen_config
-- ----------------------------
-- ----------------------------
INSERT
INTO
`gen_config`
VALUES
(
1
,
'Zheng Jie'
,
b
'0'
,
'eladmin-
tools
'
,
'me.zhengjie'
,
'E:
\\
workspace
\\
me
\\
front
\\
eladmin-qt
\\
src
\\
views
\\
t
ools
\\
storage
\\
local
'
,
'E:
\\
workspace
\\
me
\\
front
\\
eladmin-qt
\\
src
\\
api'
,
NULL
);
INSERT
INTO
`gen_config`
VALUES
(
1
,
'Zheng Jie'
,
b
'0'
,
'eladmin-
system
'
,
'me.zhengjie
.test
'
,
'E:
\\
workspace
\\
me
\\
front
\\
eladmin-qt
\\
src
\\
views
\\
t
est1111
'
,
'E:
\\
workspace
\\
me
\\
front
\\
eladmin-qt
\\
src
\\
api'
,
NULL
);
-- ----------------------------
-- ----------------------------
-- Table structure for job
-- Table structure for job
...
@@ -209,7 +207,7 @@ CREATE TABLE `log` (
...
@@ -209,7 +207,7 @@ CREATE TABLE `log` (
`username`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
,
`username`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
,
`address`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
,
`address`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
,
PRIMARY
KEY
(
`id`
)
USING
BTREE
PRIMARY
KEY
(
`id`
)
USING
BTREE
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
1
3914
CHARACTER
SET
=
utf8
COLLATE
=
utf8_general_ci
ROW_FORMAT
=
Compact
;
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
1
4269
CHARACTER
SET
=
utf8
COLLATE
=
utf8_general_ci
ROW_FORMAT
=
Compact
;
-- ----------------------------
-- ----------------------------
-- Table structure for menu
-- Table structure for menu
...
@@ -279,7 +277,7 @@ CREATE TABLE `permission` (
...
@@ -279,7 +277,7 @@ CREATE TABLE `permission` (
`name`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
COMMENT
'名称'
,
`name`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
COMMENT
'名称'
,
`pid`
int
(
11
)
NOT
NULL
COMMENT
'上级权限'
,
`pid`
int
(
11
)
NOT
NULL
COMMENT
'上级权限'
,
PRIMARY
KEY
(
`id`
)
USING
BTREE
PRIMARY
KEY
(
`id`
)
USING
BTREE
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
55
CHARACTER
SET
=
utf8
COLLATE
=
utf8_general_ci
ROW_FORMAT
=
Compact
;
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
60
CHARACTER
SET
=
utf8
COLLATE
=
utf8_general_ci
ROW_FORMAT
=
Compact
;
-- ----------------------------
-- ----------------------------
-- Records of permission
-- Records of permission
...
@@ -332,6 +330,11 @@ INSERT INTO `permission` VALUES (51, '字典查询', '2019-04-10 16:25:16', 'DIC
...
@@ -332,6 +330,11 @@ INSERT INTO `permission` VALUES (51, '字典查询', '2019-04-10 16:25:16', 'DIC
INSERT
INTO
`permission`
VALUES
(
52
,
'字典创建'
,
'2019-04-10 16:25:29'
,
'DICT_CREATE'
,
50
);
INSERT
INTO
`permission`
VALUES
(
52
,
'字典创建'
,
'2019-04-10 16:25:29'
,
'DICT_CREATE'
,
50
);
INSERT
INTO
`permission`
VALUES
(
53
,
'字典编辑'
,
'2019-04-10 16:27:19'
,
'DICT_EDIT'
,
50
);
INSERT
INTO
`permission`
VALUES
(
53
,
'字典编辑'
,
'2019-04-10 16:27:19'
,
'DICT_EDIT'
,
50
);
INSERT
INTO
`permission`
VALUES
(
54
,
'字典删除'
,
'2019-04-10 16:27:30'
,
'DICT_DELETE'
,
50
);
INSERT
INTO
`permission`
VALUES
(
54
,
'字典删除'
,
'2019-04-10 16:27:30'
,
'DICT_DELETE'
,
50
);
INSERT
INTO
`permission`
VALUES
(
55
,
'文件管理'
,
'2019-09-08 12:31:54'
,
'LOCALSTORAGE_ALL'
,
0
);
INSERT
INTO
`permission`
VALUES
(
56
,
'文件搜索'
,
'2019-09-08 12:40:53'
,
'LOCALSTORAGE_SELECT'
,
55
);
INSERT
INTO
`permission`
VALUES
(
57
,
'文件上传'
,
'2019-09-08 12:41:05'
,
'LOCALSTORAGE_CREATE'
,
55
);
INSERT
INTO
`permission`
VALUES
(
58
,
'文件编辑'
,
'2019-09-08 12:41:19'
,
'LOCALSTORAGE_EDIT'
,
55
);
INSERT
INTO
`permission`
VALUES
(
59
,
'文件删除'
,
'2019-09-08 12:41:29'
,
'LOCALSTORAGE_DELETE'
,
55
);
-- ----------------------------
-- ----------------------------
-- Table structure for picture
-- Table structure for picture
...
@@ -348,7 +351,7 @@ CREATE TABLE `picture` (
...
@@ -348,7 +351,7 @@ CREATE TABLE `picture` (
`username`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
COMMENT
'用户名称'
,
`username`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
COMMENT
'用户名称'
,
`width`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
COMMENT
'图片宽度'
,
`width`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
COMMENT
'图片宽度'
,
PRIMARY
KEY
(
`id`
)
USING
BTREE
PRIMARY
KEY
(
`id`
)
USING
BTREE
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
3
CHARACTER
SET
=
utf8
COLLATE
=
utf8_general_ci
ROW_FORMAT
=
Compact
;
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
1
CHARACTER
SET
=
utf8
COLLATE
=
utf8_general_ci
ROW_FORMAT
=
Compact
;
-- ----------------------------
-- ----------------------------
-- Table structure for qiniu_config
-- Table structure for qiniu_config
...
@@ -373,13 +376,13 @@ CREATE TABLE `qiniu_content` (
...
@@ -373,13 +376,13 @@ CREATE TABLE `qiniu_content` (
`id`
bigint
(
20
)
NOT
NULL
AUTO_INCREMENT
COMMENT
'ID'
,
`id`
bigint
(
20
)
NOT
NULL
AUTO_INCREMENT
COMMENT
'ID'
,
`bucket`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
COMMENT
'Bucket 识别符'
,
`bucket`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
COMMENT
'Bucket 识别符'
,
`name`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
COMMENT
'文件名称'
,
`name`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
COMMENT
'文件名称'
,
`suffix`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
COMMENT
'文件后缀'
,
`size`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
COMMENT
'文件大小'
,
`size`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
COMMENT
'文件大小'
,
`type`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
COMMENT
'文件类型:私有或公开'
,
`type`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
COMMENT
'文件类型:私有或公开'
,
`update_time`
datetime
NULL
DEFAULT
NULL
COMMENT
'上传或同步的时间'
,
`update_time`
datetime
NULL
DEFAULT
NULL
COMMENT
'上传或同步的时间'
,
`url`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
COMMENT
'文件url'
,
`url`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
COMMENT
'文件url'
,
`suffix`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
,
PRIMARY
KEY
(
`id`
)
USING
BTREE
PRIMARY
KEY
(
`id`
)
USING
BTREE
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
2
0
CHARACTER
SET
=
utf8
COLLATE
=
utf8_general_ci
ROW_FORMAT
=
Compact
;
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
2
4
CHARACTER
SET
=
utf8
COLLATE
=
utf8_general_ci
ROW_FORMAT
=
Compact
;
-- ----------------------------
-- ----------------------------
-- Table structure for quartz_job
-- Table structure for quartz_job
...
@@ -403,7 +406,7 @@ CREATE TABLE `quartz_job` (
...
@@ -403,7 +406,7 @@ CREATE TABLE `quartz_job` (
-- ----------------------------
-- ----------------------------
INSERT
INTO
`quartz_job`
VALUES
(
1
,
'visitsTask'
,
'0 0 0 * * ?'
,
b
'0'
,
'更新访客记录'
,
'run'
,
NULL
,
'每日0点创建新的访客记录'
,
'2019-01-08 14:53:31'
);
INSERT
INTO
`quartz_job`
VALUES
(
1
,
'visitsTask'
,
'0 0 0 * * ?'
,
b
'0'
,
'更新访客记录'
,
'run'
,
NULL
,
'每日0点创建新的访客记录'
,
'2019-01-08 14:53:31'
);
INSERT
INTO
`quartz_job`
VALUES
(
2
,
'testTask'
,
'0/5 * * * * ?'
,
b
'1'
,
'测试1'
,
'run1'
,
'test'
,
'带参测试,多参使用json'
,
'2019-08-22 14:08:29'
);
INSERT
INTO
`quartz_job`
VALUES
(
2
,
'testTask'
,
'0/5 * * * * ?'
,
b
'1'
,
'测试1'
,
'run1'
,
'test'
,
'带参测试,多参使用json'
,
'2019-08-22 14:08:29'
);
INSERT
INTO
`quartz_job`
VALUES
(
3
,
'testTask'
,
'0/5 * * * * ?'
,
b
'1'
,
'测试'
,
'run'
,
''
,
'不带参测试'
,
'2019-0
8
-2
2
1
4:08:28
'
);
INSERT
INTO
`quartz_job`
VALUES
(
3
,
'testTask'
,
'0/5 * * * * ?'
,
b
'1'
,
'测试'
,
'run'
,
''
,
'不带参测试'
,
'2019-0
9
-2
6
1
6:44:39
'
);
-- ----------------------------
-- ----------------------------
-- Table structure for quartz_log
-- Table structure for quartz_log
...
@@ -421,7 +424,7 @@ CREATE TABLE `quartz_log` (
...
@@ -421,7 +424,7 @@ CREATE TABLE `quartz_log` (
`params`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
,
`params`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
,
`time`
bigint
(
20
)
NULL
DEFAULT
NULL
,
`time`
bigint
(
20
)
NULL
DEFAULT
NULL
,
PRIMARY
KEY
(
`id`
)
USING
BTREE
PRIMARY
KEY
(
`id`
)
USING
BTREE
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
2
CHARACTER
SET
=
utf8
COLLATE
=
utf8_general_ci
ROW_FORMAT
=
Compact
;
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
51
CHARACTER
SET
=
utf8
COLLATE
=
utf8_general_ci
ROW_FORMAT
=
Compact
;
-- ----------------------------
-- ----------------------------
-- Table structure for role
-- Table structure for role
...
@@ -675,6 +678,6 @@ CREATE TABLE `visits` (
...
@@ -675,6 +678,6 @@ CREATE TABLE `visits` (
`week_day`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
,
`week_day`
varchar
(
255
)
CHARACTER
SET
utf8
COLLATE
utf8_general_ci
NULL
DEFAULT
NULL
,
PRIMARY
KEY
(
`id`
)
USING
BTREE
,
PRIMARY
KEY
(
`id`
)
USING
BTREE
,
UNIQUE
INDEX
`UK_11aksgq87euk9bcyeesfs4vtp`
(
`date`
)
USING
BTREE
UNIQUE
INDEX
`UK_11aksgq87euk9bcyeesfs4vtp`
(
`date`
)
USING
BTREE
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
8
9
CHARACTER
SET
=
utf8
COLLATE
=
utf8_general_ci
ROW_FORMAT
=
Compact
;
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
9
6
CHARACTER
SET
=
utf8
COLLATE
=
utf8_general_ci
ROW_FORMAT
=
Compact
;
SET
FOREIGN_KEY_CHECKS
=
1
;
SET
FOREIGN_KEY_CHECKS
=
1
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment