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
59ecc33b
Commit
59ecc33b
authored
Jun 27, 2023
by
Zheng Jie
Browse files
update
parent
4a6e6953
Changes
1
Hide whitespace changes
Inline
Side-by-side
sql/eladmin.sql
View file @
59ecc33b
...
...
@@ -54,6 +54,7 @@ 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