﻿# `budget_settings`

**Module:** Budget

---

## Purpose

One-to-one workspace budget configuration. Stores the total wedding budget and currency.

---

## Columns (Summary)

| Column | Notes |
|--------|-------|
| `id BIGINT UNSIGNED AUTO_INCREMENT PK` | — |
| `workspace_id BIGINT UNSIGNED NOT NULL UNIQUE FK→workspaces` | — |
| `total_budget DECIMAL(15,2) DEFAULT 0.00` | — |
| `currency VARCHAR(10) DEFAULT IDR` | — |
| `created_at DATETIME DEFAULT CURRENT_TIMESTAMP` | — |
| `updated_at DATETIME NULL` | — |

---

## Referenced By

None

---

## Notes

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