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
3379f4a9
Commit
3379f4a9
authored
Jun 24, 2020
by
ZhengJie
Browse files
[代码优化](v2.5): update code_ 相关表字段调整.sql
close
https://github.com/elunez/eladmin/issues/422
parent
cee42e3a
Changes
2
Hide whitespace changes
Inline
Side-by-side
eladmin-system/src/main/resources/config/application-dev.yml
View file @
3379f4a9
...
@@ -88,8 +88,8 @@ generator:
...
@@ -88,8 +88,8 @@ generator:
#是否开启 swagger-ui
#是否开启 swagger-ui
swagger
:
swagger
:
enabled
:
true
enabled
:
true
# IP 本地解析
# IP 本地解析
ip
:
ip
:
local-parsing
:
true
local-parsing
:
true
...
...
sql/code_ 相关表字段调整.sql
View file @
3379f4a9
...
@@ -3,5 +3,5 @@ alter table code_gen_config CHANGE id config_id BIGINT(20) AUTO_INCREMENT COMMEN
...
@@ -3,5 +3,5 @@ alter table code_gen_config CHANGE id config_id BIGINT(20) AUTO_INCREMENT COMMEN
-- code_gen_config end --
-- code_gen_config end --
-- code_column_config 表改动 start --
-- code_column_config 表改动 start --
alter
table
code_column_config
CHANGE
id
config_id
column_id
BIGINT
(
20
)
AUTO_INCREMENT
COMMENT
'ID'
;
alter
table
code_column_config
CHANGE
id
column_id
BIGINT
(
20
)
AUTO_INCREMENT
COMMENT
'ID'
;
-- code_column_config end --
-- code_column_config end --
\ 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