You are on page 1of 1

StaffInfo

 StaffID
 StaffName
 Phone
 Username
 Password
 Confirmpass

Categories

 CategoryID PK
 CategoryName

Customers

 StudentID PK
 StudentName
 Address
 Course
 Phone

Products

 ProductID PK
 Product Name
 CategoryID FK
 Size
 Quantity
 Price
 Image

Orders

 OrderID PK
 StudentID FK
 StaffID FK
 OrderDate

OrderDetails

 OrderDetailID PK
 OrderID FK
 ProductID FK
 Quantity

Inventories

 InventoryID PK
 CategoryID FK
 ProductID FK
 Quantity

You might also like