Files
HKSingleParty/99_references/dbml_examples/issue-9.dbml.dot
2025-05-28 09:55:51 +08:00

31 lines
1.2 KiB
Plaintext

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"];
"issues" [id="issues";tooltip="issues\nThe reporter of #9 didn't give a DBML sample, but they had trouble escaping the word \"Farmer's\" in a single-quoted string used as a note.";label=<<TABLE BORDER="2" COLOR="#29235c" CELLBORDER="1" CELLSPACING="0" CELLPADDING="10">
<TR><TD PORT="f0" BGCOLOR="#1d71b8"><FONT COLOR="#ffffff"><B> issues </B></FONT></TD></TR>
<TR><TD ALIGN="LEFT" PORT="f1" BGCOLOR="#e7e2dd">
<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">
<TR>
<TD ALIGN="LEFT">number </TD>
<TD ALIGN="RIGHT"><FONT><I>integer</I></FONT></TD>
</TR>
</TABLE>
</TD></TR>
<TR><TD ALIGN="LEFT" PORT="f2" BGCOLOR="#e7e2dd">
<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">
<TR>
<TD ALIGN="LEFT">title </TD>
<TD ALIGN="RIGHT"><FONT><I>varchar</I></FONT></TD>
</TR>
</TABLE>
</TD></TR>
</TABLE>>];
}