Skip to content

Latest commit

 

History

History

spring-boot

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
erDiagram
    PRODUCT {
        int id
        string name
        int price
        int discount_policy
    }
    ORDER {
        int id
        int product_id
        int quantity
    }
    PRODUCT ||--o| ORDER : has
Loading