﻿# `workspace_configurations`

**Module:** Workspace

---

## Purpose

Per-workspace overrides for system configuration keys. Allows workspaces to customize platform defaults.

---

## Columns (Summary)

| Column | Notes |
|--------|-------|
| `id BIGINT UNSIGNED AUTO_INCREMENT PK` | — |
| `workspace_id BIGINT UNSIGNED NOT NULL FK→workspaces` | — |
| `config_key VARCHAR(100) NOT NULL` | — |
| `config_value TEXT NOT NULL` | — |
| `updated_at DATETIME NULL` | — |
| `updated_by BIGINT UNSIGNED NULL SOFT-REF→users` | — |

---

## Referenced By

None

---

## Notes

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