init commit,
This commit is contained in:
26
99_references/dbml_examples/issue-26.dbml.dot
Normal file
26
99_references/dbml_examples/issue-26.dbml.dot
Normal file
@@ -0,0 +1,26 @@
|
||||
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"];
|
||||
|
||||
"ecommerce.products_status" [id="ecommerce.products_status";label=<<TABLE BORDER="2" COLOR="#29235c" CELLBORDER="1" CELLSPACING="0" CELLPADDING="10">
|
||||
<TR><TD PORT="f0" BGCOLOR="#29235c"><FONT COLOR="#ffffff"><B> ecommerce.products_status </B></FONT></TD></TR>
|
||||
<TR><TD PORT="f0" BGCOLOR="#e7e2dd"><FONT COLOR="#1d71b8"><I> out_of_stock </I></FONT></TD></TR>
|
||||
<TR><TD PORT="f1" BGCOLOR="#e7e2dd"><FONT COLOR="#1d71b8"><I> in_stock </I></FONT></TD></TR>
|
||||
</TABLE>>];
|
||||
|
||||
"ecommerce.foo" [id="ecommerce.foo";label=<<TABLE BORDER="2" COLOR="#29235c" CELLBORDER="1" CELLSPACING="0" CELLPADDING="10">
|
||||
<TR><TD PORT="f0" BGCOLOR="#1d71b8"><FONT COLOR="#ffffff"><B> ecommerce.foo </B></FONT></TD></TR>
|
||||
<TR><TD ALIGN="LEFT" PORT="f1" BGCOLOR="#e7e2dd">
|
||||
<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">
|
||||
<TR>
|
||||
<TD ALIGN="LEFT">id </TD>
|
||||
<TD ALIGN="RIGHT"><FONT><I>integer</I></FONT></TD>
|
||||
</TR>
|
||||
</TABLE>
|
||||
</TD></TR>
|
||||
</TABLE>>];
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user