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
7b0caae9
Unverified
Commit
7b0caae9
authored
Mar 01, 2021
by
杨洋
Committed by
GitHub
Mar 01, 2021
Browse files
错别字更正 (#590)
parent
0dfdcf11
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/eladmin.sql
View file @
7b0caae9
...
@@ -660,7 +660,7 @@ CREATE TABLE `sys_user` (
...
@@ -660,7 +660,7 @@ CREATE TABLE `sys_user` (
`is_admin`
bit
(
1
)
DEFAULT
b
'0'
COMMENT
'是否为admin账号'
,
`is_admin`
bit
(
1
)
DEFAULT
b
'0'
COMMENT
'是否为admin账号'
,
`enabled`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'状态:1启用、0禁用'
,
`enabled`
bigint
(
20
)
DEFAULT
NULL
COMMENT
'状态:1启用、0禁用'
,
`create_by`
varchar
(
255
)
DEFAULT
NULL
COMMENT
'创建者'
,
`create_by`
varchar
(
255
)
DEFAULT
NULL
COMMENT
'创建者'
,
`update_by`
varchar
(
255
)
DEFAULT
NULL
COMMENT
'更新
着
'
,
`update_by`
varchar
(
255
)
DEFAULT
NULL
COMMENT
'更新
者
'
,
`pwd_reset_time`
datetime
DEFAULT
NULL
COMMENT
'修改密码的时间'
,
`pwd_reset_time`
datetime
DEFAULT
NULL
COMMENT
'修改密码的时间'
,
`create_time`
datetime
DEFAULT
NULL
COMMENT
'创建日期'
,
`create_time`
datetime
DEFAULT
NULL
COMMENT
'创建日期'
,
`update_time`
datetime
DEFAULT
NULL
COMMENT
'更新时间'
,
`update_time`
datetime
DEFAULT
NULL
COMMENT
'更新时间'
,
...
@@ -822,4 +822,4 @@ CREATE TABLE `tool_qiniu_content` (
...
@@ -822,4 +822,4 @@ CREATE TABLE `tool_qiniu_content` (
BEGIN
;
BEGIN
;
COMMIT
;
COMMIT
;
SET
FOREIGN_KEY_CHECKS
=
1
;
SET
FOREIGN_KEY_CHECKS
=
1
;
\ No newline at end of file
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