Dine-in ordering (the baseline)
Who uses it: Developer building a first restaurant ordering system
Why this works: Dine-in is the cleanest starting schema — an order belongs to a table, and the order-item table resolves the many-to-many between orders and menu items, which is the single most important relationship to get right.
