digraph dbml {
rankdir=LR;
graph [fontname="helvetica", fontsize=32, fontcolor="#29235c", bgcolor="transparent"];
node [penwidth=0, margin=0, fontname="helvetica", fontsize=32, fontcolor="#29235c"];
edge [fontname="helvetica", fontsize=32, fontcolor="#29235c", color="#29235c"];
"module_type" [id="module_type";label=<
module_type |
lesson |
assignment |
>];
"User" [id="User";label=<>];
"UserPreferences" [id="UserPreferences";label=<>];
"Path" [id="Path";label=<>];
"UserPath" [id="UserPath";label=<>];
"Concept" [id="Concept";label=<>];
"UserConcepts" [id="UserConcepts";label=<>];
"Module" [id="Module";label=<>];
"UserModule" [id="UserModule";label=<>];
"Assignment" [id="Assignment";label=<>];
"AssignmentFile" [id="AssignmentFile";label=<>];
"Lesson" [id="Lesson";label=<>];
"StorySection" [id="StorySection";label=<>];
"Character" [id="Character";label=<>];
"Friends" [id="Friends";label=<>];
"FriendRequests" [id="FriendRequests";label=<>];
"UserPreferences":f0 -> "User":f0 [style=invis, weight=100, color=red]
"UserPreferences":f2:e -> "User":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="1"]
"Path":f0 -> "Character":f0 [style=invis, weight=100, color=red]
"Path":f7:e -> "Character":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="1"]
"UserPath":f0 -> "User":f0 [style=invis, weight=100, color=red]
"UserPath":f2:e -> "User":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"UserPath":f0 -> "Path":f0 [style=invis, weight=100, color=red]
"UserPath":f3:e -> "Path":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"Concept":f0 -> "Module":f0 [style=invis, weight=100, color=red]
"Concept":f5:e -> "Module":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="1"]
"UserConcepts":f0 -> "User":f0 [style=invis, weight=100, color=red]
"UserConcepts":f1:e -> "User":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"UserConcepts":f0 -> "Concept":f0 [style=invis, weight=100, color=red]
"UserConcepts":f2:e -> "Concept":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"Module":f0 -> "Module":f0 [style=invis, weight=100, color=red]
"Module":f5:e -> "Module":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"Module":f0 -> "Path":f0 [style=invis, weight=100, color=red]
"Module":f6:e -> "Path":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"UserModule":f0 -> "User":f0 [style=invis, weight=100, color=red]
"UserModule":f2:e -> "User":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"UserModule":f0 -> "Module":f0 [style=invis, weight=100, color=red]
"UserModule":f3:e -> "Module":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"Assignment":f0 -> "Module":f0 [style=invis, weight=100, color=red]
"Assignment":f2:e -> "Module":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"AssignmentFile":f0 -> "User":f0 [style=invis, weight=100, color=red]
"AssignmentFile":f2:e -> "User":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"AssignmentFile":f0 -> "Assignment":f0 [style=invis, weight=100, color=red]
"AssignmentFile":f3:e -> "Assignment":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"Lesson":f0 -> "Module":f0 [style=invis, weight=100, color=red]
"Lesson":f2:e -> "Module":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"StorySection":f0 -> "Lesson":f0 [style=invis, weight=100, color=red]
"StorySection":f2:e -> "Lesson":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"StorySection":f0 -> "Concept":f0 [style=invis, weight=100, color=red]
"StorySection":f5:e -> "Concept":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="1"]
"Friends":f0 -> "User":f0 [style=invis, weight=100, color=red]
"Friends":f1:e -> "User":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"Friends":f0 -> "User":f0 [style=invis, weight=100, color=red]
"Friends":f2:e -> "User":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"FriendRequests":f0 -> "User":f0 [style=invis, weight=100, color=red]
"FriendRequests":f1:e -> "User":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"FriendRequests":f0 -> "User":f0 [style=invis, weight=100, color=red]
"FriendRequests":f2:e -> "User":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"Module":f4:e -> "module_type":f0:w [penwidth=3, color="#29235c", arrowhead="none", arrowtail="none"]
}