Schema Browser Demo sandbox structure preview
Schema Inspector

Sandbox Schema Preview

Next phase: this page will read live schema metadata from the user-owned sandbox session.

Table Columns Purpose
customerscustomer_id, full_name, email, created_atCustomer records for cleanup and lookup contracts.
ordersorder_id, customer_id, status, total, created_atOrder records for status and orphan cleanup.
order_itemsitem_id, order_id, sku, quantity, priceLine item records for future contract expansion.