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
UserKey random_id
FirstName string
LastName string
FullName formula(string)
Email string
Username string
Created timestamp
LastUpdated timestamp
>]; }