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
6d4a0040
Commit
6d4a0040
authored
Jul 11, 2023
by
Zheng Jie
Browse files
update eladmin.sql
close
https://github.com/elunez/eladmin/issues/806
parent
86e8af65
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/eladmin.sql
View file @
6d4a0040
...
...
@@ -35,6 +35,7 @@ CREATE TABLE `code_column_config` (
`not_null`
bit
(
1
)
DEFAULT
NULL
,
`query_type`
varchar
(
255
)
DEFAULT
NULL
,
`remark`
varchar
(
255
)
DEFAULT
NULL
,
`date_annotation`
varchar
(
255
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`column_id`
)
USING
BTREE
,
KEY
`idx_table_name`
(
`table_name`
)
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
191
ROW_FORMAT
=
COMPACT
COMMENT
=
'代码生成字段信息存储'
;
...
...
@@ -54,7 +55,6 @@ CREATE TABLE `code_gen_config` (
`api_path`
varchar
(
255
)
DEFAULT
NULL
COMMENT
'前端Api文件路径'
,
`prefix`
varchar
(
255
)
DEFAULT
NULL
COMMENT
'表前缀'
,
`api_alias`
varchar
(
255
)
DEFAULT
NULL
COMMENT
'接口名称'
,
`date_annotation`
varchar
(
255
)
DEFAULT
NULL
,
PRIMARY
KEY
(
`config_id`
)
USING
BTREE
,
KEY
`idx_table_name`
(
`table_name`
(
100
))
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
7
ROW_FORMAT
=
COMPACT
COMMENT
=
'代码生成器配置'
;
...
...
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