chore: organize diagrams in different folders

This commit is contained in:
Laurence Isla
2024-06-26 11:33:04 -05:00
parent ecf9d56c91
commit 5acb29ce94
12 changed files with 9 additions and 9 deletions
+15
View File
@@ -0,0 +1,15 @@
entity {font: "FreeSans"}
relationship {font: "FreeMono"}
[Box_Office]
*bo_date
*+film_id
gross_revenue
[Films]
*id
+director_id
title
`...`
Box_Office +--1 Films