← 类型画廊
GitHub ↗
内容平台 · 实体关系图
内容平台 · 数据模型
内容平台数据模型实体关系图
实体关系图:作者撰写多篇文章,文章为聚合根(焦点强调),通过文章标签联表与标签多对多关联。
1
N
1
N
1
N
撰写
打标
ENTITY
作者
# id
uuid
handle
text
name
text
bio
text
site_url
text
ENTITY
· 聚合根
文章
# id
uuid
title
text
slug
text · unique
body_mdx
text
published_at
timestamp
→ author_id
uuid
status
enum
og_image
text · url
ENTITY
标签
# id
uuid
slug
text · unique
name
text
JOIN
文章标签
→ article_id
uuid
→ tag_id
uuid
图例
聚合根
实体
联表
#
主键
→
外键
1 / N
基数