NeoSQL
menu
가이드
블로그
갤러리
NEW
요금제

notion (Study Case)

notion
collaboration
workspace
database-design
smpark 5/12/2026 9
프로젝트의 DB로 자동 변환됩니다
블로그·노션에 임베드 가능

이 스키마 소개

This ERD represents a simplified Notion-style collaborative workspace platform database structure. The schema supports core features including user accounts, workspaces, nested pages, block-based content, databases with custom properties, comments, and notifications. The users table stores account information and authentication data, while user_settings manages personal preferences such as theme, language, and timezone. Collaboration spaces are represented through the workspaces table, where users join via workspace_members and can be grouped further through teamspaces for sub-team organization. Content is structured through the pages table, which supports nested hierarchies via self-reference, and the blocks table, where each block (paragraph, heading, list, toggle, etc.) can also contain child blocks recursively. The note_databases table along with database_properties, database_rows, and database_cell_values implements Notion's flexible database feature, allowing users to define custom schemas and view data through multiple layouts defined in database_views.

스키마 정보

24
테이블
152
컬럼
45
관계
DB 종류
MariaDB
작성자
smpark
게시일
5/12/2026
조회수
9