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"]; "users" [id="users";label=<
users
id integer
username varchar
role varchar
created_at timestamp
>]; "posts" [id="posts";label=<
posts
id integer
title varchar
body text
user_id integer
created_at timestamp
>]; "posts":f0 -> "users":f0 [style=invis, weight=100, color=red] "posts":f4:e -> "users":f1:w [dir=forward, penwidth=3, color="#29235c", headlabel="1", taillabel="*"] }