// 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":e [arrowhead=none dir=back arrowtail=crowodot style=dashed];
"auth_codes":"id":w -> "tokens":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed];
"tokens":"client_id":w -> "clients":"client_id":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 |
pw |
redirect_uri |
name |
icon |
uid |
| 0 rows | 2 > |
>
URL="clients.html"
tooltip="clients"
];
"tokens" [
label=<
tokens |
id | varchar[40] |
secret | text[65535] |
client_id | varchar[20] |
expires | bigint unsigned[20] |
scope | varchar[200] |
uid | int[10] |
< 1 | 0 rows | 1 > |
>
URL="tokens.html"
tooltip="tokens"
];
}