Skip to content

Commit 59ecc33

Browse files
committed
update
1 parent 4a6e695 commit 59ecc33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/eladmin.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ CREATE TABLE `code_gen_config` (
5454
`api_path` varchar(255) DEFAULT NULL COMMENT '前端Api文件路径',
5555
`prefix` varchar(255) DEFAULT NULL COMMENT '表前缀',
5656
`api_alias` varchar(255) DEFAULT NULL COMMENT '接口名称',
57+
`date_annotation` varchar(255) DEFAULT NULL,
5758
PRIMARY KEY (`config_id`) USING BTREE,
5859
KEY `idx_table_name` (`table_name`(100))
5960
) ENGINE=InnoDB AUTO_INCREMENT=7 ROW_FORMAT=COMPACT COMMENT='代码生成器配置';

0 commit comments

Comments
 (0)