aboutsummaryrefslogtreecommitdiffstats
path: root/doc/schemaspy_hubzilla/diagrams/summary/chat.1degree.dot
diff options
context:
space:
mode:
Diffstat (limited to 'doc/schemaspy_hubzilla/diagrams/summary/chat.1degree.dot')
-rw-r--r--doc/schemaspy_hubzilla/diagrams/summary/chat.1degree.dot34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/schemaspy_hubzilla/diagrams/summary/chat.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/chat.1degree.dot
new file mode 100644
index 000000000..2a62819d3
--- /dev/null
+++ b/doc/schemaspy_hubzilla/diagrams/summary/chat.1degree.dot
@@ -0,0 +1,34 @@
+// dot 2.26.3 on Linux 3.2.0-4-686-pae
+// SchemaSpy rev 590
+digraph "chat" {
+ graph [
+ rankdir="RL"
+ bgcolor="#f7f7f7"
+ nodesep="0.18"
+ ranksep="0.46"
+ fontname="Helvetica"
+ fontsize="11"
+ ];
+ node [
+ fontname="Helvetica"
+ fontsize="11"
+ shape="plaintext"
+ ];
+ edge [
+ arrowsize="0.8"
+ ];
+ "chat" [
+ label=<
+ <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff">
+ <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chat</TD></TR>
+ <TR><TD PORT="chat_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">chat_id</TD></TR>
+ <TR><TD PORT="chat_room" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">chat_room</TD></TR>
+ <TR><TD PORT="chat_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">chat_xchan</TD></TR>
+ <TR><TD PORT="chat_text" COLSPAN="3" ALIGN="LEFT">chat_text</TD></TR>
+ <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR>
+ <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR>
+ </TABLE>>
+ URL="tables/chat.html"
+ tooltip="chat"
+ ];
+}