DB 구조 - minkyeongJ/Refactoring-blog GitHub Wiki

blog

blog
  ├── mainTitle
  ├── subTitle
  └── description

posts

posts
  ├── id
  ├── thumbnail
  ├── title
  ├── mainBg
  ├── category
  ├── profileImg
  ├── contents
  │    ├── {}
  │    │    ├── type : p
  │    │    └── text : 글
  │    ├── {}
  │    │    ├── type : 태그
  │    │    └── src : img
  │    └── {}
  │         ├── type : p
  │         └── text : 글
  ├── userName
  └── created

users

users
  ├── id
  ├── email
  ├── profileImg
  ├── name
  ├── userInfo
  ├── category : []
  └── sns : {}