mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			401 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			401 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
erDiagram
 | 
						|
          CUSTOMER }|..|{ DELIVERY-ADDRESS : has
 | 
						|
          CUSTOMER ||--o{ ORDER : places
 | 
						|
          CUSTOMER ||--o{ INVOICE : "liable for"
 | 
						|
          DELIVERY-ADDRESS ||--o{ ORDER : receives
 | 
						|
          INVOICE ||--|{ ORDER : covers
 | 
						|
          ORDER ||--|{ ORDER-ITEM : includes
 | 
						|
          PRODUCT-CATEGORY ||--|{ PRODUCT : contains
 | 
						|
          PRODUCT ||--o{ ORDER-ITEM : "ordered in"
 | 
						|
             |