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 --- .../diagrams/xconfig.1degree.dot | 72 ++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 doc/schemaspy_hubzilla/diagrams/xconfig.1degree.dot (limited to 'doc/schemaspy_hubzilla/diagrams/xconfig.1degree.dot') diff --git a/doc/schemaspy_hubzilla/diagrams/xconfig.1degree.dot b/doc/schemaspy_hubzilla/diagrams/xconfig.1degree.dot new file mode 100644 index 000000000..a927ab47e --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xconfig.1degree.dot @@ -0,0 +1,72 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "oneDegreeRelationshipsDiagram" { + 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" + ]; + "xconfig":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan" [ + label=< + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
xchan
xchan_hash
xchan_guid
xchan_guid_sig
xchan_pubkey
xchan_photo_mimetype
xchan_photo_l
xchan_photo_m
xchan_photo_s
xchan_addr
xchan_url
xchan_connurl
xchan_follow
xchan_connpage
xchan_name
xchan_network
xchan_instance_url
xchan_flags
xchan_photo_date
xchan_name_date
xchan_hidden
xchan_orphan
xchan_censored
xchan_selfcensored
xchan_system
xchan_pubforum
xchan_deleted
< 22 301 rows35 >
> + URL="xchan.html" + tooltip="xchan" + ]; + "xconfig" [ + label=< + + + + + + + + +
xconfig
idint unsigned[10]
xchanchar[255]
catchar[255]
kchar[255]
vmediumtext[16777215]
< 18 rows0 >
> + URL="xconfig.html" + tooltip="xconfig" + ]; +} -- cgit v1.2.3