최종 회원 게시판의 핵심 관계

회원·게시글·댓글·태그의 참조와 유일성을 구분한다.

members

id
email UQ

posts

id
author_id FK
request_key UQ·CHECK
status·time CHECK

comments

id
post_id FK
parent ≠ self

tags

id
code UQ
name UQ
is_active