mirror of https://github.com/elunez/eladmin
[代码优化](v2.5): update code_ 相关表字段调整.sql
close https://github.com/elunez/eladmin/issues/422pull/432/head
parent
cee42e3a67
commit
3379f4a93d
|
@ -88,8 +88,8 @@ generator:
|
|||
#是否开启 swagger-ui
|
||||
swagger:
|
||||
enabled: true
|
||||
# IP 本地解析
|
||||
|
||||
# IP 本地解析
|
||||
ip:
|
||||
local-parsing: true
|
||||
|
||||
|
|
|
@ -3,5 +3,5 @@ alter table code_gen_config CHANGE id config_id BIGINT(20) AUTO_INCREMENT COMMEN
|
|||
-- code_gen_config end --
|
||||
|
||||
-- code_column_config 表改动 start --
|
||||
alter table code_column_config CHANGE id config_idcolumn_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 --
|
Loading…
Reference in New Issue