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"];
"Person" [id="Person";label=<
>];
"dates.Day" [id="dates.Day";label=<>];
"Person":f0 -> "Person":f0 [style=invis, weight=100, color=red]
"Person":f2:e -> "Person":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"Person":f0 -> "Person":f0 [style=invis, weight=100, color=red]
"Person":f3:e -> "Person":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"dates.Day":f0 -> "dates.Day":f0 [style=invis, weight=100, color=red]
"dates.Day":f2:e -> "dates.Day":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"dates.Day":f0 -> "dates.Day":f0 [style=invis, weight=100, color=red]
"dates.Day":f3:e -> "dates.Day":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
}