Files
zangramru/schema.dot
T
s3rius debbe6821a
/ docker_build (push) Successful in 6m37s
Testing zangramru / lint (ruff-format) (push) Failing after 4s
/ helm_deploy (push) Failing after 25s
Testing zangramru / lint (mypy) (push) Failing after 4s
Testing zangramru / lint (ruff) (push) Failing after 4s
Testing zangramru / pytest (push) Failing after 4s
Done service.
Signed-off-by: Pavel Kirilin <s3riussan@gmail.com>
2026-07-01 02:35:03 +02:00

116 lines
3.0 KiB
Plaintext

digraph model_graph {
fontname = "Roboto"
fontsize = 8
splines = true
rankdir = "LR";
node [
fontname = "Roboto"
fontsize = 8
shape = "plaintext"
]
edge [
fontname = "Roboto"
fontsize = 8
]
// Tables
TABLE_Puzzle [label=<
<TABLE BGCOLOR="white" BORDER="1" CELLBORDER="0" CELLSPACING="0">
<TR>
<TD COLSPAN="2" CELLPADDING="5" ALIGN="CENTER" BGCOLOR="#4C89C8">
<FONT FACE="Roboto" COLOR="white" POINT-SIZE="10">
<B>Puzzle</B>
</FONT>
</TD>
</TR>
<TR>
<TD ALIGN="LEFT" BORDER="0">
<FONT FACE="Roboto">
<B>id</B>
</FONT>
</TD>
<TD ALIGN="LEFT">
<FONT FACE="Roboto">
<B>UUID</B>
</FONT>
</TD>
</TR>
<TR>
<TD ALIGN="LEFT" BORDER="0">
<FONT FACE="Roboto">
<B>board</B>
</FONT>
</TD>
<TD ALIGN="LEFT">
<FONT FACE="Roboto">
<B>Varchar</B>
</FONT>
</TD>
</TR>
<TR>
<TD ALIGN="LEFT" BORDER="0">
<FONT FACE="Roboto">
<B>solutions</B>
</FONT>
</TD>
<TD ALIGN="LEFT">
<FONT FACE="Roboto">
<B>JSON</B>
</FONT>
</TD>
</TR>
<TR>
<TD ALIGN="LEFT" BORDER="0">
<FONT FACE="Roboto">
<B>extra</B>
</FONT>
</TD>
<TD ALIGN="LEFT">
<FONT FACE="Roboto">
<B>JSON</B>
</FONT>
</TD>
</TR>
<TR>
<TD ALIGN="LEFT" BORDER="0">
<FONT FACE="Roboto">
<B>definitions</B>
</FONT>
</TD>
<TD ALIGN="LEFT">
<FONT FACE="Roboto">
<B>JSON</B>
</FONT>
</TD>
</TR>
<TR>
<TD ALIGN="LEFT" BORDER="0">
<FONT FACE="Roboto">
<B>date</B>
</FONT>
</TD>
<TD ALIGN="LEFT">
<FONT FACE="Roboto">
<B>Date</B>
</FONT>
</TD>
</TR>
</TABLE>
>]
// Relations
}