﻿# `timeline_phases`

**Module:** Timeline

---

## Purpose

Time-range planning phases for the wedding preparation timeline (e.g., 12+ Months, 6-12 Months, 1 Week).

---

## Columns (Summary)

| Column | Notes |
|--------|-------|
| `id BIGINT UNSIGNED AUTO_INCREMENT PK` | — |
| `workspace_id BIGINT UNSIGNED NOT NULL FK→workspaces` | — |
| `name VARCHAR(100) NOT NULL` | — |
| `sort_order INT DEFAULT 0` | — |
| `created_at DATETIME DEFAULT CURRENT_TIMESTAMP` | — |
| `updated_at DATETIME NULL` | — |

---

## Referenced By

timeline_tasks(phase_id)

---

## Notes

See `docs/database/RELATIONSHIP.md` for full entity relationships and `database/schema.sql` for authoritative DDL.
