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"];
"order_status" [id="order_status";label=<
| order_status |
| Abandoned Cart |
| Submitted |
| Paid |
| Shipped |
| Delivered |
>];
"dbml_test_string_enum" [id="dbml_test_string_enum";label=<
| dbml_test_string_enum |
| Choice1 |
| Choice2 |
| Choice3 |
>];
"dbml_test_number_enum" [id="dbml_test_number_enum";label=<
| dbml_test_number_enum |
| 1 |
| 2 |
| 3 |
>];
"orders" [id="orders";label=<>];
"orders":f2:e -> "order_status":f0:w [penwidth=3, color="#29235c", arrowhead="none", arrowtail="none"]
}