Next phase: this page will read live schema metadata from the user-owned sandbox session.
| Table | Columns | Purpose |
|---|---|---|
| customers | customer_id, full_name, email, created_at | Customer records for cleanup and lookup contracts. |
| orders | order_id, customer_id, status, total, created_at | Order records for status and orphan cleanup. |
| order_items | item_id, order_id, sku, quantity, price | Line item records for future contract expansion. |