elunez / eladmin

eladmin jpa 版本:项目基于 Spring Boot 2.6.4、 Jpa、 Spring Security、Redis、Vue的前后端分离的后台管理系统,项目采用分模块开发方式, 权限控制采用 RBAC,支持数据字典与数据权限管理,支持一键生成前后端代码,支持动态路由
https://eladmin.vip/demo
Apache License 2.0
21.04k stars 7.33k forks source link

sql文件中code_column_config表创建语句问题 #806

Closed huangrw closed 12 months ago

huangrw commented 12 months ago

sql文件中创建code_column_config表的语句和是不是缺少了date_annotation字段 ? 配置代码生成时会报错,加上改字段后正常.

elunez commented 12 months ago
image

之前误删过,后面提交加上去了

huangrw commented 12 months ago

你好, 和代码对比发现,应该加在code_column_config表里,而不是加在code_gen_config表里

elunez commented 12 months ago

你好, 和代码对比发现,应该加在code_column_config表里,而不是加在code_gen_config表里

好的,我更新下,谢谢