板块创建成功
This commit is contained in:
@@ -18,7 +18,7 @@ type ForumComments struct {
|
||||
ParentId any // 父评论ID:NULL=一级评论;非NULL=二级评论(指向一级评论ID,无外键)
|
||||
ReplyToUserId any // 回复的用户ID(可选,用于展示“回复@xxx”,无外键)
|
||||
Content any // 评论内容(支持emoji)
|
||||
Status any // 状态:normal=正常 deleted=软删 audit=审核中 reject=驳回
|
||||
Status any // 状态:1=正常 2=软删 3=审核中 4=驳回
|
||||
LikeCount any // 点赞数(冗余)
|
||||
CreatedAt *gtime.Time // 创建时间
|
||||
UpdatedAt *gtime.Time // 更新时间
|
||||
|
||||
Reference in New Issue
Block a user