Skip to content

domains 域名表

字段名字段类型字段注释默认值可空备注
idint UNSIGNED主键 IDNO自动递增
domainvarchar(64)域名NO顶级域名
hostvarchar(128)网址 HostNO唯一值
post_countint UNSIGNED帖子数0NO有多少帖子内容包含了该域名
comment_countint UNSIGNED评论数0NO有多少评论内容包含了该域名
is_enabledtinyint UNSIGNED是否启用1NO0.禁用 / 1.启用
禁用则该域名 URL 不能解析成超链接,仅作为纯文本显示
created_attimestamp创建时间CURRENT_TIMESTAMPNO
updated_attimestamp更新时间YES
deleted_attimestamp删除时间YES为空代表没有删除

域名说明

示例 1

示例 2

Released under the Apache-2.0 License