From c40f6060da9c014135e70f165fa7adbfb127bcf2 Mon Sep 17 00:00:00 2001 From: Haakon Meland Eriksen Date: Fri, 6 Nov 2015 17:26:04 +0100 Subject: Hubzilla report created by schemaSpy using zot.meta.xml to imply relationships --- hubzilla_er/diagrams/tokens.implied2degrees.dot | 69 +++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 hubzilla_er/diagrams/tokens.implied2degrees.dot (limited to 'hubzilla_er/diagrams/tokens.implied2degrees.dot') diff --git a/hubzilla_er/diagrams/tokens.implied2degrees.dot b/hubzilla_er/diagrams/tokens.implied2degrees.dot new file mode 100644 index 000000000..e5fa204dc --- /dev/null +++ b/hubzilla_er/diagrams/tokens.implied2degrees.dot @@ -0,0 +1,69 @@ +// 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
< 20 rows
> + URL="auth_codes.html" + tooltip="auth_codes" + ]; + "clients" [ + label=< + + + + + + + + + +
clients
client_id
pw
redirect_uri
name
icon
uid
0 rows2 >
> + URL="clients.html" + tooltip="clients" + ]; + "tokens" [ + label=< + + + + + + + + + +
tokens
idvarchar[40]
secrettext[65535]
client_idvarchar[20]
expiresbigint unsigned[20]
scopevarchar[200]
uidint[10]
< 10 rows1 >
> + URL="tokens.html" + tooltip="tokens" + ]; +} -- cgit v1.2.3