release:修复字段长度bug

release-2024-08-08
wangqing 6 months ago
parent d546a4574c
commit 3e9ccce1b9

@ -2,7 +2,7 @@ create table tb_essay
(
id varchar(20) not null comment 'id'
primary key,
title varchar(20) null comment '标题',
title varchar(200) null comment '标题',
summary varchar(200) null comment '摘要',
read_count int null comment '阅读数',
content text null comment '内容',

Loading…
Cancel
Save