Restaurant Management System Project Documentation 【PC FAST】

-- Tables restaurant_table(id PK, table_number, capacity, status)

-- Payments payments(id PK, order_id FK, amount, method, timestamp) restaurant management system project documentation

-- Order items order_items(id PK, order_id FK, menu_id FK, quantity, unit_price) -- Tables restaurant_table(id PK

-- Orders orders(id PK, table_id FK, staff_id FK, order_time, status, total_amount) status) -- Payments payments(id PK