# `PhoenixKit.Migrations.Postgres.V133`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v1.7.165/lib/phoenix_kit/migrations/postgres/v133.ex#L1)

V133: Dashboards table.

Backs the `phoenix_kit_dashboards` plugin module. A dashboard is a page of
placed widgets; its layout is stored as a JSONB list of widget instances
(`[{id, widget_key, x, y, w, h, settings}]`), read and written whole.

Scopes:
- `personal` — `owner_user_uuid` set; private to that user.
- `system`   — `owner_user_uuid` NULL; visible to everyone.
- `role`     — `role_uuid` set; visible to members of that role.

All statements are idempotent (IF NOT EXISTS), safe to re-run.

# `down`

# `up`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
