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"];
"staff" [id="staff";label=<
>];
"store" [id="store";label=<>];
"payment" [id="payment";label=<>];
"rental" [id="rental";label=<>];
"country" [id="country";label=<>];
"city" [id="city";label=<>];
"address" [id="address";label=<>];
"customer" [id="customer";label=<>];
"category" [id="category";label=<>];
"film_category" [id="film_category";label=<>];
"language" [id="language";label=<>];
"film_text" [id="film_text";label=<>];
"actor" [id="actor";label=<>];
"film" [id="film";label=<>];
"film_actor" [id="film_actor";label=<>];
"inventory" [id="inventory";label=<>];
"store":f0 -> "staff":f0 [style=invis, weight=100, color=red]
"store":f1:e -> "staff":f7:w [dir=forward, penwidth=3, color="#29235c", headlabel="*", taillabel="1"]
"staff":f0 -> "store":f0 [style=invis, weight=100, color=red]
"staff":f1:e -> "store":f2:w [dir=forward, penwidth=3, color="#29235c", headlabel="*", taillabel="1"]
"staff":f0 -> "payment":f0 [style=invis, weight=100, color=red]
"staff":f1:e -> "payment":f3:w [dir=forward, penwidth=3, color="#29235c", headlabel="*", taillabel="1"]
"rental":f0 -> "payment":f0 [style=invis, weight=100, color=red]
"rental":f1:e -> "payment":f4:w [dir=forward, penwidth=3, color="#29235c", headlabel="*", taillabel="1"]
"staff":f0 -> "rental":f0 [style=invis, weight=100, color=red]
"staff":f1:e -> "rental":f6:w [dir=forward, penwidth=3, color="#29235c", headlabel="*", taillabel="1"]
"country":f0 -> "city":f0 [style=invis, weight=100, color=red]
"country":f1:e -> "city":f3:w [dir=forward, penwidth=3, color="#29235c", headlabel="*", taillabel="1"]
"city":f0 -> "address":f0 [style=invis, weight=100, color=red]
"city":f1:e -> "address":f5:w [dir=forward, penwidth=3, color="#29235c", headlabel="*", taillabel="1"]
"address":f0 -> "customer":f0 [style=invis, weight=100, color=red]
"address":f1:e -> "customer":f6:w [dir=forward, penwidth=3, color="#29235c", headlabel="*", taillabel="1"]
"category":f0 -> "film_category":f0 [style=invis, weight=100, color=red]
"category":f1:e -> "film_category":f2:w [dir=forward, penwidth=3, color="#29235c", headlabel="*", taillabel="1"]
"inventory":f0 -> "film_text":f0 [style=invis, weight=100, color=red]
"inventory":f2:e -> "film_text":f2:w [dir=forward, penwidth=3, color="#29235c", headlabel="*", taillabel="1"]
"language":f0 -> "film":f0 [style=invis, weight=100, color=red]
"language":f1:e -> "film":f5:w [dir=forward, penwidth=3, color="#29235c", headlabel="*", taillabel="1"]
"language":f0 -> "film":f0 [style=invis, weight=100, color=red]
"language":f1:e -> "film":f6:w [dir=forward, penwidth=3, color="#29235c", headlabel="*", taillabel="1"]
"film":f0 -> "film_actor":f0 [style=invis, weight=100, color=red]
"film":f1:e -> "film_actor":f2:w [dir=forward, penwidth=3, color="#29235c", headlabel="*", taillabel="1"]
"actor":f0 -> "film_actor":f0 [style=invis, weight=100, color=red]
"actor":f1:e -> "film_actor":f3:w [dir=forward, penwidth=3, color="#29235c", headlabel="*", taillabel="1"]
"film":f0 -> "inventory":f0 [style=invis, weight=100, color=red]
"film":f1:e -> "inventory":f2:w [dir=forward, penwidth=3, color="#29235c", headlabel="*", taillabel="1"]
}