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"];
"states" [id="states";label=<
>];
"action_types" [id="action_types";label=<
action_types |
BLIND |
FOLD |
CHECK |
BET |
>];
"groups" [id="groups";label=<>];
"payment_types" [id="payment_types";label=<>];
"payments" [id="payments";label=<>];
"roles" [id="roles";label=<>];
"users" [id="users";label=<>];
"transactions" [id="transactions";label=<>];
"tables" [id="tables";label=<>];
"players" [id="players";label=<>];
"players_active" [id="players_active";label=<>];
"hands" [id="hands";label=<>];
"hands_active" [id="hands_active";label=<>];
"pots" [id="pots";label=<>];
"betting_rounds" [id="betting_rounds";label=<>];
"betting_rounds_active" [id="betting_rounds_active";label=<>];
"bets" [id="bets";label=<>];
"holdings" [id="holdings";label=<>];
"cards" [id="cards";label=<>];
"holdings_to_cards" [id="holdings_to_cards";label=<>];
"actions" [id="actions";label=<>];
"payment_types":f0 -> "groups":f0 [style=invis, weight=100, color=red]
"payment_types":f2:e -> "groups":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"payments":f0 -> "payment_types":f0 [style=invis, weight=100, color=red]
"payments":f2:e -> "payment_types":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"users":f0 -> "roles":f0 [style=invis, weight=100, color=red]
"users":f2:e -> "roles":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"users":f0 -> "groups":f0 [style=invis, weight=100, color=red]
"users":f3:e -> "groups":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"transactions":f0 -> "users":f0 [style=invis, weight=100, color=red]
"transactions":f2:e -> "users":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"tables":f0 -> "groups":f0 [style=invis, weight=100, color=red]
"tables":f2:e -> "groups":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"players":f0 -> "users":f0 [style=invis, weight=100, color=red]
"players":f2:e -> "users":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"players":f0 -> "tables":f0 [style=invis, weight=100, color=red]
"players":f3:e -> "tables":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"players_active":f0 -> "users":f0 [style=invis, weight=100, color=red]
"players_active":f2:e -> "users":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"players_active":f0 -> "players":f0 [style=invis, weight=100, color=red]
"players_active":f3:e -> "players":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"hands":f0 -> "tables":f0 [style=invis, weight=100, color=red]
"hands":f2:e -> "tables":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"hands":f0 -> "players":f0 [style=invis, weight=100, color=red]
"hands":f3:e -> "players":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"hands":f0 -> "players":f0 [style=invis, weight=100, color=red]
"hands":f4:e -> "players":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"hands_active":f0 -> "tables":f0 [style=invis, weight=100, color=red]
"hands_active":f2:e -> "tables":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"hands_active":f0 -> "hands":f0 [style=invis, weight=100, color=red]
"hands_active":f3:e -> "hands":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"pots":f0 -> "hands":f0 [style=invis, weight=100, color=red]
"pots":f2:e -> "hands":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"betting_rounds":f0 -> "hands":f0 [style=invis, weight=100, color=red]
"betting_rounds":f2:e -> "hands":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"betting_rounds":f0 -> "players":f0 [style=invis, weight=100, color=red]
"betting_rounds":f6:e -> "players":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"betting_rounds_active":f0 -> "betting_rounds":f0 [style=invis, weight=100, color=red]
"betting_rounds_active":f2:e -> "betting_rounds":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"betting_rounds_active":f0 -> "hands":f0 [style=invis, weight=100, color=red]
"betting_rounds_active":f3:e -> "hands":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"bets":f0 -> "players":f0 [style=invis, weight=100, color=red]
"bets":f2:e -> "players":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"bets":f0 -> "betting_rounds":f0 [style=invis, weight=100, color=red]
"bets":f3:e -> "betting_rounds":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"holdings":f0 -> "players":f0 [style=invis, weight=100, color=red]
"holdings":f2:e -> "players":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"holdings":f0 -> "hands":f0 [style=invis, weight=100, color=red]
"holdings":f3:e -> "hands":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"holdings_to_cards":f0 -> "holdings":f0 [style=invis, weight=100, color=red]
"holdings_to_cards":f1:e -> "holdings":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"holdings_to_cards":f0 -> "cards":f0 [style=invis, weight=100, color=red]
"holdings_to_cards":f2:e -> "cards":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"actions":f0 -> "holdings":f0 [style=invis, weight=100, color=red]
"actions":f2:e -> "holdings":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"]
"hands":f6:e -> "states":f0:w [penwidth=3, color="#29235c", arrowhead="none", arrowtail="none"]
"betting_rounds":f7:e -> "states":f0:w [penwidth=3, color="#29235c", arrowhead="none", arrowtail="none"]
"actions":f3:e -> "action_types":f0:w [penwidth=3, color="#29235c", arrowhead="none", arrowtail="none"]
}