Changes between Version 8 and Version 9 of RelationalSchema


Ignore:
Timestamp:
09/18/25 14:40:10 (6 hours ago)
Author:
221128
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RelationalSchema

    v8 v9  
    242415. OrderItem(**__id__**, quantity, price, is_processed, timestamp, product_id*, order_id*) 
    2525
    26 16. Order(**__id__**, timestamp, status,employee_id*) 
     2616. Order(**__id__**, timestamp, status, employee_id*) 
    272717. TabOrder(**__order_id__***, table_number*) 
    282818. OnlineOrder(**__order_id__***, **__customer_id__***, delivery_adress)