카테고리 없음
(마드리드) 장고> 쇼핑몰 ERD
패스트코드블로그
2021. 11. 10. 11:06
This ERD example models a simple order system with the following entities:
- Customer: stores customer’s data.
- Product: stores a list of scale model cars.
- ProductLine: stores a list of product line categories.
- Order: stores sales orders placed by customers.
- OrderProduct: stores sales order line items for each sales order.
- Payment: stores payments made by customers based on their accounts.
- Employee: stores all employee information as well as the organization structure such as who reports to whom.
- Office: stores sales office data.
출처: https://circle.visual-paradigm.com/simple-order-system/
Entity Relationship Diagram Example: Simple Order System - Visual Paradigm Community Circle
This ERD example models a simple order system with the following entities: Customer: stores customer’s data. Product: stores a list of scale model cars. ProductLine: stores a list of product line categories. Order: stores sales orders placed by custome
circle.visual-paradigm.com