// dot 2.26.3 on Linux 3.2.0-4-686-pae
// SchemaSpy rev 590
digraph "impliedTwoDegreesRelationshipsDiagram" {
graph [
rankdir="RL"
bgcolor="#f7f7f7"
label="\nGenerated by SchemaSpy"
labeljust="l"
nodesep="0.18"
ranksep="0.46"
fontname="Helvetica"
fontsize="11"
];
node [
fontname="Helvetica"
fontsize="11"
shape="plaintext"
];
edge [
arrowsize="0.8"
];
"auth_codes":"client_id":w -> "clients":"client_id.type":e [arrowhead=none dir=back arrowtail=crowodot style=dashed];
"auth_codes":"id":w -> "tokens":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed];
"tokens":"client_id":w -> "clients":"client_id.type":e [arrowhead=none dir=back arrowtail=crowodot style=dashed];
"auth_codes" [
label=<
auth_codes |
id |
client_id |
redirect_uri |
expires |
scope |
< 2 | 0 rows | |
>
URL="auth_codes.html"
tooltip="auth_codes"
];
"clients" [
label=<
clients |
client_id | varchar[20] |
pw | varchar[20] |
redirect_uri | varchar[200] |
name | text[65535] |
icon | text[65535] |
uid | int[10] |
< 0 | 0 rows | 2 > |
>
URL="clients.html"
tooltip="clients"
];
"tokens" [
label=<
tokens |
id |
secret |
client_id |
expires |
scope |
uid |
< 1 | 0 rows | 1 > |
>
URL="tokens.html"
tooltip="tokens"
];
}