OrderID , UserID (FK), OrderDate , TotalAmount , Status (Pending/Shipped/Delivered).
To maintain a clean data structure, the following table relationships are essential: 1. User & Identity UserID (PK), Email , PasswordHash , CreatedAt . OrderID , UserID (FK), OrderDate , TotalAmount ,
I can provide the or ER Diagrams to help you finish the project. OrderID , UserID (FK), OrderDate , TotalAmount ,
Stores credentials, roles (Admin/Customer), and profiles. OrderID , UserID (FK), OrderDate , TotalAmount ,