Full database admin scene
Composition layering all 14 primitives — schema tree on the left, selected table view in the centre (columns + constraints + indexes + triggers with an ER diagram tab), query editor + results below, and backup / restore in the right column. Backed by a mock Mufflermen schema across public / analytics / audit.
Full database admin scene is a reusable Oak Flats Muffler Men UI primitive with documented states, accessibility expectations, theme behavior, and implementation evidence.
Full database admin scene: Composition layering all 14 primitives — schema tree on the left, selected table view in the centre (columns + constraints + indexes + triggers with an ER diagram tab), query editor + results below, and backup / restore in the right column. Backed by a mock Mufflermen schema across public / analytics / audit.
- iddefault: nextval('quotes_id_seq')bigintPKNOT NULL
- customer_idbigintFKNOT NULL
- vehicle_regovarchar(8)NOT NULL
- exhaust_kinddefault: 'cat-back'varchar(40)NOT NULL
- subtotal_centsdefault: 0integerNOT NULL
- gst_centsdefault: 0integerNOT NULL
- statusdefault: 'draft'quote_statusNOT NULL
- valid_untildateNULL
- created_atdefault: now()timestamptzNOT NULL
- updated_atdefault: now()timestamptzNOT NULL
- scheduled4.2 GB30d
- scheduled4.2 GB30d
- manual4.2 GB90d
- scheduled4.2 GB30d
| # | ||||||||
|---|---|---|---|---|---|---|---|---|
| 1 | 8,421 | BVR-218 | 3,102 | 142,500 | sent | false | 2026-05-26 08:14:22.000 UTC | ["urgent","catback"] |
| 2 | 8,420 | TKM-991 | 2,890 | 89,900 | draft | false | 2026-05-26 07:48:01.000 UTC | [] |
| 3 | 8,419 | OAK-447 | 4,044 | 268,400 | accepted | true | 2026-05-25 16:02:11.000 UTC | ["fleet"] |
| 4 | 8,418 | FLT-008 | 4,044 | 0 | rejected | false | 2026-05-25 11:30:00.000 UTC | null |
| 5 | 8,417 | RX7-322 | 1,188 | 412,100 | accepted | true | 2026-05-24 19:55:43.000 UTC | ["premium","stainless"] |