From e7afb5e67edecac3fc21f47ebb32786f2022976c Mon Sep 17 00:00:00 2001 From: ronger Date: Mon, 8 Mar 2021 10:35:49 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E6=89=A9=E5=B1=95=20`forest=5Fcomment`?= =?UTF-8?q?=20=E8=A1=A8=20`comment=5Fua`=20=E5=AD=97=E6=AE=B5(varchar(128)?= =?UTF-8?q?=20->=20varchar(512))?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/forest.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/forest.sql b/src/main/resources/static/forest.sql index bd27ce5..b492f44 100644 --- a/src/main/resources/static/forest.sql +++ b/src/main/resources/static/forest.sql @@ -84,7 +84,7 @@ create table forest_comment comment_original_comment_id bigint null comment '父评论 id', comment_status char default '0' null comment '状态', comment_ip varchar(128) null comment '评论 IP', - comment_ua varchar(128) null comment 'User-Agent', + comment_ua varchar(512) null comment 'User-Agent', comment_anonymous char null comment '0:公开回帖,1:匿名回帖', comment_reply_count int null comment '回帖计数', comment_visible char null comment '0:所有人可见,1:仅楼主和自己可见',