diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-08 16:57:56 +1100 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-08 16:57:56 +1100 |
commit | 1874346c460c29a087bb81833c0b760a91e35970 (patch) | |
tree | 4037bfe80525236c0eb493fcf28f05f663ef83f9 /doc | |
parent | 16040063dc7bea1f6d4d76131ae8f84505531900 (diff) | |
parent | df2b687a95b8ad6ed58d9557aaa837f88b57f04a (diff) | |
download | volse-hubzilla-1874346c460c29a087bb81833c0b760a91e35970.tar.gz volse-hubzilla-1874346c460c29a087bb81833c0b760a91e35970.tar.bz2 volse-hubzilla-1874346c460c29a087bb81833c0b760a91e35970.zip |
Merge pull request #129 from HaakonME/master
Hubzilla database entity-relationship documentation and HonO fix
Diffstat (limited to 'doc')
478 files changed, 123980 insertions, 0 deletions
diff --git a/doc/schemaspy_hubzilla/anomalies.html b/doc/schemaspy_hubzilla/anomalies.html new file mode 100644 index 000000000..e35c270e3 --- /dev/null +++ b/doc/schemaspy_hubzilla/anomalies.html @@ -0,0 +1,258 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - zot - Anomalies</title> + <link rel=stylesheet href='schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='schemaSpy.js'></SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li id='current'><a href='anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>SchemaSpy Analysis of <span title='Database'>zot</span> - Anomalies</span><span class='description'> +2015-11-04 - Hubzilla database schema with some corrected cross-table relationships supporting decentralized publishing. Haakon Meland Eriksen. +</span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%'> + <tr><td class='container' align='right' valign='top' colspan='2'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td></tr> +<tr> +<td class='container'><b>Things that might not be 'quite right' about your schema:</b></td> +<td class='container' align='right'> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> +</td></tr></table> +<ul> +<li> +<b>Columns whose name and type imply a relationship to another table's primary key:</b> +<table class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<thead align='left'> +<tr> + <th>Child Column</th> + <th>Implied Parent Column</th> +</tr> +</thead> +<tbody> + <tr> + <td class='detail'><a href='tables/addon.html'>addon</a>.id</td> + <td class='detail'><a href='tables/notify.html'>notify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/app.html'>app</a>.id</td> + <td class='detail'><a href='tables/notify.html'>notify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/attach.html'>attach</a>.id</td> + <td class='detail'><a href='tables/verify.html'>verify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a>.client_id</td> + <td class='detail'><a href='tables/clients.html'>clients</a>.client_id</td> + </tr> + <tr> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a>.id</td> + <td class='detail'><a href='tables/tokens.html'>tokens</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/config.html'>config</a>.id</td> + <td class='detail'><a href='tables/verify.html'>verify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/config.html'>config</a>.k</td> + <td class='detail'><a href='tables/cache.html'>cache</a>.k</td> + </tr> + <tr> + <td class='detail'><a href='tables/conv.html'>conv</a>.id</td> + <td class='detail'><a href='tables/verify.html'>verify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/event.html'>event</a>.id</td> + <td class='detail'><a href='tables/notify.html'>notify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a>.id</td> + <td class='detail'><a href='tables/verify.html'>verify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a>.id</td> + <td class='detail'><a href='tables/verify.html'>verify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/fserver.html'>fserver</a>.id</td> + <td class='detail'><a href='tables/notify.html'>notify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a>.id</td> + <td class='detail'><a href='tables/notify.html'>notify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/group_member.html'>group_member</a>.id</td> + <td class='detail'><a href='tables/verify.html'>verify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/groups.html'>groups</a>.id</td> + <td class='detail'><a href='tables/verify.html'>verify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/hook.html'>hook</a>.id</td> + <td class='detail'><a href='tables/notify.html'>notify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/item.html'>item</a>.id</td> + <td class='detail'><a href='tables/verify.html'>verify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/item_id.html'>item_id</a>.id</td> + <td class='detail'><a href='tables/verify.html'>verify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/likes.html'>likes</a>.channel_id</td> + <td class='detail'><a href='tables/channel.html'>channel</a>.channel_id</td> + </tr> + <tr> + <td class='detail'><a href='tables/likes.html'>likes</a>.id</td> + <td class='detail'><a href='tables/verify.html'>verify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/mail.html'>mail</a>.account_id</td> + <td class='detail'><a href='tables/account.html'>account</a>.account_id</td> + </tr> + <tr> + <td class='detail'><a href='tables/mail.html'>mail</a>.channel_id</td> + <td class='detail'><a href='tables/channel.html'>channel</a>.channel_id</td> + </tr> + <tr> + <td class='detail'><a href='tables/mail.html'>mail</a>.id</td> + <td class='detail'><a href='tables/verify.html'>verify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/manage.html'>manage</a>.id</td> + <td class='detail'><a href='tables/notify.html'>notify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a>.id</td> + <td class='detail'><a href='tables/notify.html'>notify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a>.k</td> + <td class='detail'><a href='tables/cache.html'>cache</a>.k</td> + </tr> + <tr> + <td class='detail'><a href='tables/photo.html'>photo</a>.id</td> + <td class='detail'><a href='tables/verify.html'>verify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/profdef.html'>profdef</a>.id</td> + <td class='detail'><a href='tables/verify.html'>verify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/profext.html'>profext</a>.channel_id</td> + <td class='detail'><a href='tables/channel.html'>channel</a>.channel_id</td> + </tr> + <tr> + <td class='detail'><a href='tables/profext.html'>profext</a>.id</td> + <td class='detail'><a href='tables/verify.html'>verify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/profext.html'>profext</a>.k</td> + <td class='detail'><a href='tables/cache.html'>cache</a>.k</td> + </tr> + <tr> + <td class='detail'><a href='tables/profile.html'>profile</a>.id</td> + <td class='detail'><a href='tables/notify.html'>notify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a>.id</td> + <td class='detail'><a href='tables/verify.html'>verify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/register.html'>register</a>.id</td> + <td class='detail'><a href='tables/verify.html'>verify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/sign.html'>sign</a>.id</td> + <td class='detail'><a href='tables/verify.html'>verify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/spam.html'>spam</a>.id</td> + <td class='detail'><a href='tables/notify.html'>notify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a>.id</td> + <td class='detail'><a href='tables/verify.html'>verify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a>.k</td> + <td class='detail'><a href='tables/cache.html'>cache</a>.k</td> + </tr> + <tr> + <td class='detail'><a href='tables/tokens.html'>tokens</a>.client_id</td> + <td class='detail'><a href='tables/clients.html'>clients</a>.client_id</td> + </tr> + <tr> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a>.id</td> + <td class='detail'><a href='tables/verify.html'>verify</a>.id</td> + </tr> + <tr> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a>.k</td> + <td class='detail'><a href='tables/cache.html'>cache</a>.k</td> + </tr> + <tr> + <td class='detail'><a href='tables/xign.html'>xign</a>.id</td> + <td class='detail'><a href='tables/verify.html'>verify</a>.id</td> + </tr> +</tbody> +</table> +42 instances of anomaly detected<p></li> +<li> +<b>Tables without indexes:</b> +<br>Anomaly not detected<p></li> +<li> +<b>Columns that are flagged as both 'nullable' and 'must be unique':</b> +<br>Anomaly not detected<p></li> +<li> +<b>Tables that contain a single column:</b><br>Anomaly not detected<p></li> +<li> +<b>Tables with incrementing column names, potentially indicating denormalization:</b> +<br>Anomaly not detected<p></li> +<li> +<b>Columns whose default value is the word 'NULL' or 'null', but the SQL NULL value may have been intended:</b> +<br>Anomaly not detected<p></li> +</ul> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/columns.byAuto.html b/doc/schemaspy_hubzilla/columns.byAuto.html new file mode 100644 index 000000000..d9acae9df --- /dev/null +++ b/doc/schemaspy_hubzilla/columns.byAuto.html @@ -0,0 +1,7375 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - zot - Columns</title> + <link rel=stylesheet href='schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='schemaSpy.js'></SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li id='current'><a href='columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>SchemaSpy Analysis of <span title='Database'>zot</span> - Columns</span><span class='description'> +2015-11-04 - Hubzilla database schema with some corrected cross-table relationships supporting decentralized publishing. Haakon Meland Eriksen. +</span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr><td class='container'> +<span class='container'>Generated by <span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span> on fr nov 06 17:11 CET 2015</span> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td></tr> +<tr valign='top'><td class='container' align='left' valign='top'> +<p> +<form name='options' action=''> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</table> +<div class='indent'> +<b>zot contains 727 columns</b> - click on heading to sort:<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th class='notSortedByColumn'><a href='columns.byTable.html#columns'><span class='notSortedByColumn'>Table</span></a></th> + <th class='notSortedByColumn'><a href='columns.byColumn.html#columns'><span class='notSortedByColumn'>Column</span></a></th> + <th class='notSortedByColumn'><a href='columns.byType.html#columns'><span class='notSortedByColumn'>Type</span></a></th> + <th class='notSortedByColumn'><a href='columns.bySize.html#columns'><span class='notSortedByColumn'>Size</span></a></th> + <th title='Are nulls allowed?' class='notSortedByColumn'><a href='columns.byNulls.html#columns'><span class='notSortedByColumn'>Nulls</span></a></th> + <th title='Is column automatically updated?' class='sortedByColumn'>Auto</th> + <th title='Default value' class='notSortedByColumn'><a href='columns.byDefault.html#columns'><span class='notSortedByColumn'>Default</span></a></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='primaryKey' title='Primary Key'>abook_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='primaryKey' title='Primary Key'>account_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='primaryKey' title='Primary Key'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='primaryKey' title='Primary Key'>chat_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='primaryKey' title='Primary Key'>cp_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='primaryKey' title='Primary Key'>cr_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='primaryKey' title='Primary Key'>dreport_id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='primaryKey' title='Primary Key'>hubloc_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/manage.html'>manage</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>bigint unsigned</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xign.html'>xign</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='primaryKey' title='Primary Key'>issue_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='primaryKey' title='Primary Key'>menu_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='primaryKey' title='Primary Key'>mitem_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='primaryKey' title='Primary Key'>obj_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='primaryKey' title='Primary Key'>pelm_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='primaryKey' title='Primary Key'>poll_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='primaryKey' title='Primary Key'>share_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='primaryKey' title='Primary Key'>src_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='primaryKey' title='Primary Key'>tid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='primaryKey' title='Primary Key'>ud_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='primaryKey' title='Primary Key'>vote_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='primaryKey' title='Primary Key'>xchat_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='primaryKey' title='Primary Key'>xlink_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='primaryKey' title='Primary Key'>xp_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='primaryKey' title='Primary Key'>xtag_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_account</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_archived</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_blocked</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_closeness</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>99</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_connected</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_dob</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='detail'>abook_excl</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_feed</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_hidden</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_ignored</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='detail'>abook_incl</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_my_perms</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_pending</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_profile</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_self</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_their_perms</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_unconnected</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>about</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_default_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_email</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_expire_notified</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_expires</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_external</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>account_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_language</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>en</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_lastlog</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_level</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_parent</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_password</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_password_changed</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_reset</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_roles</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_salt</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_service_class</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='indexedColumn' title='Indexed'>addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>address</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>adjust</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>1</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>album</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>alias</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>app</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_author</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_channel</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_desc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_page</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_price</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_requires</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_sig</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_version</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>attach</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>attach</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>author_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>batch</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>body</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>body</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>book</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='indexedColumn' title='Indexed'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='indexedColumn' title='Indexed'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='indexedColumn' title='Indexed'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>chandesc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>changed</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_a_delegate</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_a_republish</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_account_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_address</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_default_group</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_deleted</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_dirdate</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_expire_days</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_guid_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='indexedColumn' title='Indexed'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_lastpost</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_location</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_max_anon_mail</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>10</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_max_friend_req</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>10</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_notifyflags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>65535</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_pageflags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_passwd_reset</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_primary</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_prvkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_pubkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_abook</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_pages</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_photos</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_profile</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_storage</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_stream</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_removed</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_startpage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_system</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_theme</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_timezone</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>UTC</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_chat</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_comment</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_like</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_mail</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_pages</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_photos</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_storage</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_stream</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_tagwall</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_wall</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>channels</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='indexedColumn' title='Indexed'>chat_room</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='detail'>chat_text</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='indexedColumn' title='Indexed'>chat_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='indexedColumn' title='Indexed'>cid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>cid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>cid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>client_id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='primaryKey' title='Primary Key'>client_id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='indexedColumn' title='Indexed'>client_id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>comment_policy</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>commented</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>comments_closed</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>confirm</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>contact</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>conv_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>convid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>coord</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>country_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='detail'>cp_client</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_last</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_room</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_status</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_expire</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>creator</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>creator</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>data</td> + <td class='detail'>longblob</td> + <td class='detail' align='right'>2147483647</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>data</td> + <td class='detail'>mediumblob</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='detail'>data</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='detail'>date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>description</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>description</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>dfrn_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>diaspora_meta</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>dislikes</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>display_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>display_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>dob</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>dob_tz</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>UTC</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_channel</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_queue</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='detail'>dreport_recip</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='detail'>dreport_result</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_site</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_time</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>education</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_percent</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_priority</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_repeat</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_sequence</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_status</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_status_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_vdata</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>expire</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='indexedColumn' title='Indexed'>expire</td> + <td class='detail'>bigint unsigned</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>expires</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>expires</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>expires</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='indexedColumn' title='Indexed'>expires</td> + <td class='detail'>bigint unsigned</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='indexedColumn' title='Indexed'>fid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_help</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_inputs</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='indexedColumn' title='Indexed'>field_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='detail'>file</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>filename</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>filename</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>filesize</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>filetype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>film</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>finish</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>folder</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>from_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='detail'>function</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>gender</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='indexedColumn' title='Indexed'>gid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>ham</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>height</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='indexedColumn' title='Indexed'>hidden</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>hide_friends</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>homepage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>hometown</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='indexedColumn' title='Indexed'>hook</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>howlong</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>html</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_callback</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_connect</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_connected</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_error</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_guid_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_host</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_network</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_orphancheck</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_primary</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_sitekey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_status</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_url_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>i_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>icon</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center' title='nullable'> √ </td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>null</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>40</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>40</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>ignore</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>iid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>iid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='indexedColumn' title='Indexed'>iid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>imgurl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='indexedColumn' title='Indexed'>installed</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>interest</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>is_default</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>is_dir</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>is_nsfw</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>is_photo</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_assigned</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_component</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_priority</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_status</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_blocked</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_consensus</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_delayed</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_hidden</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_mentionsme</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_nocomment</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_notshown</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_nsfw</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_obscured</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_origin</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_pending_remove</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_private</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_relay</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_restrict</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_retained</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_rss</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_starred</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_thread_top</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_type</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_unpublished</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_unseen</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_uplink</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_verified</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_wall</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/cache.html'>cache</a></td> + <td class='primaryKey' title='Primary Key'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='detail'>key</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>keywords</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>lang</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='detail'>language</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>layout_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>likee</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>liker</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>likes</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>link</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>llink</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>locality</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>location</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>location</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_deleted</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_isreply</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_obscured</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_recalled</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_replied</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_seen</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>marital</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='detail'>menu_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>meta</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>mimetype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='indexedColumn' title='Indexed'>mitem_channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>mitem_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='indexedColumn' title='Indexed'>mitem_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>mitem_link</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='indexedColumn' title='Indexed'>mitem_menu_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>mitem_order</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>msg</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>music</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='indexedColumn' title='Indexed'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>name</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center' title='nullable'> √ </td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>null</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='indexedColumn' title='Indexed'>network</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>nick</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>nofinish</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>note</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>notify</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_imgurl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_obj</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_page</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>obj_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_type</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>object</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>oid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>os_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>os_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>os_storage</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>os_storage</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>otype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>otype</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_account</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_async</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_delivered</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='detail'>outq_driver</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='primaryKey' title='Primary Key'>outq_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='detail'>outq_msg</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='detail'>outq_notify</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_posturl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_priority</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>owner_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>parent</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>parent</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>parent_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>parent_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>parent_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='detail'>password</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>pdesc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='detail'>pelm_desc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='detail'>pelm_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='indexedColumn' title='Indexed'>pelm_poll</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='indexedColumn' title='Indexed'>pelm_result</td> + <td class='detail'>float</td> + <td class='detail' align='right'>12</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>photo_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>photo_usage</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>plink</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='detail'>plugin_admin</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>politic</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>poll</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='indexedColumn' title='Indexed'>poll_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='detail'>poll_desc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='indexedColumn' title='Indexed'>poll_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='indexedColumn' title='Indexed'>poll_votes</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>postal_code</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>postopts</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='indexedColumn' title='Indexed'>posturl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>priority</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='detail'>priority</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>profile</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>profile_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>profile_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>pubkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>public_perm</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>public_policy</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>publish</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>pw</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>received</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>recips</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>redirect_uri</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>200</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>redirect_uri</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>200</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>region</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>religion</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>request</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>request</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>resource_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>resource_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>resource_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='indexedColumn' title='Indexed'>retract_iid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>revision</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>revision</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>romance</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>route</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>scale</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>scope</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>250</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='detail'>scope</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>200</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>sec</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='detail'>secret</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>seen</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='indexedColumn' title='Indexed'>server</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>service</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>sexual</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='indexedColumn' title='Indexed'>share_target</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='indexedColumn' title='Indexed'>share_type</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='indexedColumn' title='Indexed'>share_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>sid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='indexedColumn' title='Indexed'>sid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='detail'>signature</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='detail'>signed_text</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='detail'>signer</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_access</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_dead</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_directory</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='detail'>site_location</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_project</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_pull</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_realm</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_register</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_sellpage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='detail'>site_sync</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_type</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_update</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='primaryKey' title='Primary Key'>site_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_valid</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>size</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>source_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>spam</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='indexedColumn' title='Indexed'>src_channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='indexedColumn' title='Indexed'>src_channel_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='detail'>src_patt</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='indexedColumn' title='Indexed'>src_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>start</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>subject</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>summary</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>summary</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>target</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='detail'>target</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>target_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>target_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>term_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>tgt_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>thr_parent</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>thumb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='detail'>timestamp</td> + <td class='detail'>bigint</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>title</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>title</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>title</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>to_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>token</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>tv</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>image/jpeg</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_last</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/manage.html'>manage</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xign.html'>xign</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/cache.html'>cache</a></td> + <td class='detail'>updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='indexedColumn' title='Indexed'>updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/cache.html'>cache</a></td> + <td class='detail'>v</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='detail'>v</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='detail'>version</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>visible</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='indexedColumn' title='Indexed'>vote_element</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='indexedColumn' title='Indexed'>vote_poll</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='detail'>vote_result</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='indexedColumn' title='Indexed'>vote_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>width</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>with</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>work</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/manage.html'>manage</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xign.html'>xign</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_censored</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_connpage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_connurl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_follow</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_guid_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='primaryKey' title='Primary Key'>xchan_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_hidden</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_instance_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_name_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_network</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_orphan</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_l</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_m</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_mimetype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>image/jpeg</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_s</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_pubforum</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_pubkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_selfcensored</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_system</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_link</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_rating</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='detail'>xlink_rating_text</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='detail'>xlink_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_static</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='indexedColumn' title='Indexed'>xp_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='indexedColumn' title='Indexed'>xp_client</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='indexedColumn' title='Indexed'>xp_perm</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='detail'>xprof_about</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_age</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_country</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_dob</td> + <td class='detail'>char</td> + <td class='detail' align='right'>12</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_gender</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='primaryKey' title='Primary Key'>xprof_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='detail'>xprof_homepage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_hometown</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='detail'>xprof_keywords</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_locale</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_marital</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_postcode</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_region</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_sexual</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='indexedColumn' title='Indexed'>xtag_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='indexedColumn' title='Indexed'>xtag_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='indexedColumn' title='Indexed'>xtag_term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +</table> +</div> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/columns.byColumn.html b/doc/schemaspy_hubzilla/columns.byColumn.html new file mode 100644 index 000000000..6b2e41174 --- /dev/null +++ b/doc/schemaspy_hubzilla/columns.byColumn.html @@ -0,0 +1,7375 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - zot - Columns</title> + <link rel=stylesheet href='schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='schemaSpy.js'></SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li id='current'><a href='columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>SchemaSpy Analysis of <span title='Database'>zot</span> - Columns</span><span class='description'> +2015-11-04 - Hubzilla database schema with some corrected cross-table relationships supporting decentralized publishing. Haakon Meland Eriksen. +</span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr><td class='container'> +<span class='container'>Generated by <span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span> on fr nov 06 17:11 CET 2015</span> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td></tr> +<tr valign='top'><td class='container' align='left' valign='top'> +<p> +<form name='options' action=''> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</table> +<div class='indent'> +<b>zot contains 727 columns</b> - click on heading to sort:<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th class='notSortedByColumn'><a href='columns.byTable.html#columns'><span class='notSortedByColumn'>Table</span></a></th> + <th class='sortedByColumn'>Column</th> + <th class='notSortedByColumn'><a href='columns.byType.html#columns'><span class='notSortedByColumn'>Type</span></a></th> + <th class='notSortedByColumn'><a href='columns.bySize.html#columns'><span class='notSortedByColumn'>Size</span></a></th> + <th title='Are nulls allowed?' class='notSortedByColumn'><a href='columns.byNulls.html#columns'><span class='notSortedByColumn'>Nulls</span></a></th> + <th title='Is column automatically updated?' class='notSortedByColumn'><a href='columns.byAuto.html#columns'><span class='notSortedByColumn'>Auto</span></a></th> + <th title='Default value' class='notSortedByColumn'><a href='columns.byDefault.html#columns'><span class='notSortedByColumn'>Default</span></a></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_account</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_archived</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_blocked</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_closeness</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>99</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_connected</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_dob</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='detail'>abook_excl</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_feed</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_hidden</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='primaryKey' title='Primary Key'>abook_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_ignored</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='detail'>abook_incl</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_my_perms</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_pending</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_profile</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_self</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_their_perms</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_unconnected</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>about</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_default_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_email</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_expire_notified</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_expires</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_external</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='primaryKey' title='Primary Key'>account_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>account_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_language</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>en</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_lastlog</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_level</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_parent</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_password</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_password_changed</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_reset</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_roles</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_salt</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_service_class</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='indexedColumn' title='Indexed'>addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>address</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>adjust</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>1</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>album</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>alias</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>app</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_author</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_channel</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_desc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_page</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_price</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_requires</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_sig</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_version</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>attach</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>attach</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>author_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>batch</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>body</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>body</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>book</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='indexedColumn' title='Indexed'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='indexedColumn' title='Indexed'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='indexedColumn' title='Indexed'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>chandesc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>changed</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_a_delegate</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_a_republish</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_account_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_address</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_default_group</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_deleted</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_dirdate</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_expire_days</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_guid_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='primaryKey' title='Primary Key'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='indexedColumn' title='Indexed'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_lastpost</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_location</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_max_anon_mail</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>10</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_max_friend_req</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>10</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_notifyflags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>65535</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_pageflags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_passwd_reset</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_primary</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_prvkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_pubkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_abook</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_pages</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_photos</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_profile</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_storage</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_stream</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_removed</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_startpage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_system</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_theme</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_timezone</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>UTC</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_chat</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_comment</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_like</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_mail</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_pages</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_photos</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_storage</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_stream</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_tagwall</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_wall</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>channels</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='primaryKey' title='Primary Key'>chat_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='indexedColumn' title='Indexed'>chat_room</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='detail'>chat_text</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='indexedColumn' title='Indexed'>chat_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='indexedColumn' title='Indexed'>cid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>cid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>cid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>client_id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='primaryKey' title='Primary Key'>client_id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='indexedColumn' title='Indexed'>client_id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>comment_policy</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>commented</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>comments_closed</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>confirm</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>contact</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>conv_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>convid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>coord</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>country_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='detail'>cp_client</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='primaryKey' title='Primary Key'>cp_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_last</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_room</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_status</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_expire</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='primaryKey' title='Primary Key'>cr_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>creator</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>creator</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>data</td> + <td class='detail'>longblob</td> + <td class='detail' align='right'>2147483647</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>data</td> + <td class='detail'>mediumblob</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='detail'>data</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='detail'>date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>description</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>description</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>dfrn_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>diaspora_meta</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>dislikes</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>display_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>display_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>dob</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>dob_tz</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>UTC</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_channel</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='primaryKey' title='Primary Key'>dreport_id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_queue</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='detail'>dreport_recip</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='detail'>dreport_result</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_site</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_time</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>education</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_percent</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_priority</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_repeat</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_sequence</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_status</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_status_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_vdata</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>expire</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='indexedColumn' title='Indexed'>expire</td> + <td class='detail'>bigint unsigned</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>expires</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>expires</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>expires</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='indexedColumn' title='Indexed'>expires</td> + <td class='detail'>bigint unsigned</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='indexedColumn' title='Indexed'>fid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_help</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_inputs</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='indexedColumn' title='Indexed'>field_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='detail'>file</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>filename</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>filename</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>filesize</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>filetype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>film</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>finish</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>folder</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>from_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='detail'>function</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>gender</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='indexedColumn' title='Indexed'>gid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>ham</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>height</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='indexedColumn' title='Indexed'>hidden</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>hide_friends</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>homepage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>hometown</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='indexedColumn' title='Indexed'>hook</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>howlong</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>html</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_callback</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_connect</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_connected</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_error</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_guid_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_host</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='primaryKey' title='Primary Key'>hubloc_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_network</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_orphancheck</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_primary</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_sitekey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_status</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_url_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>i_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>icon</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center' title='nullable'> √ </td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>null</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>40</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/manage.html'>manage</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>bigint unsigned</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>40</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xign.html'>xign</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>ignore</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>iid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>iid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='indexedColumn' title='Indexed'>iid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>imgurl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='indexedColumn' title='Indexed'>installed</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>interest</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>is_default</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>is_dir</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>is_nsfw</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>is_photo</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_assigned</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_component</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='primaryKey' title='Primary Key'>issue_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_priority</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_status</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_blocked</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_consensus</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_delayed</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_hidden</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_mentionsme</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_nocomment</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_notshown</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_nsfw</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_obscured</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_origin</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_pending_remove</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_private</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_relay</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_restrict</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_retained</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_rss</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_starred</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_thread_top</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_type</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_unpublished</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_unseen</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_uplink</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_verified</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_wall</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/cache.html'>cache</a></td> + <td class='primaryKey' title='Primary Key'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='detail'>key</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>keywords</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>lang</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='detail'>language</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>layout_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>likee</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>liker</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>likes</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>link</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>llink</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>locality</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>location</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>location</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_deleted</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_isreply</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_obscured</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_recalled</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_replied</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_seen</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>marital</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='detail'>menu_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='primaryKey' title='Primary Key'>menu_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>meta</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>mimetype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='indexedColumn' title='Indexed'>mitem_channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>mitem_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='indexedColumn' title='Indexed'>mitem_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='primaryKey' title='Primary Key'>mitem_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>mitem_link</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='indexedColumn' title='Indexed'>mitem_menu_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>mitem_order</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>msg</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>music</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='indexedColumn' title='Indexed'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>name</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center' title='nullable'> √ </td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>null</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='indexedColumn' title='Indexed'>network</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>nick</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>nofinish</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>note</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>notify</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='primaryKey' title='Primary Key'>obj_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_imgurl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_obj</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_page</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>obj_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_type</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>object</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>oid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>os_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>os_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>os_storage</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>os_storage</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>otype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>otype</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_account</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_async</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_delivered</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='detail'>outq_driver</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='primaryKey' title='Primary Key'>outq_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='detail'>outq_msg</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='detail'>outq_notify</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_posturl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_priority</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>owner_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>parent</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>parent</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>parent_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>parent_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>parent_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='detail'>password</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>pdesc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='detail'>pelm_desc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='detail'>pelm_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='primaryKey' title='Primary Key'>pelm_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='indexedColumn' title='Indexed'>pelm_poll</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='indexedColumn' title='Indexed'>pelm_result</td> + <td class='detail'>float</td> + <td class='detail' align='right'>12</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>photo_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>photo_usage</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>plink</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='detail'>plugin_admin</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>politic</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>poll</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='indexedColumn' title='Indexed'>poll_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='detail'>poll_desc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='indexedColumn' title='Indexed'>poll_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='primaryKey' title='Primary Key'>poll_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='indexedColumn' title='Indexed'>poll_votes</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>postal_code</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>postopts</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='indexedColumn' title='Indexed'>posturl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>priority</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='detail'>priority</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>profile</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>profile_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>profile_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>pubkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>public_perm</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>public_policy</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>publish</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>pw</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>received</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>recips</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>redirect_uri</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>200</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>redirect_uri</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>200</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>region</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>religion</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>request</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>request</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>resource_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>resource_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>resource_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='indexedColumn' title='Indexed'>retract_iid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>revision</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>revision</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>romance</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>route</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>scale</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>scope</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>250</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='detail'>scope</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>200</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>sec</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='detail'>secret</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>seen</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='indexedColumn' title='Indexed'>server</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>service</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>sexual</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='primaryKey' title='Primary Key'>share_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='indexedColumn' title='Indexed'>share_target</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='indexedColumn' title='Indexed'>share_type</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='indexedColumn' title='Indexed'>share_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>sid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='indexedColumn' title='Indexed'>sid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='detail'>signature</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='detail'>signed_text</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='detail'>signer</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_access</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_dead</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_directory</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='detail'>site_location</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_project</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_pull</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_realm</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_register</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_sellpage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='detail'>site_sync</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_type</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_update</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='primaryKey' title='Primary Key'>site_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_valid</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>size</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>source_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>spam</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='indexedColumn' title='Indexed'>src_channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='indexedColumn' title='Indexed'>src_channel_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='primaryKey' title='Primary Key'>src_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='detail'>src_patt</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='indexedColumn' title='Indexed'>src_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>start</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>subject</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>summary</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>summary</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>target</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='detail'>target</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>target_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>target_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>term_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>tgt_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>thr_parent</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>thumb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='primaryKey' title='Primary Key'>tid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='detail'>timestamp</td> + <td class='detail'>bigint</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>title</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>title</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>title</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>to_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>token</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>tv</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>image/jpeg</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='primaryKey' title='Primary Key'>ud_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_last</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/manage.html'>manage</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xign.html'>xign</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/cache.html'>cache</a></td> + <td class='detail'>updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='indexedColumn' title='Indexed'>updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/cache.html'>cache</a></td> + <td class='detail'>v</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='detail'>v</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='detail'>version</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>visible</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='indexedColumn' title='Indexed'>vote_element</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='primaryKey' title='Primary Key'>vote_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='indexedColumn' title='Indexed'>vote_poll</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='detail'>vote_result</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='indexedColumn' title='Indexed'>vote_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>width</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>with</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>work</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/manage.html'>manage</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xign.html'>xign</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_censored</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_connpage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_connurl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_follow</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_guid_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='primaryKey' title='Primary Key'>xchan_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_hidden</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_instance_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_name_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_network</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_orphan</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_l</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_m</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_mimetype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>image/jpeg</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_s</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_pubforum</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_pubkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_selfcensored</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_system</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='primaryKey' title='Primary Key'>xchat_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='primaryKey' title='Primary Key'>xlink_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_link</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_rating</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='detail'>xlink_rating_text</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='detail'>xlink_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_static</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='indexedColumn' title='Indexed'>xp_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='indexedColumn' title='Indexed'>xp_client</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='primaryKey' title='Primary Key'>xp_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='indexedColumn' title='Indexed'>xp_perm</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='detail'>xprof_about</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_age</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_country</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_dob</td> + <td class='detail'>char</td> + <td class='detail' align='right'>12</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_gender</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='primaryKey' title='Primary Key'>xprof_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='detail'>xprof_homepage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_hometown</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='detail'>xprof_keywords</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_locale</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_marital</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_postcode</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_region</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_sexual</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='indexedColumn' title='Indexed'>xtag_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='indexedColumn' title='Indexed'>xtag_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='primaryKey' title='Primary Key'>xtag_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='indexedColumn' title='Indexed'>xtag_term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +</table> +</div> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/columns.byDefault.html b/doc/schemaspy_hubzilla/columns.byDefault.html new file mode 100644 index 000000000..f80d0ab2b --- /dev/null +++ b/doc/schemaspy_hubzilla/columns.byDefault.html @@ -0,0 +1,7375 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - zot - Columns</title> + <link rel=stylesheet href='schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='schemaSpy.js'></SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li id='current'><a href='columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>SchemaSpy Analysis of <span title='Database'>zot</span> - Columns</span><span class='description'> +2015-11-04 - Hubzilla database schema with some corrected cross-table relationships supporting decentralized publishing. Haakon Meland Eriksen. +</span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr><td class='container'> +<span class='container'>Generated by <span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span> on fr nov 06 17:11 CET 2015</span> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td></tr> +<tr valign='top'><td class='container' align='left' valign='top'> +<p> +<form name='options' action=''> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</table> +<div class='indent'> +<b>zot contains 727 columns</b> - click on heading to sort:<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th class='notSortedByColumn'><a href='columns.byTable.html#columns'><span class='notSortedByColumn'>Table</span></a></th> + <th class='notSortedByColumn'><a href='columns.byColumn.html#columns'><span class='notSortedByColumn'>Column</span></a></th> + <th class='notSortedByColumn'><a href='columns.byType.html#columns'><span class='notSortedByColumn'>Type</span></a></th> + <th class='notSortedByColumn'><a href='columns.bySize.html#columns'><span class='notSortedByColumn'>Size</span></a></th> + <th title='Are nulls allowed?' class='notSortedByColumn'><a href='columns.byNulls.html#columns'><span class='notSortedByColumn'>Nulls</span></a></th> + <th title='Is column automatically updated?' class='notSortedByColumn'><a href='columns.byAuto.html#columns'><span class='notSortedByColumn'>Auto</span></a></th> + <th title='Default value' class='sortedByColumn'>Default</th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_profile</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_email</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_external</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_password</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_reset</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_salt</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_service_class</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>address</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>album</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>app</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_author</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_page</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_price</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_requires</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_sig</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_version</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>author_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='indexedColumn' title='Indexed'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='indexedColumn' title='Indexed'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='indexedColumn' title='Indexed'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_address</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_default_group</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_location</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_passwd_reset</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_startpage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_theme</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='indexedColumn' title='Indexed'>chat_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>client_id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='primaryKey' title='Primary Key'>client_id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='indexedColumn' title='Indexed'>client_id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>comment_policy</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>conv_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>coord</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>country_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='detail'>cp_client</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_status</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>creator</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>creator</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>dfrn_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_queue</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='detail'>dreport_recip</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='detail'>dreport_result</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_site</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_status</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_help</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='indexedColumn' title='Indexed'>field_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='detail'>file</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>filename</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>filename</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>filetype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>folder</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>from_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='detail'>function</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>gender</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>homepage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>hometown</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='indexedColumn' title='Indexed'>hook</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_callback</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_connect</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_host</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_network</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>i_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>40</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>40</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>imgurl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_assigned</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_component</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/cache.html'>cache</a></td> + <td class='primaryKey' title='Primary Key'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>lang</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='detail'>language</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>layout_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>likee</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>liker</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>link</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>llink</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>locality</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>location</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>marital</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='detail'>menu_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>meta</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>mimetype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>mitem_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>mitem_link</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='indexedColumn' title='Indexed'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_imgurl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_obj</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_page</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>obj_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>otype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='detail'>outq_driver</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_posturl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>owner_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>parent</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>parent_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>parent_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>parent_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='detail'>password</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>pdesc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>plink</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>politic</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>postal_code</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='indexedColumn' title='Indexed'>posturl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>profile_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>profile_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>public_policy</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>pw</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>redirect_uri</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>200</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>redirect_uri</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>200</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>region</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>religion</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>request</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>resource_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>resource_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>resource_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>scope</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>250</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='detail'>scope</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>200</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>sec</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='indexedColumn' title='Indexed'>server</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>service</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>sexual</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='indexedColumn' title='Indexed'>share_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>sid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='indexedColumn' title='Indexed'>sid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='detail'>signer</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_directory</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='detail'>site_location</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_project</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_realm</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_sellpage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>source_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='indexedColumn' title='Indexed'>src_channel_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='indexedColumn' title='Indexed'>src_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>summary</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>target_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>target_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>term_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>tgt_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>thr_parent</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>thumb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>title</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>to_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>token</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='detail'>version</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='indexedColumn' title='Indexed'>vote_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/manage.html'>manage</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xign.html'>xign</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_connpage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_connurl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_follow</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_instance_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_network</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_l</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_m</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_s</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_link</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='indexedColumn' title='Indexed'>xp_client</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='indexedColumn' title='Indexed'>xp_perm</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_country</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_dob</td> + <td class='detail'>char</td> + <td class='detail' align='right'>12</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_gender</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='detail'>xprof_homepage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_hometown</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_locale</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_marital</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_postcode</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_region</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_sexual</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='indexedColumn' title='Indexed'>xtag_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='indexedColumn' title='Indexed'>xtag_term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_account</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_archived</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_blocked</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_feed</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_hidden</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_ignored</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_my_perms</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_pending</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_self</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_their_perms</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_unconnected</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_default_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>account_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_level</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_parent</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_roles</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_channel</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_a_delegate</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_a_republish</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_account_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_expire_days</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='indexedColumn' title='Indexed'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_pageflags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_primary</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_abook</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_pages</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_photos</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_profile</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_storage</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_stream</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_removed</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_system</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_chat</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_comment</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_like</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_mail</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_pages</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_photos</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_storage</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_stream</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_tagwall</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_wall</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='indexedColumn' title='Indexed'>chat_room</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>cid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>cid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>convid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_room</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_expire</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_channel</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_percent</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_priority</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_sequence</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>expire</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='indexedColumn' title='Indexed'>expire</td> + <td class='detail'>bigint unsigned</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>expires</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='indexedColumn' title='Indexed'>expires</td> + <td class='detail'>bigint unsigned</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>filesize</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='indexedColumn' title='Indexed'>gid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>ham</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>height</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='indexedColumn' title='Indexed'>hidden</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>hide_friends</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_error</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_orphancheck</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_primary</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_status</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>ignore</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>iid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>iid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='indexedColumn' title='Indexed'>iid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='indexedColumn' title='Indexed'>installed</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>is_default</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>is_dir</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>is_nsfw</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>is_photo</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_priority</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_status</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_blocked</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_consensus</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_delayed</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_hidden</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_mentionsme</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_nocomment</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_notshown</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_nsfw</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_obscured</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_origin</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_pending_remove</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_private</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_relay</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_restrict</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_retained</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_rss</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_starred</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_thread_top</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_type</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_unpublished</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_unseen</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_uplink</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_verified</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_wall</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_deleted</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_isreply</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_obscured</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_recalled</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_replied</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_seen</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='indexedColumn' title='Indexed'>mitem_channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='indexedColumn' title='Indexed'>mitem_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='indexedColumn' title='Indexed'>mitem_menu_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>mitem_order</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>nofinish</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_type</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>oid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>os_storage</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>os_storage</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>otype</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_account</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_async</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_delivered</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_priority</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>parent</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='detail'>pelm_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='indexedColumn' title='Indexed'>pelm_poll</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='indexedColumn' title='Indexed'>pelm_result</td> + <td class='detail'>float</td> + <td class='detail' align='right'>12</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>photo_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>photo_usage</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='detail'>plugin_admin</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='indexedColumn' title='Indexed'>poll_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='indexedColumn' title='Indexed'>poll_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='indexedColumn' title='Indexed'>poll_votes</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='detail'>priority</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>profile</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>public_perm</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>publish</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='indexedColumn' title='Indexed'>retract_iid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>revision</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>revision</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>scale</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>seen</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='indexedColumn' title='Indexed'>share_target</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='indexedColumn' title='Indexed'>share_type</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_access</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_dead</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_register</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_type</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_valid</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>size</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>spam</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='indexedColumn' title='Indexed'>src_channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='detail'>timestamp</td> + <td class='detail'>bigint</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/manage.html'>manage</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xign.html'>xign</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>visible</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='indexedColumn' title='Indexed'>vote_element</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='indexedColumn' title='Indexed'>vote_poll</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>width</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_censored</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_hidden</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_orphan</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_pubforum</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_selfcensored</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_system</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_rating</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_static</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='indexedColumn' title='Indexed'>xp_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_age</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='indexedColumn' title='Indexed'>xtag_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>dob</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_connected</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_dob</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_expire_notified</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_expires</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_lastlog</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_password_changed</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>changed</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_deleted</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_dirdate</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_lastpost</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>commented</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>comments_closed</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_last</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='detail'>date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_time</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_status_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>expires</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>expires</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>finish</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>howlong</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_connected</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>received</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_pull</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='detail'>site_sync</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_update</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>start</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_last</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/cache.html'>cache</a></td> + <td class='detail'>updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='indexedColumn' title='Indexed'>updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_name_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>adjust</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>1</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_max_anon_mail</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>10</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_max_friend_req</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>10</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_notifyflags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>65535</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_closeness</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>99</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_language</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>en</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>image/jpeg</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_mimetype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>image/jpeg</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='detail'>abook_excl</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='primaryKey' title='Primary Key'>abook_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='detail'>abook_incl</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>about</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='primaryKey' title='Primary Key'>account_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='indexedColumn' title='Indexed'>addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>alias</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_desc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>attach</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>attach</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>batch</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>body</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>body</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>book</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>chandesc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_guid_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='primaryKey' title='Primary Key'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_prvkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_pubkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>channels</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='primaryKey' title='Primary Key'>chat_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='detail'>chat_text</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='indexedColumn' title='Indexed'>cid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>confirm</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>contact</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='primaryKey' title='Primary Key'>cp_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='primaryKey' title='Primary Key'>cr_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>data</td> + <td class='detail'>longblob</td> + <td class='detail' align='right'>2147483647</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>data</td> + <td class='detail'>mediumblob</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='detail'>data</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>description</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>description</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>diaspora_meta</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>dislikes</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>display_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>display_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='primaryKey' title='Primary Key'>dreport_id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>education</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_repeat</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_vdata</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='indexedColumn' title='Indexed'>fid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_inputs</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>film</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>html</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_guid_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='primaryKey' title='Primary Key'>hubloc_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_sitekey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_url_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>icon</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center' title='nullable'> √ </td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>null</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/manage.html'>manage</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>bigint unsigned</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xign.html'>xign</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>interest</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='primaryKey' title='Primary Key'>issue_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='detail'>key</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>keywords</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>likes</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>location</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='primaryKey' title='Primary Key'>menu_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='primaryKey' title='Primary Key'>mitem_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>msg</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>music</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>name</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center' title='nullable'> √ </td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>null</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='indexedColumn' title='Indexed'>network</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>nick</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>note</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>notify</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='primaryKey' title='Primary Key'>obj_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>object</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>os_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>os_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='primaryKey' title='Primary Key'>outq_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='detail'>outq_msg</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='detail'>outq_notify</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='detail'>pelm_desc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='primaryKey' title='Primary Key'>pelm_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>poll</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='detail'>poll_desc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='primaryKey' title='Primary Key'>poll_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>postopts</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>priority</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>pubkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>recips</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>request</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>romance</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>route</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='detail'>secret</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='primaryKey' title='Primary Key'>share_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='detail'>signature</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='detail'>signed_text</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='primaryKey' title='Primary Key'>site_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='primaryKey' title='Primary Key'>src_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='detail'>src_patt</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>subject</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>summary</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>target</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='detail'>target</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='primaryKey' title='Primary Key'>tid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>title</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>title</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>tv</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='primaryKey' title='Primary Key'>ud_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/cache.html'>cache</a></td> + <td class='detail'>v</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='detail'>v</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='primaryKey' title='Primary Key'>vote_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='detail'>vote_result</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>with</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>work</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_guid_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='primaryKey' title='Primary Key'>xchan_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_pubkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='primaryKey' title='Primary Key'>xchat_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='primaryKey' title='Primary Key'>xlink_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='detail'>xlink_rating_text</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='detail'>xlink_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='primaryKey' title='Primary Key'>xp_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='detail'>xprof_about</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='primaryKey' title='Primary Key'>xprof_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='detail'>xprof_keywords</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='primaryKey' title='Primary Key'>xtag_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_timezone</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>UTC</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>dob_tz</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>UTC</td> + <td class='comment detail'></td> +</tr> +</table> +</div> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/columns.byNulls.html b/doc/schemaspy_hubzilla/columns.byNulls.html new file mode 100644 index 000000000..36cd91ccf --- /dev/null +++ b/doc/schemaspy_hubzilla/columns.byNulls.html @@ -0,0 +1,7375 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - zot - Columns</title> + <link rel=stylesheet href='schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='schemaSpy.js'></SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li id='current'><a href='columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>SchemaSpy Analysis of <span title='Database'>zot</span> - Columns</span><span class='description'> +2015-11-04 - Hubzilla database schema with some corrected cross-table relationships supporting decentralized publishing. Haakon Meland Eriksen. +</span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr><td class='container'> +<span class='container'>Generated by <span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span> on fr nov 06 17:11 CET 2015</span> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td></tr> +<tr valign='top'><td class='container' align='left' valign='top'> +<p> +<form name='options' action=''> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</table> +<div class='indent'> +<b>zot contains 727 columns</b> - click on heading to sort:<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th class='notSortedByColumn'><a href='columns.byTable.html#columns'><span class='notSortedByColumn'>Table</span></a></th> + <th class='notSortedByColumn'><a href='columns.byColumn.html#columns'><span class='notSortedByColumn'>Column</span></a></th> + <th class='notSortedByColumn'><a href='columns.byType.html#columns'><span class='notSortedByColumn'>Type</span></a></th> + <th class='notSortedByColumn'><a href='columns.bySize.html#columns'><span class='notSortedByColumn'>Size</span></a></th> + <th title='Are nulls allowed?' class='sortedByColumn'>Nulls</th> + <th title='Is column automatically updated?' class='notSortedByColumn'><a href='columns.byAuto.html#columns'><span class='notSortedByColumn'>Auto</span></a></th> + <th title='Default value' class='notSortedByColumn'><a href='columns.byDefault.html#columns'><span class='notSortedByColumn'>Default</span></a></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>icon</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center' title='nullable'> √ </td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>null</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>name</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center' title='nullable'> √ </td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>null</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_account</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_archived</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_blocked</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_closeness</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>99</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_connected</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_dob</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='detail'>abook_excl</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_feed</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_hidden</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='primaryKey' title='Primary Key'>abook_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_ignored</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='detail'>abook_incl</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_my_perms</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_pending</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_profile</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_self</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_their_perms</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_unconnected</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>about</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_default_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_email</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_expire_notified</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_expires</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_external</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='primaryKey' title='Primary Key'>account_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>account_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_language</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>en</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_lastlog</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_level</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_parent</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_password</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_password_changed</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_reset</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_roles</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_salt</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_service_class</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='indexedColumn' title='Indexed'>addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>address</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>adjust</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>1</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>album</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>alias</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>app</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_author</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_channel</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_desc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_page</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_price</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_requires</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_sig</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_version</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>attach</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>attach</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>author_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>batch</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>body</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>body</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>book</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='indexedColumn' title='Indexed'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='indexedColumn' title='Indexed'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='indexedColumn' title='Indexed'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>chandesc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>changed</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_a_delegate</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_a_republish</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_account_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_address</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_default_group</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_deleted</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_dirdate</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_expire_days</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_guid_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='primaryKey' title='Primary Key'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='indexedColumn' title='Indexed'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_lastpost</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_location</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_max_anon_mail</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>10</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_max_friend_req</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>10</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_notifyflags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>65535</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_pageflags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_passwd_reset</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_primary</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_prvkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_pubkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_abook</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_pages</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_photos</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_profile</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_storage</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_stream</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_removed</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_startpage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_system</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_theme</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_timezone</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>UTC</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_chat</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_comment</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_like</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_mail</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_pages</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_photos</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_storage</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_stream</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_tagwall</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_wall</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>channels</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='primaryKey' title='Primary Key'>chat_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='indexedColumn' title='Indexed'>chat_room</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='detail'>chat_text</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='indexedColumn' title='Indexed'>chat_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='indexedColumn' title='Indexed'>cid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>cid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>cid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>client_id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='primaryKey' title='Primary Key'>client_id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='indexedColumn' title='Indexed'>client_id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>comment_policy</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>commented</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>comments_closed</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>confirm</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>contact</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>conv_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>convid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>coord</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>country_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='detail'>cp_client</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='primaryKey' title='Primary Key'>cp_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_last</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_room</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_status</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_expire</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='primaryKey' title='Primary Key'>cr_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>creator</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>creator</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>data</td> + <td class='detail'>longblob</td> + <td class='detail' align='right'>2147483647</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>data</td> + <td class='detail'>mediumblob</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='detail'>data</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='detail'>date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>description</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>description</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>dfrn_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>diaspora_meta</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>dislikes</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>display_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>display_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>dob</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>dob_tz</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>UTC</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_channel</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='primaryKey' title='Primary Key'>dreport_id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_queue</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='detail'>dreport_recip</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='detail'>dreport_result</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_site</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_time</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>education</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_percent</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_priority</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_repeat</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_sequence</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_status</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_status_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_vdata</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>expire</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='indexedColumn' title='Indexed'>expire</td> + <td class='detail'>bigint unsigned</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>expires</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>expires</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>expires</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='indexedColumn' title='Indexed'>expires</td> + <td class='detail'>bigint unsigned</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='indexedColumn' title='Indexed'>fid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_help</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_inputs</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='indexedColumn' title='Indexed'>field_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='detail'>file</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>filename</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>filename</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>filesize</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>filetype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>film</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>finish</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>folder</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>from_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='detail'>function</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>gender</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='indexedColumn' title='Indexed'>gid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>ham</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>height</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='indexedColumn' title='Indexed'>hidden</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>hide_friends</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>homepage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>hometown</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='indexedColumn' title='Indexed'>hook</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>howlong</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>html</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_callback</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_connect</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_connected</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_error</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_guid_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_host</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='primaryKey' title='Primary Key'>hubloc_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_network</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_orphancheck</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_primary</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_sitekey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_status</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_url_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>i_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>40</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/manage.html'>manage</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>bigint unsigned</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>40</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xign.html'>xign</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>ignore</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>iid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>iid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='indexedColumn' title='Indexed'>iid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>imgurl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='indexedColumn' title='Indexed'>installed</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>interest</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>is_default</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>is_dir</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>is_nsfw</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>is_photo</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_assigned</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_component</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='primaryKey' title='Primary Key'>issue_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_priority</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_status</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_blocked</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_consensus</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_delayed</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_hidden</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_mentionsme</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_nocomment</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_notshown</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_nsfw</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_obscured</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_origin</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_pending_remove</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_private</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_relay</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_restrict</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_retained</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_rss</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_starred</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_thread_top</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_type</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_unpublished</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_unseen</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_uplink</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_verified</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_wall</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/cache.html'>cache</a></td> + <td class='primaryKey' title='Primary Key'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='detail'>key</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>keywords</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>lang</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='detail'>language</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>layout_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>likee</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>liker</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>likes</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>link</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>llink</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>locality</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>location</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>location</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_deleted</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_isreply</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_obscured</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_recalled</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_replied</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_seen</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>marital</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='detail'>menu_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='primaryKey' title='Primary Key'>menu_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>meta</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>mimetype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='indexedColumn' title='Indexed'>mitem_channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>mitem_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='indexedColumn' title='Indexed'>mitem_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='primaryKey' title='Primary Key'>mitem_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>mitem_link</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='indexedColumn' title='Indexed'>mitem_menu_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>mitem_order</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>msg</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>music</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='indexedColumn' title='Indexed'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='indexedColumn' title='Indexed'>network</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>nick</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>nofinish</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>note</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>notify</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='primaryKey' title='Primary Key'>obj_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_imgurl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_obj</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_page</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>obj_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_type</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>object</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>oid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>os_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>os_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>os_storage</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>os_storage</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>otype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>otype</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_account</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_async</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_delivered</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='detail'>outq_driver</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='primaryKey' title='Primary Key'>outq_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='detail'>outq_msg</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='detail'>outq_notify</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_posturl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_priority</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>owner_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>parent</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>parent</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>parent_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>parent_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>parent_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='detail'>password</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>pdesc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='detail'>pelm_desc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='detail'>pelm_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='primaryKey' title='Primary Key'>pelm_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='indexedColumn' title='Indexed'>pelm_poll</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='indexedColumn' title='Indexed'>pelm_result</td> + <td class='detail'>float</td> + <td class='detail' align='right'>12</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>photo_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>photo_usage</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>plink</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='detail'>plugin_admin</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>politic</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>poll</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='indexedColumn' title='Indexed'>poll_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='detail'>poll_desc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='indexedColumn' title='Indexed'>poll_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='primaryKey' title='Primary Key'>poll_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='indexedColumn' title='Indexed'>poll_votes</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>postal_code</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>postopts</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='indexedColumn' title='Indexed'>posturl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>priority</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='detail'>priority</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>profile</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>profile_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>profile_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>pubkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>public_perm</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>public_policy</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>publish</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>pw</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>received</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>recips</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>redirect_uri</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>200</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>redirect_uri</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>200</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>region</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>religion</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>request</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>request</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>resource_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>resource_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>resource_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='indexedColumn' title='Indexed'>retract_iid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>revision</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>revision</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>romance</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>route</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>scale</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>scope</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>250</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='detail'>scope</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>200</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>sec</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='detail'>secret</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>seen</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='indexedColumn' title='Indexed'>server</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>service</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>sexual</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='primaryKey' title='Primary Key'>share_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='indexedColumn' title='Indexed'>share_target</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='indexedColumn' title='Indexed'>share_type</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='indexedColumn' title='Indexed'>share_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>sid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='indexedColumn' title='Indexed'>sid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='detail'>signature</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='detail'>signed_text</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='detail'>signer</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_access</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_dead</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_directory</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='detail'>site_location</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_project</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_pull</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_realm</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_register</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_sellpage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='detail'>site_sync</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_type</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_update</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='primaryKey' title='Primary Key'>site_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_valid</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>size</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>source_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>spam</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='indexedColumn' title='Indexed'>src_channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='indexedColumn' title='Indexed'>src_channel_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='primaryKey' title='Primary Key'>src_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='detail'>src_patt</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='indexedColumn' title='Indexed'>src_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>start</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>subject</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>summary</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>summary</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>target</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='detail'>target</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>target_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>target_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>term_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>tgt_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>thr_parent</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>thumb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='primaryKey' title='Primary Key'>tid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='detail'>timestamp</td> + <td class='detail'>bigint</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>title</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>title</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>title</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>to_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>token</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>tv</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>image/jpeg</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='primaryKey' title='Primary Key'>ud_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_last</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/manage.html'>manage</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xign.html'>xign</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/cache.html'>cache</a></td> + <td class='detail'>updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='indexedColumn' title='Indexed'>updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/cache.html'>cache</a></td> + <td class='detail'>v</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='detail'>v</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='detail'>version</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>visible</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='indexedColumn' title='Indexed'>vote_element</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='primaryKey' title='Primary Key'>vote_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='indexedColumn' title='Indexed'>vote_poll</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='detail'>vote_result</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='indexedColumn' title='Indexed'>vote_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>width</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>with</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>work</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/manage.html'>manage</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xign.html'>xign</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_censored</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_connpage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_connurl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_follow</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_guid_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='primaryKey' title='Primary Key'>xchan_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_hidden</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_instance_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_name_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_network</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_orphan</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_l</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_m</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_mimetype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>image/jpeg</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_s</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_pubforum</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_pubkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_selfcensored</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_system</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='primaryKey' title='Primary Key'>xchat_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='primaryKey' title='Primary Key'>xlink_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_link</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_rating</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='detail'>xlink_rating_text</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='detail'>xlink_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_static</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='indexedColumn' title='Indexed'>xp_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='indexedColumn' title='Indexed'>xp_client</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='primaryKey' title='Primary Key'>xp_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='indexedColumn' title='Indexed'>xp_perm</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='detail'>xprof_about</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_age</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_country</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_dob</td> + <td class='detail'>char</td> + <td class='detail' align='right'>12</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_gender</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='primaryKey' title='Primary Key'>xprof_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='detail'>xprof_homepage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_hometown</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='detail'>xprof_keywords</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_locale</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_marital</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_postcode</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_region</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_sexual</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='indexedColumn' title='Indexed'>xtag_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='indexedColumn' title='Indexed'>xtag_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='primaryKey' title='Primary Key'>xtag_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='indexedColumn' title='Indexed'>xtag_term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +</table> +</div> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/columns.bySize.html b/doc/schemaspy_hubzilla/columns.bySize.html new file mode 100644 index 000000000..9b31cfa9a --- /dev/null +++ b/doc/schemaspy_hubzilla/columns.bySize.html @@ -0,0 +1,7375 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - zot - Columns</title> + <link rel=stylesheet href='schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='schemaSpy.js'></SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li id='current'><a href='columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>SchemaSpy Analysis of <span title='Database'>zot</span> - Columns</span><span class='description'> +2015-11-04 - Hubzilla database schema with some corrected cross-table relationships supporting decentralized publishing. Haakon Meland Eriksen. +</span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr><td class='container'> +<span class='container'>Generated by <span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span> on fr nov 06 17:11 CET 2015</span> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td></tr> +<tr valign='top'><td class='container' align='left' valign='top'> +<p> +<form name='options' action=''> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</table> +<div class='indent'> +<b>zot contains 727 columns</b> - click on heading to sort:<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th class='notSortedByColumn'><a href='columns.byTable.html#columns'><span class='notSortedByColumn'>Table</span></a></th> + <th class='notSortedByColumn'><a href='columns.byColumn.html#columns'><span class='notSortedByColumn'>Column</span></a></th> + <th class='notSortedByColumn'><a href='columns.byType.html#columns'><span class='notSortedByColumn'>Type</span></a></th> + <th class='sortedByColumn'>Size</th> + <th title='Are nulls allowed?' class='notSortedByColumn'><a href='columns.byNulls.html#columns'><span class='notSortedByColumn'>Nulls</span></a></th> + <th title='Is column automatically updated?' class='notSortedByColumn'><a href='columns.byAuto.html#columns'><span class='notSortedByColumn'>Auto</span></a></th> + <th title='Default value' class='notSortedByColumn'><a href='columns.byDefault.html#columns'><span class='notSortedByColumn'>Default</span></a></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>adjust</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>1</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_primary</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_removed</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_system</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='indexedColumn' title='Indexed'>hidden</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>hide_friends</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_error</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_orphancheck</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_primary</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>ignore</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='indexedColumn' title='Indexed'>installed</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>is_default</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>is_dir</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>is_nsfw</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>is_photo</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_blocked</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_consensus</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_delayed</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_hidden</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_mentionsme</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_nocomment</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_notshown</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_nsfw</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_obscured</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_origin</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_pending_remove</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_private</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_relay</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_retained</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_rss</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_starred</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_thread_top</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_unpublished</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_unseen</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_uplink</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_verified</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_wall</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>nofinish</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>os_storage</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>os_storage</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_async</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_delivered</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='detail'>plugin_admin</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>priority</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>profile</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>public_perm</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>publish</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>seen</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>visible</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_censored</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_hidden</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_orphan</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_pubforum</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_selfcensored</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_system</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_static</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_archived</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_blocked</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_closeness</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>99</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_feed</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_hidden</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_ignored</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_pending</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_self</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_unconnected</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_deleted</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_isreply</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_recalled</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_replied</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_seen</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>otype</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>scale</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_age</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_percent</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_priority</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_sequence</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>height</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_obscured</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_priority</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>photo_usage</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_dead</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_type</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_valid</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>width</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_account</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='primaryKey' title='Primary Key'>abook_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_my_perms</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_their_perms</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_default_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='primaryKey' title='Primary Key'>account_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>account_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_level</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_parent</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_roles</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_channel</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_a_delegate</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_a_republish</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_account_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_expire_days</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='primaryKey' title='Primary Key'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='indexedColumn' title='Indexed'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_max_anon_mail</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>10</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_max_friend_req</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>10</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_notifyflags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>65535</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_pageflags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_abook</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_pages</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_photos</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_profile</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_storage</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_stream</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_chat</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_comment</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_like</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_mail</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_pages</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_photos</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_storage</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_stream</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_tagwall</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_wall</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='primaryKey' title='Primary Key'>chat_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='indexedColumn' title='Indexed'>chat_room</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='indexedColumn' title='Indexed'>cid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>cid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>cid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>convid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='primaryKey' title='Primary Key'>cp_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_room</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_expire</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='primaryKey' title='Primary Key'>cr_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_channel</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='primaryKey' title='Primary Key'>dreport_id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>expire</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>expires</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='indexedColumn' title='Indexed'>fid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>filesize</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='indexedColumn' title='Indexed'>gid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>ham</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='primaryKey' title='Primary Key'>hubloc_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_status</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/manage.html'>manage</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xign.html'>xign</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>iid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>iid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='indexedColumn' title='Indexed'>iid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='primaryKey' title='Primary Key'>issue_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_priority</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_status</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_restrict</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_type</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='primaryKey' title='Primary Key'>menu_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='indexedColumn' title='Indexed'>mitem_channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='indexedColumn' title='Indexed'>mitem_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='primaryKey' title='Primary Key'>mitem_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='indexedColumn' title='Indexed'>mitem_menu_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>mitem_order</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='primaryKey' title='Primary Key'>obj_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_type</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>oid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_account</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>parent</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='detail'>pelm_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='primaryKey' title='Primary Key'>pelm_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='indexedColumn' title='Indexed'>pelm_poll</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>photo_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='indexedColumn' title='Indexed'>poll_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='indexedColumn' title='Indexed'>poll_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='primaryKey' title='Primary Key'>poll_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='indexedColumn' title='Indexed'>poll_votes</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='detail'>priority</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='indexedColumn' title='Indexed'>retract_iid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>revision</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>revision</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='primaryKey' title='Primary Key'>share_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='indexedColumn' title='Indexed'>share_target</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='indexedColumn' title='Indexed'>share_type</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_access</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_register</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>size</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>spam</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='indexedColumn' title='Indexed'>src_channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='primaryKey' title='Primary Key'>src_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='primaryKey' title='Primary Key'>tid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='primaryKey' title='Primary Key'>ud_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/manage.html'>manage</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xign.html'>xign</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='indexedColumn' title='Indexed'>vote_element</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='primaryKey' title='Primary Key'>vote_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='indexedColumn' title='Indexed'>vote_poll</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='primaryKey' title='Primary Key'>xchat_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='primaryKey' title='Primary Key'>xlink_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_rating</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='indexedColumn' title='Indexed'>xp_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='primaryKey' title='Primary Key'>xp_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='indexedColumn' title='Indexed'>xtag_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='primaryKey' title='Primary Key'>xtag_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='indexedColumn' title='Indexed'>pelm_result</td> + <td class='detail'>float</td> + <td class='detail' align='right'>12</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_dob</td> + <td class='detail'>char</td> + <td class='detail' align='right'>12</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_language</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>en</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='detail'>language</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>otype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>resource_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_connected</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_dob</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_expire_notified</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_expires</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_lastlog</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_password_changed</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>changed</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_deleted</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_dirdate</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_lastpost</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>commented</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>comments_closed</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_last</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='detail'>date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_time</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_status_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>expires</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>expires</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>finish</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>howlong</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_connected</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>received</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_pull</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='detail'>site_sync</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_update</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>start</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='detail'>timestamp</td> + <td class='detail'>bigint</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_last</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/cache.html'>cache</a></td> + <td class='detail'>updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='indexedColumn' title='Indexed'>updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_name_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>client_id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='primaryKey' title='Primary Key'>client_id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='indexedColumn' title='Indexed'>client_id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='indexedColumn' title='Indexed'>expire</td> + <td class='detail'>bigint unsigned</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='indexedColumn' title='Indexed'>expires</td> + <td class='detail'>bigint unsigned</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>bigint unsigned</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>pw</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='indexedColumn' title='Indexed'>xp_client</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_salt</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_service_class</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>dob</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>gender</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_network</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='indexedColumn' title='Indexed'>network</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='detail'>outq_driver</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>postal_code</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_mimetype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>image/jpeg</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_postcode</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>40</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>40</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_profile</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>filetype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>folder</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>lang</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_page</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>profile_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='indexedColumn' title='Indexed'>xp_perm</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_timezone</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>UTC</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='detail'>cp_client</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>creator</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>likee</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>liker</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>target_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>image/jpeg</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>redirect_uri</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>200</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>redirect_uri</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>200</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='detail'>scope</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>200</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>scope</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>250</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_email</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_external</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_password</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_reset</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='indexedColumn' title='Indexed'>addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>address</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>album</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>alias</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>app</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_author</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_page</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_price</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_requires</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_sig</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_version</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>author_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>batch</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='indexedColumn' title='Indexed'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='indexedColumn' title='Indexed'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='indexedColumn' title='Indexed'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_address</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_default_group</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_location</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_passwd_reset</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_startpage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_theme</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='indexedColumn' title='Indexed'>chat_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>comment_policy</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>confirm</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>conv_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>coord</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>country_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_status</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>creator</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>dfrn_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>dob_tz</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>UTC</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_queue</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='detail'>dreport_recip</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='detail'>dreport_result</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_site</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_status</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_help</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='indexedColumn' title='Indexed'>field_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='detail'>file</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>filename</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>filename</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>from_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='detail'>function</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>homepage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>hometown</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='indexedColumn' title='Indexed'>hook</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_callback</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_connect</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_host</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>i_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>imgurl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_assigned</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_component</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/cache.html'>cache</a></td> + <td class='primaryKey' title='Primary Key'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>layout_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>link</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>llink</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>locality</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>location</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>marital</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='detail'>menu_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>meta</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>mimetype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>mitem_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>mitem_link</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='indexedColumn' title='Indexed'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>nick</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>notify</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_imgurl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_obj</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>obj_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='primaryKey' title='Primary Key'>outq_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_posturl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>owner_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>parent</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>parent_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>parent_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>parent_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='detail'>password</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>pdesc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>plink</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>politic</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>poll</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='indexedColumn' title='Indexed'>posturl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>profile_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>public_policy</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>region</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>religion</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>request</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>request</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>resource_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>resource_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>sec</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='indexedColumn' title='Indexed'>server</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>service</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>sexual</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='indexedColumn' title='Indexed'>share_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>sid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='indexedColumn' title='Indexed'>sid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='detail'>signer</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_directory</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='detail'>site_location</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_project</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_realm</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_sellpage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='primaryKey' title='Primary Key'>site_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>source_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='indexedColumn' title='Indexed'>src_channel_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='indexedColumn' title='Indexed'>src_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>summary</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>target_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>term_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>tgt_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>thr_parent</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>thumb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>title</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>to_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>token</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='detail'>version</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='indexedColumn' title='Indexed'>vote_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/manage.html'>manage</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xign.html'>xign</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_connpage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_connurl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_follow</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='primaryKey' title='Primary Key'>xchan_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_instance_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_network</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_l</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_m</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_s</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_link</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_country</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_gender</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='primaryKey' title='Primary Key'>xprof_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='detail'>xprof_homepage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_hometown</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_locale</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_marital</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_region</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_sexual</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='indexedColumn' title='Indexed'>xtag_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='indexedColumn' title='Indexed'>xtag_term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='detail'>abook_excl</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='detail'>abook_incl</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>about</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_desc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>book</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>chandesc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_guid_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_prvkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_pubkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>channels</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>contact</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='detail'>data</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>description</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>description</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>dislikes</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>education</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_repeat</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_vdata</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>film</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_guid_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_sitekey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_url_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>icon</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center' title='nullable'> √ </td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>null</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>interest</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='detail'>key</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>keywords</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>likes</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>location</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>music</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>name</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center' title='nullable'> √ </td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>null</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>note</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>object</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='detail'>pelm_desc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='detail'>poll_desc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>postopts</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>pubkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>romance</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>route</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='detail'>secret</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='detail'>signature</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>summary</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>target</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>title</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>title</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>tv</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/cache.html'>cache</a></td> + <td class='detail'>v</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='detail'>v</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='detail'>vote_result</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>with</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>work</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_guid_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_pubkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='detail'>xlink_rating_text</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='detail'>xlink_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='detail'>xprof_about</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='detail'>xprof_keywords</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>attach</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>attach</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>body</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>body</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='detail'>chat_text</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>data</td> + <td class='detail'>mediumblob</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>diaspora_meta</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>display_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>display_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_inputs</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>html</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>msg</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>os_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>os_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='detail'>outq_msg</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='detail'>outq_notify</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>recips</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='detail'>signed_text</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='detail'>src_patt</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>subject</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='detail'>target</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>data</td> + <td class='detail'>longblob</td> + <td class='detail' align='right'>2147483647</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +</table> +</div> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/columns.byTable.html b/doc/schemaspy_hubzilla/columns.byTable.html new file mode 100644 index 000000000..218b65362 --- /dev/null +++ b/doc/schemaspy_hubzilla/columns.byTable.html @@ -0,0 +1,7375 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - zot - Columns</title> + <link rel=stylesheet href='schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='schemaSpy.js'></SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li id='current'><a href='columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>SchemaSpy Analysis of <span title='Database'>zot</span> - Columns</span><span class='description'> +2015-11-04 - Hubzilla database schema with some corrected cross-table relationships supporting decentralized publishing. Haakon Meland Eriksen. +</span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr><td class='container'> +<span class='container'>Generated by <span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span> on fr nov 06 17:11 CET 2015</span> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td></tr> +<tr valign='top'><td class='container' align='left' valign='top'> +<p> +<form name='options' action=''> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</table> +<div class='indent'> +<b>zot contains 727 columns</b> - click on heading to sort:<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th class='sortedByColumn'>Table</th> + <th class='notSortedByColumn'><a href='columns.byColumn.html#columns'><span class='notSortedByColumn'>Column</span></a></th> + <th class='notSortedByColumn'><a href='columns.byType.html#columns'><span class='notSortedByColumn'>Type</span></a></th> + <th class='notSortedByColumn'><a href='columns.bySize.html#columns'><span class='notSortedByColumn'>Size</span></a></th> + <th title='Are nulls allowed?' class='notSortedByColumn'><a href='columns.byNulls.html#columns'><span class='notSortedByColumn'>Nulls</span></a></th> + <th title='Is column automatically updated?' class='notSortedByColumn'><a href='columns.byAuto.html#columns'><span class='notSortedByColumn'>Auto</span></a></th> + <th title='Default value' class='notSortedByColumn'><a href='columns.byDefault.html#columns'><span class='notSortedByColumn'>Default</span></a></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_account</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_archived</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_blocked</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_closeness</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>99</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_connected</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_dob</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='detail'>abook_excl</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_feed</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_hidden</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='primaryKey' title='Primary Key'>abook_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_ignored</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='detail'>abook_incl</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_my_perms</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_pending</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_profile</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_self</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_their_perms</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_unconnected</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_default_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_email</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_expire_notified</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_expires</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_external</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='primaryKey' title='Primary Key'>account_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_language</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>en</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_lastlog</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_level</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_parent</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_password</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_password_changed</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_reset</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_roles</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_salt</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_service_class</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='indexedColumn' title='Indexed'>hidden</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='indexedColumn' title='Indexed'>installed</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='indexedColumn' title='Indexed'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='detail'>plugin_admin</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='detail'>timestamp</td> + <td class='detail'>bigint</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='detail'>version</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_author</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_channel</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_desc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_page</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_price</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_requires</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_sig</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_version</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>creator</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>data</td> + <td class='detail'>longblob</td> + <td class='detail' align='right'>2147483647</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>display_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>filename</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>filesize</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>filetype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>folder</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>is_dir</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>is_photo</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>os_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>os_storage</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>revision</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>client_id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>expires</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>40</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>redirect_uri</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>200</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>scope</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>250</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/cache.html'>cache</a></td> + <td class='primaryKey' title='Primary Key'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/cache.html'>cache</a></td> + <td class='detail'>updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/cache.html'>cache</a></td> + <td class='detail'>v</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_a_delegate</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_a_republish</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_account_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_address</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_default_group</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_deleted</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_dirdate</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_expire_days</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_guid_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='primaryKey' title='Primary Key'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_lastpost</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_location</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_max_anon_mail</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>10</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_max_friend_req</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>10</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_notifyflags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>65535</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_pageflags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_passwd_reset</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_primary</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_prvkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_pubkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_abook</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_pages</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_photos</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_profile</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_storage</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_stream</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_removed</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_startpage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_system</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_theme</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_timezone</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>UTC</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_chat</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_comment</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_like</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_mail</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_pages</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_photos</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_storage</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_stream</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_tagwall</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_wall</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='primaryKey' title='Primary Key'>chat_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='indexedColumn' title='Indexed'>chat_room</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='detail'>chat_text</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='indexedColumn' title='Indexed'>chat_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='detail'>cp_client</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='primaryKey' title='Primary Key'>cp_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_last</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_room</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_status</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_expire</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='primaryKey' title='Primary Key'>cr_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='primaryKey' title='Primary Key'>client_id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>icon</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center' title='nullable'> √ </td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>null</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>name</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center' title='nullable'> √ </td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>null</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>pw</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>redirect_uri</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>200</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='indexedColumn' title='Indexed'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='detail'>v</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>creator</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>recips</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>subject</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='indexedColumn' title='Indexed'>updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_channel</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='primaryKey' title='Primary Key'>dreport_id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_queue</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='detail'>dreport_recip</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='detail'>dreport_result</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_site</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_time</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>adjust</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>1</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>description</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_percent</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_priority</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_repeat</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_sequence</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_status</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_status_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_vdata</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>finish</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>ignore</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>location</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>nofinish</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>start</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>summary</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='indexedColumn' title='Indexed'>addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>alias</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>batch</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>confirm</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='indexedColumn' title='Indexed'>network</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>nick</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>notify</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>poll</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>priority</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>pubkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>request</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='indexedColumn' title='Indexed'>cid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='indexedColumn' title='Indexed'>fid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='detail'>key</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='indexedColumn' title='Indexed'>posturl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='indexedColumn' title='Indexed'>server</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>cid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>note</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>request</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='indexedColumn' title='Indexed'>gid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>visible</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='detail'>file</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='detail'>function</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='indexedColumn' title='Indexed'>hook</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='detail'>priority</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_callback</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_connect</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_connected</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_error</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_guid_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_host</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='primaryKey' title='Primary Key'>hubloc_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_network</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_orphancheck</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_primary</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_sitekey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_status</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_url_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_assigned</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_component</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='primaryKey' title='Primary Key'>issue_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_priority</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_status</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>app</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>attach</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>author_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>body</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>changed</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>comment_policy</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>commented</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>comments_closed</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>coord</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>diaspora_meta</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>expires</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>html</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_blocked</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_consensus</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_delayed</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_hidden</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_mentionsme</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_nocomment</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_notshown</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_nsfw</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_obscured</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_origin</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_pending_remove</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_private</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_relay</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_restrict</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_retained</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_rss</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_starred</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_thread_top</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_type</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_unpublished</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_unseen</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_uplink</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_verified</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_wall</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>lang</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>layout_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>llink</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>location</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>mimetype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>obj_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>object</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>owner_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>parent</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>parent_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>plink</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>postopts</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>public_policy</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>received</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>resource_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>resource_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>revision</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>route</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>source_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>target</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>tgt_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>thr_parent</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>title</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>iid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>service</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>sid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>i_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>iid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>likee</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>liker</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='detail'>target</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>target_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>target_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>account_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>attach</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>body</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>conv_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>convid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>expires</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>from_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_deleted</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_isreply</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_obscured</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_recalled</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_replied</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_seen</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>parent_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>title</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>to_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/manage.html'>manage</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/manage.html'>manage</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/manage.html'>manage</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='detail'>menu_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='primaryKey' title='Primary Key'>menu_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='indexedColumn' title='Indexed'>mitem_channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>mitem_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='indexedColumn' title='Indexed'>mitem_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='primaryKey' title='Primary Key'>mitem_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>mitem_link</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='indexedColumn' title='Indexed'>mitem_menu_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>mitem_order</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>link</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>msg</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>otype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>parent</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>seen</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='primaryKey' title='Primary Key'>obj_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_imgurl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_obj</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_page</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_type</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_account</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_async</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_delivered</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='detail'>outq_driver</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='primaryKey' title='Primary Key'>outq_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='detail'>outq_msg</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='detail'>outq_notify</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_posturl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_priority</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='indexedColumn' title='Indexed'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>album</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>data</td> + <td class='detail'>mediumblob</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>description</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>display_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>filename</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>height</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>is_nsfw</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>os_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>os_storage</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>photo_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>photo_usage</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>profile</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>resource_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>scale</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>size</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>title</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>image/jpeg</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>width</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='indexedColumn' title='Indexed'>poll_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='detail'>poll_desc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='indexedColumn' title='Indexed'>poll_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='primaryKey' title='Primary Key'>poll_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='indexedColumn' title='Indexed'>poll_votes</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='detail'>pelm_desc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='detail'>pelm_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='primaryKey' title='Primary Key'>pelm_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='indexedColumn' title='Indexed'>pelm_poll</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='indexedColumn' title='Indexed'>pelm_result</td> + <td class='detail'>float</td> + <td class='detail' align='right'>12</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_help</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_inputs</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='indexedColumn' title='Indexed'>field_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='indexedColumn' title='Indexed'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>about</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>address</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>book</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>chandesc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>channels</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>contact</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>country_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>dislikes</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>dob</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>dob_tz</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>UTC</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>education</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>film</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>gender</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>hide_friends</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>homepage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>hometown</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>howlong</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>interest</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>is_default</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>keywords</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>likes</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>locality</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>marital</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>music</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>pdesc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>politic</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>postal_code</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>profile_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>profile_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>publish</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>region</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>religion</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>romance</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>sexual</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>summary</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>thumb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>tv</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>with</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>work</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>cid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>dfrn_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>expire</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>sec</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='detail'>language</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='detail'>password</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='detail'>data</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='indexedColumn' title='Indexed'>expire</td> + <td class='detail'>bigint unsigned</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>bigint unsigned</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='indexedColumn' title='Indexed'>sid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='primaryKey' title='Primary Key'>share_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='indexedColumn' title='Indexed'>share_target</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='indexedColumn' title='Indexed'>share_type</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='indexedColumn' title='Indexed'>share_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='indexedColumn' title='Indexed'>iid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='indexedColumn' title='Indexed'>retract_iid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='detail'>signature</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='detail'>signed_text</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='detail'>signer</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_access</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_dead</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_directory</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='detail'>site_location</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_project</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_pull</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_realm</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_register</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_sellpage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='detail'>site_sync</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_type</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_update</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='primaryKey' title='Primary Key'>site_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_valid</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='indexedColumn' title='Indexed'>src_channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='indexedColumn' title='Indexed'>src_channel_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='primaryKey' title='Primary Key'>src_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='detail'>src_patt</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='indexedColumn' title='Indexed'>src_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='detail'>date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>ham</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>spam</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>public_perm</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>imgurl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>oid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>otype</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>parent_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>term_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='primaryKey' title='Primary Key'>tid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='indexedColumn' title='Indexed'>client_id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='indexedColumn' title='Indexed'>expires</td> + <td class='detail'>bigint unsigned</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>40</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='detail'>scope</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>200</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='detail'>secret</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='primaryKey' title='Primary Key'>ud_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_last</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>meta</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>token</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='indexedColumn' title='Indexed'>vote_element</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='primaryKey' title='Primary Key'>vote_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='indexedColumn' title='Indexed'>vote_poll</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='detail'>vote_result</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='indexedColumn' title='Indexed'>vote_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_censored</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_connpage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_connurl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_follow</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_guid_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='primaryKey' title='Primary Key'>xchan_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_hidden</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_instance_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_name_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_network</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_orphan</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_l</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_m</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_mimetype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>image/jpeg</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_s</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_pubforum</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_pubkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_selfcensored</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_system</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='primaryKey' title='Primary Key'>xchat_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='indexedColumn' title='Indexed'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xign.html'>xign</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xign.html'>xign</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xign.html'>xign</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='primaryKey' title='Primary Key'>xlink_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_link</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_rating</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='detail'>xlink_rating_text</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='detail'>xlink_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_static</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='indexedColumn' title='Indexed'>xp_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='indexedColumn' title='Indexed'>xp_client</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='primaryKey' title='Primary Key'>xp_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='indexedColumn' title='Indexed'>xp_perm</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='detail'>xprof_about</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_age</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_country</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_dob</td> + <td class='detail'>char</td> + <td class='detail' align='right'>12</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_gender</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='primaryKey' title='Primary Key'>xprof_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='detail'>xprof_homepage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_hometown</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='detail'>xprof_keywords</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_locale</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_marital</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_postcode</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_region</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_sexual</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='indexedColumn' title='Indexed'>xtag_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='indexedColumn' title='Indexed'>xtag_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='primaryKey' title='Primary Key'>xtag_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='indexedColumn' title='Indexed'>xtag_term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +</table> +</div> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/columns.byType.html b/doc/schemaspy_hubzilla/columns.byType.html new file mode 100644 index 000000000..fb4d7b650 --- /dev/null +++ b/doc/schemaspy_hubzilla/columns.byType.html @@ -0,0 +1,7375 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - zot - Columns</title> + <link rel=stylesheet href='schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='schemaSpy.js'></SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li id='current'><a href='columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>SchemaSpy Analysis of <span title='Database'>zot</span> - Columns</span><span class='description'> +2015-11-04 - Hubzilla database schema with some corrected cross-table relationships supporting decentralized publishing. Haakon Meland Eriksen. +</span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr><td class='container'> +<span class='container'>Generated by <span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span> on fr nov 06 17:11 CET 2015</span> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td></tr> +<tr valign='top'><td class='container' align='left' valign='top'> +<p> +<form name='options' action=''> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</table> +<div class='indent'> +<b>zot contains 727 columns</b> - click on heading to sort:<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th class='notSortedByColumn'><a href='columns.byTable.html#columns'><span class='notSortedByColumn'>Table</span></a></th> + <th class='notSortedByColumn'><a href='columns.byColumn.html#columns'><span class='notSortedByColumn'>Column</span></a></th> + <th class='sortedByColumn'>Type</th> + <th class='notSortedByColumn'><a href='columns.bySize.html#columns'><span class='notSortedByColumn'>Size</span></a></th> + <th title='Are nulls allowed?' class='notSortedByColumn'><a href='columns.byNulls.html#columns'><span class='notSortedByColumn'>Nulls</span></a></th> + <th title='Is column automatically updated?' class='notSortedByColumn'><a href='columns.byAuto.html#columns'><span class='notSortedByColumn'>Auto</span></a></th> + <th title='Default value' class='notSortedByColumn'><a href='columns.byDefault.html#columns'><span class='notSortedByColumn'>Default</span></a></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='detail'>timestamp</td> + <td class='detail'>bigint</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='indexedColumn' title='Indexed'>expire</td> + <td class='detail'>bigint unsigned</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='indexedColumn' title='Indexed'>expires</td> + <td class='detail'>bigint unsigned</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>bigint unsigned</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>adjust</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>1</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_primary</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_removed</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_system</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='indexedColumn' title='Indexed'>hidden</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>hide_friends</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_error</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_orphancheck</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_primary</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>ignore</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='indexedColumn' title='Indexed'>installed</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>is_default</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>is_dir</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>is_nsfw</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>is_photo</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_blocked</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_consensus</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_delayed</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_hidden</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_mentionsme</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_nocomment</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_notshown</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_nsfw</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_obscured</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_origin</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_pending_remove</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_private</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_relay</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_retained</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_rss</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_starred</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_thread_top</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_unpublished</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_unseen</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_uplink</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_verified</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_wall</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>nofinish</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>os_storage</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>os_storage</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_async</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_delivered</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='detail'>plugin_admin</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>priority</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>profile</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>public_perm</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>publish</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>seen</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>visible</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_censored</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_hidden</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_orphan</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_pubforum</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_selfcensored</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_system</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_static</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_dob</td> + <td class='detail'>char</td> + <td class='detail' align='right'>12</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_language</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>en</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='detail'>language</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>otype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>resource_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_salt</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_service_class</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>dob</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>gender</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_network</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='indexedColumn' title='Indexed'>network</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='detail'>outq_driver</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>postal_code</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_mimetype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>image/jpeg</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_postcode</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_profile</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>filetype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>folder</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>lang</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_page</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>profile_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_timezone</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>UTC</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='detail'>cp_client</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>creator</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>likee</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>liker</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>target_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>image/jpeg</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_email</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_external</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_password</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_reset</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='indexedColumn' title='Indexed'>addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>address</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>album</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>alias</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>app</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_author</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_page</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_price</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_requires</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_sig</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_version</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>author_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>batch</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='indexedColumn' title='Indexed'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='indexedColumn' title='Indexed'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='indexedColumn' title='Indexed'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_address</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_default_group</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_location</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_passwd_reset</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_startpage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_theme</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='indexedColumn' title='Indexed'>chat_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>comment_policy</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>confirm</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>conv_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>coord</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>country_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_status</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>creator</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>dfrn_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>dob_tz</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>UTC</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_queue</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='detail'>dreport_recip</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='detail'>dreport_result</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_site</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_status</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_help</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='indexedColumn' title='Indexed'>field_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='detail'>file</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>filename</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>filename</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>from_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='detail'>function</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>homepage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>hometown</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='indexedColumn' title='Indexed'>hook</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_callback</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_connect</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_host</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>i_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>imgurl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_assigned</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_component</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/cache.html'>cache</a></td> + <td class='primaryKey' title='Primary Key'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>layout_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>link</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>llink</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>locality</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>location</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>marital</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='detail'>menu_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>meta</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>mimetype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>mitem_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>mitem_link</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='indexedColumn' title='Indexed'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>nick</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>notify</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_imgurl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_obj</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>obj_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='primaryKey' title='Primary Key'>outq_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_posturl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>owner_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>parent</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>parent_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>parent_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>parent_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='detail'>password</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>pdesc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>plink</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>politic</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>poll</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='indexedColumn' title='Indexed'>posturl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>profile_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>public_policy</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>region</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>religion</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>request</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>request</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>resource_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>resource_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>sec</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='indexedColumn' title='Indexed'>server</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>service</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>sexual</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='indexedColumn' title='Indexed'>share_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>sid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='indexedColumn' title='Indexed'>sid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='detail'>signer</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_directory</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='detail'>site_location</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_project</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_realm</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_sellpage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='primaryKey' title='Primary Key'>site_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>source_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='indexedColumn' title='Indexed'>src_channel_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='indexedColumn' title='Indexed'>src_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>summary</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>target_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>term_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>tgt_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>thr_parent</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>thumb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>title</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>to_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>token</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='detail'>version</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='indexedColumn' title='Indexed'>vote_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/manage.html'>manage</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xign.html'>xign</a></td> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_connpage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_connurl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_follow</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='primaryKey' title='Primary Key'>xchan_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_instance_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_network</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_l</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_m</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_s</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_link</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_country</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_gender</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='primaryKey' title='Primary Key'>xprof_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='detail'>xprof_homepage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_hometown</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_locale</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_marital</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_region</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_sexual</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='indexedColumn' title='Indexed'>xtag_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='indexedColumn' title='Indexed'>xtag_term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_connected</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_dob</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail'>account_expire_notified</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_expires</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_lastlog</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_password_changed</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>changed</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_deleted</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_dirdate</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_lastpost</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>commented</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>comments_closed</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_last</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='detail'>date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_time</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_status_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>expires</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>expires</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>finish</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>howlong</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_connected</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>received</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_pull</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='detail'>site_sync</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_update</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>start</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_last</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/cache.html'>cache</a></td> + <td class='detail'>updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='indexedColumn' title='Indexed'>updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_name_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_photo_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='indexedColumn' title='Indexed'>xchat_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='indexedColumn' title='Indexed'>pelm_result</td> + <td class='detail'>float</td> + <td class='detail' align='right'>12</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_my_perms</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_their_perms</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='indexedColumn' title='Indexed'>app_channel</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_expire_days</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>cid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='indexedColumn' title='Indexed'>dreport_channel</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='primaryKey' title='Primary Key'>dreport_id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>expire</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>expires</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>ham</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/manage.html'>manage</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>iid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_priority</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='indexedColumn' title='Indexed'>issue_status</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_restrict</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>item_type</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='indexedColumn' title='Indexed'>mitem_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>mitem_order</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='detail'>pelm_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='indexedColumn' title='Indexed'>poll_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='indexedColumn' title='Indexed'>poll_votes</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='indexedColumn' title='Indexed'>share_type</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_access</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_register</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>spam</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='indexedColumn' title='Indexed'>ud_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/manage.html'>manage</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xign.html'>xign</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='indexedColumn' title='Indexed'>vote_element</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='indexedColumn' title='Indexed'>vote_poll</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='indexedColumn' title='Indexed'>xlink_rating</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='indexedColumn' title='Indexed'>xtag_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_account</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='primaryKey' title='Primary Key'>abook_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_default_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='primaryKey' title='Primary Key'>account_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>account_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_level</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_parent</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='indexedColumn' title='Indexed'>account_roles</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='indexedColumn' title='Indexed'>channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_a_delegate</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_a_republish</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_account_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='primaryKey' title='Primary Key'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='indexedColumn' title='Indexed'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_max_anon_mail</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>10</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_max_friend_req</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>10</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_notifyflags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>65535</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_pageflags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_abook</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_pages</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_photos</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_profile</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_storage</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_r_stream</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_chat</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_comment</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_like</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_mail</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_pages</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_photos</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_storage</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_stream</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_tagwall</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='indexedColumn' title='Indexed'>channel_w_wall</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='primaryKey' title='Primary Key'>chat_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='indexedColumn' title='Indexed'>chat_room</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='indexedColumn' title='Indexed'>cid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>cid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>convid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='primaryKey' title='Primary Key'>cp_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='indexedColumn' title='Indexed'>cp_room</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_expire</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='primaryKey' title='Primary Key'>cr_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='indexedColumn' title='Indexed'>cr_uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='indexedColumn' title='Indexed'>fid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>filesize</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='indexedColumn' title='Indexed'>gid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='primaryKey' title='Primary Key'>hubloc_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='indexedColumn' title='Indexed'>hubloc_status</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xign.html'>xign</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='indexedColumn' title='Indexed'>iid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='indexedColumn' title='Indexed'>iid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='primaryKey' title='Primary Key'>issue_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='indexedColumn' title='Indexed'>menu_channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='primaryKey' title='Primary Key'>menu_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='indexedColumn' title='Indexed'>mitem_channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='primaryKey' title='Primary Key'>mitem_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='indexedColumn' title='Indexed'>mitem_menu_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='primaryKey' title='Primary Key'>obj_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='indexedColumn' title='Indexed'>obj_type</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>oid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_account</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>parent</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='primaryKey' title='Primary Key'>pelm_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='indexedColumn' title='Indexed'>pelm_poll</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>photo_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='indexedColumn' title='Indexed'>poll_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='primaryKey' title='Primary Key'>poll_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='detail'>priority</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='indexedColumn' title='Indexed'>retract_iid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>revision</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>revision</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='primaryKey' title='Primary Key'>share_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='indexedColumn' title='Indexed'>share_target</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>size</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='indexedColumn' title='Indexed'>src_channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='primaryKey' title='Primary Key'>src_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='primaryKey' title='Primary Key'>tid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='primaryKey' title='Primary Key'>ud_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='primaryKey' title='Primary Key'>vote_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='indexedColumn' title='Indexed'>xchan_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='primaryKey' title='Primary Key'>xchat_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='primaryKey' title='Primary Key'>xlink_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='indexedColumn' title='Indexed'>xp_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='primaryKey' title='Primary Key'>xp_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='primaryKey' title='Primary Key'>xtag_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>data</td> + <td class='detail'>longblob</td> + <td class='detail' align='right'>2147483647</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>data</td> + <td class='detail'>mediumblob</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>attach</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>attach</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>body</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>body</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='detail'>chat_text</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>diaspora_meta</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>display_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>display_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail'>field_inputs</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>html</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail'>msg</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail'>os_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>os_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='detail'>outq_msg</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='detail'>outq_notify</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>recips</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='detail'>signed_text</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='detail'>src_patt</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail'>subject</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='detail'>target</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_percent</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_priority</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='indexedColumn' title='Indexed'>event_sequence</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>height</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_obscured</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='indexedColumn' title='Indexed'>outq_priority</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>photo_usage</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_dead</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_type</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='indexedColumn' title='Indexed'>site_valid</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>width</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='detail'>abook_excl</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='detail'>abook_incl</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>about</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail'>app_desc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>book</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>chandesc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_guid_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_prvkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail'>channel_pubkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>channels</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>contact</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='detail'>data</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>description</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail'>description</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>dislikes</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>education</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_repeat</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>event_vdata</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>film</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_guid_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_sitekey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail'>hubloc_url_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>icon</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center' title='nullable'> √ </td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>null</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>interest</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='detail'>key</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>keywords</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>likes</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>location</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>music</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>name</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center' title='nullable'> √ </td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>null</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail'>note</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>object</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='detail'>pelm_desc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='detail'>poll_desc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>postopts</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail'>pubkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>romance</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>route</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='detail'>secret</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='detail'>signature</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail'>summary</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail'>target</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='indexedColumn' title='Indexed'>title</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail'>title</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>tv</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/cache.html'>cache</a></td> + <td class='detail'>v</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='detail'>v</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='detail'>vote_result</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>with</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail'>work</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_guid_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail'>xchan_pubkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='detail'>xlink_rating_text</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='detail'>xlink_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='detail'>xprof_about</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='detail'>xprof_keywords</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_archived</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_blocked</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_feed</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_hidden</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_ignored</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_pending</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_self</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_unconnected</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_deleted</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_isreply</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_recalled</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_replied</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='indexedColumn' title='Indexed'>mail_seen</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='indexedColumn' title='Indexed'>scale</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='indexedColumn' title='Indexed'>abook_closeness</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>99</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>otype</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='indexedColumn' title='Indexed'>xprof_age</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>client_id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='primaryKey' title='Primary Key'>client_id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='indexedColumn' title='Indexed'>client_id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>pw</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='indexedColumn' title='Indexed'>xp_client</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>40</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>40</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='indexedColumn' title='Indexed'>xp_perm</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>redirect_uri</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>200</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail'>redirect_uri</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>200</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='detail'>scope</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>200</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail'>scope</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>250</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='comment detail'></td> +</tr> +</table> +</div> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/constraints.html b/doc/schemaspy_hubzilla/constraints.html new file mode 100644 index 000000000..345c1398b --- /dev/null +++ b/doc/schemaspy_hubzilla/constraints.html @@ -0,0 +1,103 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - zot - Constraints</title> + <link rel=stylesheet href='schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='schemaSpy.js'></SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li id='current'><a href='constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>SchemaSpy Analysis of <span title='Database'>zot</span> - Constraints</span><span class='description'> +2015-11-04 - Hubzilla database schema with some corrected cross-table relationships supporting decentralized publishing. Haakon Meland Eriksen. +</span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<div class='indent'> +<table width='100%'> +<tr><td class='container' valign='bottom'><b> +0 Foreign Key Constraints:</b> +</td><td class='container' align='right'> +<table> + <tr><td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td></tr> +<tr><td class='container'> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> +</td></tr></table> +</td></tr> +</table><br> +<table class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<thead align='left'> +<tr> + <th>Constraint Name</th> + <th>Child Column</th> + <th>Parent Column</th> + <th>Delete Rule</th> +</tr> +</thead> +<tbody> + <tr> + <td class='detail' valign='top' colspan='4'>None detected</td> + </tr> +</tbody> +</table> +<a name='checkConstraints'></a><p> +<b>Check Constraints:</b> +<TABLE class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<thead align='left'> +<tr> + <th>Table</th> + <th>Constraint Name</th> + <th>Constraint</th> +</tr> +</thead> +<tbody> + <tr> + <td class='detail' valign='top' colspan='3'>None detected</td> + </tr> +</tbody> +</table> +</div> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/deletionOrder.txt b/doc/schemaspy_hubzilla/deletionOrder.txt new file mode 100644 index 000000000..dd7355c57 --- /dev/null +++ b/doc/schemaspy_hubzilla/deletionOrder.txt @@ -0,0 +1,64 @@ +xperm +site +session +poll_elm +poll +obj +menu_item +menu +issue +chatroom +term +profext +mail +event +register +item +groups +attach +xtag +xprof +xconfig +updates +outq +xign +sys_perms +source +photo +pconfig +manage +likes +group_member +config +auth_codes +xlink +xchat +vote +spam +sign +shares +profile_check +profile +profdef +item_id +hook +fsuggest +fserver +ffinder +fcontact +dreport +conv +chatpresence +chat +app +addon +abook +tokens +notify +hubloc +channel +xchan +account +clients +cache +verify diff --git a/doc/schemaspy_hubzilla/diagrams/abook.1degree.dot b/doc/schemaspy_hubzilla/diagrams/abook.1degree.dot new file mode 100644 index 000000000..6a7257e5e --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/abook.1degree.dot @@ -0,0 +1,90 @@ +// 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" + ]; + "abook":"abook_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="abook_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">abook_id</TD><TD PORT="abook_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="abook_account" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_account</TD><TD PORT="abook_account.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="abook_channel" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_channel</TD><TD PORT="abook_channel.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="abook_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_xchan</TD><TD PORT="abook_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="abook_my_perms" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_my_perms</TD><TD PORT="abook_my_perms.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="abook_their_perms" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_their_perms</TD><TD PORT="abook_their_perms.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="abook_closeness" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_closeness</TD><TD PORT="abook_closeness.type" ALIGN="LEFT">tinyint unsigned[3]</TD></TR> + <TR><TD PORT="abook_created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_created</TD><TD PORT="abook_created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="abook_updated" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_updated</TD><TD PORT="abook_updated.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="abook_connected" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_connected</TD><TD PORT="abook_connected.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="abook_dob" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_dob</TD><TD PORT="abook_dob.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="abook_flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_flags</TD><TD PORT="abook_flags.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="abook_blocked" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_blocked</TD><TD PORT="abook_blocked.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="abook_ignored" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_ignored</TD><TD PORT="abook_ignored.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="abook_hidden" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_hidden</TD><TD PORT="abook_hidden.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="abook_archived" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_archived</TD><TD PORT="abook_archived.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="abook_pending" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_pending</TD><TD PORT="abook_pending.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="abook_unconnected" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_unconnected</TD><TD PORT="abook_unconnected.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="abook_self" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_self</TD><TD PORT="abook_self.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="abook_feed" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_feed</TD><TD PORT="abook_feed.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="abook_profile" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_profile</TD><TD PORT="abook_profile.type" ALIGN="LEFT">char[64]</TD></TR> + <TR><TD PORT="abook_incl" COLSPAN="2" ALIGN="LEFT">abook_incl</TD><TD PORT="abook_incl.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="abook_excl" COLSPAN="2" ALIGN="LEFT">abook_excl</TD><TD PORT="abook_excl.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/abook.1degree.png b/doc/schemaspy_hubzilla/diagrams/abook.1degree.png Binary files differnew file mode 100644 index 000000000..1e68fe2a6 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/abook.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/abook.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/abook.2degrees.dot new file mode 100644 index 000000000..593614582 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/abook.2degrees.dot @@ -0,0 +1,431 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"abook_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="abook_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">abook_id</TD><TD PORT="abook_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="abook_account" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_account</TD><TD PORT="abook_account.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="abook_channel" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_channel</TD><TD PORT="abook_channel.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="abook_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_xchan</TD><TD PORT="abook_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="abook_my_perms" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_my_perms</TD><TD PORT="abook_my_perms.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="abook_their_perms" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_their_perms</TD><TD PORT="abook_their_perms.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="abook_closeness" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_closeness</TD><TD PORT="abook_closeness.type" ALIGN="LEFT">tinyint unsigned[3]</TD></TR> + <TR><TD PORT="abook_created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_created</TD><TD PORT="abook_created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="abook_updated" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_updated</TD><TD PORT="abook_updated.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="abook_connected" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_connected</TD><TD PORT="abook_connected.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="abook_dob" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_dob</TD><TD PORT="abook_dob.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="abook_flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_flags</TD><TD PORT="abook_flags.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="abook_blocked" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_blocked</TD><TD PORT="abook_blocked.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="abook_ignored" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_ignored</TD><TD PORT="abook_ignored.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="abook_hidden" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_hidden</TD><TD PORT="abook_hidden.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="abook_archived" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_archived</TD><TD PORT="abook_archived.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="abook_pending" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_pending</TD><TD PORT="abook_pending.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="abook_unconnected" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_unconnected</TD><TD PORT="abook_unconnected.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="abook_self" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_self</TD><TD PORT="abook_self.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="abook_feed" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_feed</TD><TD PORT="abook_feed.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="abook_profile" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_profile</TD><TD PORT="abook_profile.type" ALIGN="LEFT">char[64]</TD></TR> + <TR><TD PORT="abook_incl" COLSPAN="2" ALIGN="LEFT">abook_incl</TD><TD PORT="abook_incl.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="abook_excl" COLSPAN="2" ALIGN="LEFT">abook_excl</TD><TD PORT="abook_excl.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/abook.2degrees.png b/doc/schemaspy_hubzilla/diagrams/abook.2degrees.png Binary files differnew file mode 100644 index 000000000..8740e9870 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/abook.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/account.1degree.dot b/doc/schemaspy_hubzilla/diagrams/account.1degree.dot new file mode 100644 index 000000000..a7e7bb923 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/account.1degree.dot @@ -0,0 +1,49 @@ +// 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" + ]; + "account" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">account</TD></TR> + <TR><TD PORT="account_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">account_id</TD><TD PORT="account_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="account_parent" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_parent</TD><TD PORT="account_parent.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="account_default_channel" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_default_channel</TD><TD PORT="account_default_channel.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="account_salt" COLSPAN="2" ALIGN="LEFT">account_salt</TD><TD PORT="account_salt.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="account_password" COLSPAN="2" ALIGN="LEFT">account_password</TD><TD PORT="account_password.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="account_email" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_email</TD><TD PORT="account_email.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="account_external" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_external</TD><TD PORT="account_external.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="account_language" COLSPAN="2" ALIGN="LEFT">account_language</TD><TD PORT="account_language.type" ALIGN="LEFT">char[16]</TD></TR> + <TR><TD PORT="account_created" COLSPAN="2" ALIGN="LEFT">account_created</TD><TD PORT="account_created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="account_lastlog" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_lastlog</TD><TD PORT="account_lastlog.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="account_flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_flags</TD><TD PORT="account_flags.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="account_roles" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_roles</TD><TD PORT="account_roles.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="account_reset" COLSPAN="2" ALIGN="LEFT">account_reset</TD><TD PORT="account_reset.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="account_expires" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_expires</TD><TD PORT="account_expires.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="account_expire_notified" COLSPAN="2" ALIGN="LEFT">account_expire_notified</TD><TD PORT="account_expire_notified.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="account_service_class" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_service_class</TD><TD PORT="account_service_class.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="account_level" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_level</TD><TD PORT="account_level.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="account_password_changed" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_password_changed</TD><TD PORT="account_password_changed.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="account.html" + tooltip="account" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/account.1degree.png b/doc/schemaspy_hubzilla/diagrams/account.1degree.png Binary files differnew file mode 100644 index 000000000..52da103fc --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/account.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/account.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/account.implied2degrees.dot new file mode 100644 index 000000000..50a9dbdc5 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/account.implied2degrees.dot @@ -0,0 +1,117 @@ +// 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" + ]; + "channel":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"account_id":w -> "account":"account_id.type":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"channel_id":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"from_xchan":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"to_xchan":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "account" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">account</TD></TR> + <TR><TD PORT="account_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">account_id</TD><TD PORT="account_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="account_parent" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_parent</TD><TD PORT="account_parent.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="account_default_channel" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_default_channel</TD><TD PORT="account_default_channel.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="account_salt" COLSPAN="2" ALIGN="LEFT">account_salt</TD><TD PORT="account_salt.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="account_password" COLSPAN="2" ALIGN="LEFT">account_password</TD><TD PORT="account_password.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="account_email" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_email</TD><TD PORT="account_email.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="account_external" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_external</TD><TD PORT="account_external.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="account_language" COLSPAN="2" ALIGN="LEFT">account_language</TD><TD PORT="account_language.type" ALIGN="LEFT">char[16]</TD></TR> + <TR><TD PORT="account_created" COLSPAN="2" ALIGN="LEFT">account_created</TD><TD PORT="account_created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="account_lastlog" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_lastlog</TD><TD PORT="account_lastlog.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="account_flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_flags</TD><TD PORT="account_flags.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="account_roles" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_roles</TD><TD PORT="account_roles.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="account_reset" COLSPAN="2" ALIGN="LEFT">account_reset</TD><TD PORT="account_reset.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="account_expires" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_expires</TD><TD PORT="account_expires.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="account_expire_notified" COLSPAN="2" ALIGN="LEFT">account_expire_notified</TD><TD PORT="account_expire_notified.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="account_service_class" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_service_class</TD><TD PORT="account_service_class.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="account_level" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_level</TD><TD PORT="account_level.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="account_password_changed" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_password_changed</TD><TD PORT="account_password_changed.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 ></TD></TR> + </TABLE>> + URL="account.html" + tooltip="account" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="convid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">convid</TD></TR> + <TR><TD PORT="mail_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_flags</TD></TR> + <TR><TD PORT="from_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">from_xchan</TD></TR> + <TR><TD PORT="to_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">to_xchan</TD></TR> + <TR><TD PORT="account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="title" COLSPAN="3" ALIGN="LEFT">title</TD></TR> + <TR><TD PORT="body" COLSPAN="3" ALIGN="LEFT">body</TD></TR> + <TR><TD PORT="sig" COLSPAN="3" ALIGN="LEFT">sig</TD></TR> + <TR><TD PORT="attach" COLSPAN="3" ALIGN="LEFT">attach</TD></TR> + <TR><TD PORT="mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mid</TD></TR> + <TR><TD PORT="parent_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_mid</TD></TR> + <TR><TD PORT="mail_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_deleted</TD></TR> + <TR><TD PORT="mail_replied" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_replied</TD></TR> + <TR><TD PORT="mail_isreply" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_isreply</TD></TR> + <TR><TD PORT="mail_seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_seen</TD></TR> + <TR><TD PORT="mail_recalled" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_recalled</TD></TR> + <TR><TD PORT="mail_obscured" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_obscured</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="conv_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">conv_guid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/account.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/account.implied2degrees.png Binary files differnew file mode 100644 index 000000000..bddf9a0f5 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/account.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/addon.1degree.dot b/doc/schemaspy_hubzilla/diagrams/addon.1degree.dot new file mode 100644 index 000000000..0261ebeab --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/addon.1degree.dot @@ -0,0 +1,38 @@ +// 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" + ]; + "addon" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">addon</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="name" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">name</TD><TD PORT="name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="version" COLSPAN="2" ALIGN="LEFT">version</TD><TD PORT="version.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="installed" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">installed</TD><TD PORT="installed.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="hidden" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hidden</TD><TD PORT="hidden.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="timestamp" COLSPAN="2" ALIGN="LEFT">timestamp</TD><TD PORT="timestamp.type" ALIGN="LEFT">bigint[19]</TD></TR> + <TR><TD PORT="plugin_admin" COLSPAN="2" ALIGN="LEFT">plugin_admin</TD><TD PORT="plugin_admin.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="addon.html" + tooltip="addon" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/addon.1degree.png b/doc/schemaspy_hubzilla/diagrams/addon.1degree.png Binary files differnew file mode 100644 index 000000000..e090c57a4 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/addon.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/addon.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/addon.implied2degrees.dot new file mode 100644 index 000000000..58e413440 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/addon.implied2degrees.dot @@ -0,0 +1,205 @@ +// 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" + ]; + "addon":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "app":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fserver":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fsuggest":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hook":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "pconfig":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "spam":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xchan":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "addon" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">addon</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="name" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">name</TD><TD PORT="name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="version" COLSPAN="2" ALIGN="LEFT">version</TD><TD PORT="version.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="installed" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">installed</TD><TD PORT="installed.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="hidden" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hidden</TD><TD PORT="hidden.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="timestamp" COLSPAN="2" ALIGN="LEFT">timestamp</TD><TD PORT="timestamp.type" ALIGN="LEFT">bigint[19]</TD></TR> + <TR><TD PORT="plugin_admin" COLSPAN="2" ALIGN="LEFT">plugin_admin</TD><TD PORT="plugin_admin.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="addon.html" + tooltip="addon" + ]; + "app" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">app</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="app.html" + tooltip="app" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fserver" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fserver</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fserver.html" + tooltip="fserver" + ]; + "fsuggest" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fsuggest</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fsuggest.html" + tooltip="fsuggest" + ]; + "hook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">41 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="hook.html" + tooltip="hook" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD></TR> + <TR><TD PORT="msg" COLSPAN="3" ALIGN="LEFT">msg</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "pconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">pconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">719 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="pconfig.html" + tooltip="pconfig" + ]; + "profile" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">11 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile.html" + tooltip="profile" + ]; + "spam" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">spam</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="spam.html" + tooltip="spam" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/addon.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/addon.implied2degrees.png Binary files differnew file mode 100644 index 000000000..bd84d7dee --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/addon.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/app.1degree.dot b/doc/schemaspy_hubzilla/diagrams/app.1degree.dot new file mode 100644 index 000000000..83cc21d71 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/app.1degree.dot @@ -0,0 +1,47 @@ +// 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" + ]; + "app" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">app</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="app_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">app_id</TD><TD PORT="app_id.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="app_sig" COLSPAN="2" ALIGN="LEFT">app_sig</TD><TD PORT="app_sig.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="app_author" COLSPAN="2" ALIGN="LEFT">app_author</TD><TD PORT="app_author.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="app_name" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">app_name</TD><TD PORT="app_name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="app_desc" COLSPAN="2" ALIGN="LEFT">app_desc</TD><TD PORT="app_desc.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="app_url" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">app_url</TD><TD PORT="app_url.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="app_photo" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">app_photo</TD><TD PORT="app_photo.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="app_version" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">app_version</TD><TD PORT="app_version.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="app_channel" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">app_channel</TD><TD PORT="app_channel.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="app_addr" COLSPAN="2" ALIGN="LEFT">app_addr</TD><TD PORT="app_addr.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="app_price" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">app_price</TD><TD PORT="app_price.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="app_page" COLSPAN="2" ALIGN="LEFT">app_page</TD><TD PORT="app_page.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="app_requires" COLSPAN="2" ALIGN="LEFT">app_requires</TD><TD PORT="app_requires.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="app_created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">app_created</TD><TD PORT="app_created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="app_edited" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">app_edited</TD><TD PORT="app_edited.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="app.html" + tooltip="app" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/app.1degree.png b/doc/schemaspy_hubzilla/diagrams/app.1degree.png Binary files differnew file mode 100644 index 000000000..45d7dbf24 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/app.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/app.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/app.implied2degrees.dot new file mode 100644 index 000000000..3539020f7 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/app.implied2degrees.dot @@ -0,0 +1,214 @@ +// 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" + ]; + "addon":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "app":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fserver":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fsuggest":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hook":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "pconfig":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "spam":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xchan":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "addon" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">addon</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="addon.html" + tooltip="addon" + ]; + "app" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">app</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="app_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">app_id</TD><TD PORT="app_id.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="app_sig" COLSPAN="2" ALIGN="LEFT">app_sig</TD><TD PORT="app_sig.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="app_author" COLSPAN="2" ALIGN="LEFT">app_author</TD><TD PORT="app_author.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="app_name" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">app_name</TD><TD PORT="app_name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="app_desc" COLSPAN="2" ALIGN="LEFT">app_desc</TD><TD PORT="app_desc.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="app_url" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">app_url</TD><TD PORT="app_url.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="app_photo" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">app_photo</TD><TD PORT="app_photo.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="app_version" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">app_version</TD><TD PORT="app_version.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="app_channel" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">app_channel</TD><TD PORT="app_channel.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="app_addr" COLSPAN="2" ALIGN="LEFT">app_addr</TD><TD PORT="app_addr.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="app_price" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">app_price</TD><TD PORT="app_price.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="app_page" COLSPAN="2" ALIGN="LEFT">app_page</TD><TD PORT="app_page.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="app_requires" COLSPAN="2" ALIGN="LEFT">app_requires</TD><TD PORT="app_requires.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="app_created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">app_created</TD><TD PORT="app_created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="app_edited" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">app_edited</TD><TD PORT="app_edited.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="app.html" + tooltip="app" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fserver" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fserver</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fserver.html" + tooltip="fserver" + ]; + "fsuggest" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fsuggest</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fsuggest.html" + tooltip="fsuggest" + ]; + "hook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">41 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="hook.html" + tooltip="hook" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD></TR> + <TR><TD PORT="msg" COLSPAN="3" ALIGN="LEFT">msg</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "pconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">pconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">719 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="pconfig.html" + tooltip="pconfig" + ]; + "profile" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">11 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile.html" + tooltip="profile" + ]; + "spam" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">spam</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="spam.html" + tooltip="spam" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/app.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/app.implied2degrees.png Binary files differnew file mode 100644 index 000000000..e28451d2c --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/app.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/attach.1degree.dot b/doc/schemaspy_hubzilla/diagrams/attach.1degree.dot new file mode 100644 index 000000000..08716261b --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/attach.1degree.dot @@ -0,0 +1,183 @@ +// 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" + ]; + "attach":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "attach" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="aid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD><TD PORT="aid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD><TD PORT="hash.type" ALIGN="LEFT">char[64]</TD></TR> + <TR><TD PORT="creator" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">creator</TD><TD PORT="creator.type" ALIGN="LEFT">char[128]</TD></TR> + <TR><TD PORT="filename" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">filename</TD><TD PORT="filename.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="filetype" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">filetype</TD><TD PORT="filetype.type" ALIGN="LEFT">char[64]</TD></TR> + <TR><TD PORT="filesize" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">filesize</TD><TD PORT="filesize.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="revision" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD><TD PORT="revision.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="folder" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">folder</TD><TD PORT="folder.type" ALIGN="LEFT">char[64]</TD></TR> + <TR><TD PORT="flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">flags</TD><TD PORT="flags.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="is_dir" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">is_dir</TD><TD PORT="is_dir.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="is_photo" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">is_photo</TD><TD PORT="is_photo.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD><TD PORT="os_storage.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="os_path" COLSPAN="2" ALIGN="LEFT">os_path</TD><TD PORT="os_path.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="display_path" COLSPAN="2" ALIGN="LEFT">display_path</TD><TD PORT="display_path.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="data" COLSPAN="2" ALIGN="LEFT">data</TD><TD PORT="data.type" ALIGN="LEFT">longblob[2147483647]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="edited" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD><TD PORT="edited.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="2" ALIGN="LEFT">allow_cid</TD><TD PORT="allow_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="2" ALIGN="LEFT">allow_gid</TD><TD PORT="allow_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="2" ALIGN="LEFT">deny_cid</TD><TD PORT="deny_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="2" ALIGN="LEFT">deny_gid</TD><TD PORT="deny_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/attach.1degree.png b/doc/schemaspy_hubzilla/diagrams/attach.1degree.png Binary files differnew file mode 100644 index 000000000..1a9bde7b4 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/attach.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/attach.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/attach.2degrees.dot new file mode 100644 index 000000000..0c9e0a73c --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/attach.2degrees.dot @@ -0,0 +1,497 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="aid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD><TD PORT="aid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD><TD PORT="hash.type" ALIGN="LEFT">char[64]</TD></TR> + <TR><TD PORT="creator" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">creator</TD><TD PORT="creator.type" ALIGN="LEFT">char[128]</TD></TR> + <TR><TD PORT="filename" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">filename</TD><TD PORT="filename.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="filetype" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">filetype</TD><TD PORT="filetype.type" ALIGN="LEFT">char[64]</TD></TR> + <TR><TD PORT="filesize" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">filesize</TD><TD PORT="filesize.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="revision" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD><TD PORT="revision.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="folder" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">folder</TD><TD PORT="folder.type" ALIGN="LEFT">char[64]</TD></TR> + <TR><TD PORT="flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">flags</TD><TD PORT="flags.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="is_dir" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">is_dir</TD><TD PORT="is_dir.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="is_photo" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">is_photo</TD><TD PORT="is_photo.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD><TD PORT="os_storage.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="os_path" COLSPAN="2" ALIGN="LEFT">os_path</TD><TD PORT="os_path.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="display_path" COLSPAN="2" ALIGN="LEFT">display_path</TD><TD PORT="display_path.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="data" COLSPAN="2" ALIGN="LEFT">data</TD><TD PORT="data.type" ALIGN="LEFT">longblob[2147483647]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="edited" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD><TD PORT="edited.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="2" ALIGN="LEFT">allow_cid</TD><TD PORT="allow_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="2" ALIGN="LEFT">allow_gid</TD><TD PORT="allow_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="2" ALIGN="LEFT">deny_cid</TD><TD PORT="deny_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="2" ALIGN="LEFT">deny_gid</TD><TD PORT="deny_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/attach.2degrees.png b/doc/schemaspy_hubzilla/diagrams/attach.2degrees.png Binary files differnew file mode 100644 index 000000000..b22da3419 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/attach.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/attach.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/attach.implied2degrees.dot new file mode 100644 index 000000000..55ce9544f --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/attach.implied2degrees.dot @@ -0,0 +1,637 @@ +// 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "config":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "conv":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fcontact":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "ffinder":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item_id":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "likes":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "likes":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profdef":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile_check":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "sign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "sys_perms":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="aid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD><TD PORT="aid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD><TD PORT="hash.type" ALIGN="LEFT">char[64]</TD></TR> + <TR><TD PORT="creator" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">creator</TD><TD PORT="creator.type" ALIGN="LEFT">char[128]</TD></TR> + <TR><TD PORT="filename" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">filename</TD><TD PORT="filename.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="filetype" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">filetype</TD><TD PORT="filetype.type" ALIGN="LEFT">char[64]</TD></TR> + <TR><TD PORT="filesize" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">filesize</TD><TD PORT="filesize.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="revision" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD><TD PORT="revision.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="folder" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">folder</TD><TD PORT="folder.type" ALIGN="LEFT">char[64]</TD></TR> + <TR><TD PORT="flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">flags</TD><TD PORT="flags.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="is_dir" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">is_dir</TD><TD PORT="is_dir.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="is_photo" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">is_photo</TD><TD PORT="is_photo.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD><TD PORT="os_storage.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="os_path" COLSPAN="2" ALIGN="LEFT">os_path</TD><TD PORT="os_path.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="display_path" COLSPAN="2" ALIGN="LEFT">display_path</TD><TD PORT="display_path.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="data" COLSPAN="2" ALIGN="LEFT">data</TD><TD PORT="data.type" ALIGN="LEFT">longblob[2147483647]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="edited" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD><TD PORT="edited.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="2" ALIGN="LEFT">allow_cid</TD><TD PORT="allow_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="2" ALIGN="LEFT">allow_gid</TD><TD PORT="allow_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="2" ALIGN="LEFT">deny_cid</TD><TD PORT="deny_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="2" ALIGN="LEFT">deny_gid</TD><TD PORT="deny_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="config.html" + tooltip="config" + ]; + "conv" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="conv.html" + tooltip="conv" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fcontact" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fcontact.html" + tooltip="fcontact" + ]; + "ffinder" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="ffinder.html" + tooltip="ffinder" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "item_id" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item_id.html" + tooltip="item_id" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profdef" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profdef.html" + tooltip="profdef" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile_check" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile_check.html" + tooltip="profile_check" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "sign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sign.html" + tooltip="sign" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sys_perms.html" + tooltip="sys_perms" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="token" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD></TR> + <TR><TD PORT="meta" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</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">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/attach.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/attach.implied2degrees.png Binary files differnew file mode 100644 index 000000000..d48b9ebd9 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/attach.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/auth_codes.1degree.dot b/doc/schemaspy_hubzilla/diagrams/auth_codes.1degree.dot new file mode 100644 index 000000000..863f01a7f --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/auth_codes.1degree.dot @@ -0,0 +1,36 @@ +// 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" + ]; + "auth_codes" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">auth_codes</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">varchar[40]</TD></TR> + <TR><TD PORT="client_id" COLSPAN="2" ALIGN="LEFT">client_id</TD><TD PORT="client_id.type" ALIGN="LEFT">varchar[20]</TD></TR> + <TR><TD PORT="redirect_uri" COLSPAN="2" ALIGN="LEFT">redirect_uri</TD><TD PORT="redirect_uri.type" ALIGN="LEFT">varchar[200]</TD></TR> + <TR><TD PORT="expires" COLSPAN="2" ALIGN="LEFT">expires</TD><TD PORT="expires.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="scope" COLSPAN="2" ALIGN="LEFT">scope</TD><TD PORT="scope.type" ALIGN="LEFT">varchar[250]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="auth_codes.html" + tooltip="auth_codes" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/auth_codes.1degree.png b/doc/schemaspy_hubzilla/diagrams/auth_codes.1degree.png Binary files differnew file mode 100644 index 000000000..b8232f028 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/auth_codes.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/auth_codes.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/auth_codes.implied2degrees.dot new file mode 100644 index 000000000..e96b9c2d4 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/auth_codes.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":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=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">auth_codes</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">varchar[40]</TD></TR> + <TR><TD PORT="client_id" COLSPAN="2" ALIGN="LEFT">client_id</TD><TD PORT="client_id.type" ALIGN="LEFT">varchar[20]</TD></TR> + <TR><TD PORT="redirect_uri" COLSPAN="2" ALIGN="LEFT">redirect_uri</TD><TD PORT="redirect_uri.type" ALIGN="LEFT">varchar[200]</TD></TR> + <TR><TD PORT="expires" COLSPAN="2" ALIGN="LEFT">expires</TD><TD PORT="expires.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="scope" COLSPAN="2" ALIGN="LEFT">scope</TD><TD PORT="scope.type" ALIGN="LEFT">varchar[250]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="auth_codes.html" + tooltip="auth_codes" + ]; + "clients" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">clients</TD></TR> + <TR><TD PORT="client_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">client_id</TD></TR> + <TR><TD PORT="pw" COLSPAN="3" ALIGN="LEFT">pw</TD></TR> + <TR><TD PORT="redirect_uri" COLSPAN="3" ALIGN="LEFT">redirect_uri</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="icon" COLSPAN="3" ALIGN="LEFT">icon</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" ALIGN="LEFT">uid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2 ></TD></TR> + </TABLE>> + URL="clients.html" + tooltip="clients" + ]; + "tokens" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">tokens</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="secret" COLSPAN="3" ALIGN="LEFT">secret</TD></TR> + <TR><TD PORT="client_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">client_id</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="scope" COLSPAN="3" ALIGN="LEFT">scope</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 ></TD></TR> + </TABLE>> + URL="tokens.html" + tooltip="tokens" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/auth_codes.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/auth_codes.implied2degrees.png Binary files differnew file mode 100644 index 000000000..324bdd59a --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/auth_codes.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/cache.1degree.dot b/doc/schemaspy_hubzilla/diagrams/cache.1degree.dot new file mode 100644 index 000000000..b425671fc --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/cache.1degree.dot @@ -0,0 +1,34 @@ +// 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" + ]; + "cache" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">cache</TD></TR> + <TR><TD PORT="k" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">k</TD><TD PORT="k.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="v" COLSPAN="2" ALIGN="LEFT">v</TD><TD PORT="v.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="updated" COLSPAN="2" ALIGN="LEFT">updated</TD><TD PORT="updated.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">334 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="cache.html" + tooltip="cache" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/cache.1degree.png b/doc/schemaspy_hubzilla/diagrams/cache.1degree.png Binary files differnew file mode 100644 index 000000000..091d9a22f --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/cache.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/cache.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/cache.implied2degrees.dot new file mode 100644 index 000000000..95fe19ebf --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/cache.implied2degrees.dot @@ -0,0 +1,176 @@ +// 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" + ]; + "channel":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "config":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "config":"k":w -> "cache":"k.type":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "pconfig":"id":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "pconfig":"k":w -> "cache":"k.type":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"channel_id":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"k":w -> "cache":"k.type":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "sys_perms":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sys_perms":"k":w -> "cache":"k.type":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "xchan":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xconfig":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"k":w -> "cache":"k.type":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "xconfig":"xchan":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "cache" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">cache</TD></TR> + <TR><TD PORT="k" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">k</TD><TD PORT="k.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="v" COLSPAN="2" ALIGN="LEFT">v</TD><TD PORT="v.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="updated" COLSPAN="2" ALIGN="LEFT">updated</TD><TD PORT="updated.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">334 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 ></TD></TR> + </TABLE>> + URL="cache.html" + tooltip="cache" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="cat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="config.html" + tooltip="config" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "pconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">pconfig</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="cat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">719 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="pconfig.html" + tooltip="pconfig" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="cat" COLSPAN="3" ALIGN="LEFT">cat</TD></TR> + <TR><TD PORT="k" COLSPAN="3" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD PORT="public_perm" COLSPAN="3" ALIGN="LEFT">public_perm</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sys_perms.html" + tooltip="sys_perms" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD PORT="cat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/cache.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/cache.implied2degrees.png Binary files differnew file mode 100644 index 000000000..4c376ab8a --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/cache.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/channel.1degree.dot b/doc/schemaspy_hubzilla/diagrams/channel.1degree.dot new file mode 100644 index 000000000..04ff9b9d5 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/channel.1degree.dot @@ -0,0 +1,415 @@ +// 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" + ]; + "attach":"hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"outq_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "profext":"hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"xtag_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="creator" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">creator</TD></TR> + <TR><TD PORT="filename" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filename</TD></TR> + <TR><TD PORT="filetype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filetype</TD></TR> + <TR><TD PORT="filesize" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filesize</TD></TR> + <TR><TD PORT="revision" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD></TR> + <TR><TD PORT="folder" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">folder</TD></TR> + <TR><TD PORT="flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">flags</TD></TR> + <TR><TD PORT="is_dir" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_dir</TD></TR> + <TR><TD PORT="is_photo" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_photo</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD></TR> + <TR><TD PORT="os_path" COLSPAN="3" ALIGN="LEFT">os_path</TD></TR> + <TR><TD PORT="display_path" COLSPAN="3" ALIGN="LEFT">display_path</TD></TR> + <TR><TD PORT="data" COLSPAN="3" ALIGN="LEFT">data</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD><TD PORT="channel_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD><TD PORT="channel_account_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD><TD PORT="channel_primary.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD><TD PORT="channel_name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD><TD PORT="channel_address.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD><TD PORT="channel_guid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="2" ALIGN="LEFT">channel_guid_sig</TD><TD PORT="channel_guid_sig.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD><TD PORT="channel_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD><TD PORT="channel_timezone.type" ALIGN="LEFT">char[128]</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD><TD PORT="channel_location.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD><TD PORT="channel_theme.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="2" ALIGN="LEFT">channel_startpage</TD><TD PORT="channel_startpage.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="2" ALIGN="LEFT">channel_pubkey</TD><TD PORT="channel_pubkey.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="2" ALIGN="LEFT">channel_prvkey</TD><TD PORT="channel_prvkey.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD><TD PORT="channel_notifyflags.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD><TD PORT="channel_pageflags.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD><TD PORT="channel_dirdate.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD><TD PORT="channel_lastpost.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD><TD PORT="channel_deleted.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD><TD PORT="channel_max_anon_mail.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD><TD PORT="channel_max_friend_req.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD><TD PORT="channel_expire_days.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="2" ALIGN="LEFT">channel_passwd_reset</TD><TD PORT="channel_passwd_reset.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD><TD PORT="channel_default_group.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="2" ALIGN="LEFT">channel_allow_cid</TD><TD PORT="channel_allow_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="2" ALIGN="LEFT">channel_allow_gid</TD><TD PORT="channel_allow_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="2" ALIGN="LEFT">channel_deny_cid</TD><TD PORT="channel_deny_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="2" ALIGN="LEFT">channel_deny_gid</TD><TD PORT="channel_deny_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD><TD PORT="channel_r_stream.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD><TD PORT="channel_r_profile.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD><TD PORT="channel_r_photos.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD><TD PORT="channel_r_abook.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD><TD PORT="channel_w_stream.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD><TD PORT="channel_w_wall.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD><TD PORT="channel_w_tagwall.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD><TD PORT="channel_w_comment.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD><TD PORT="channel_w_mail.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD><TD PORT="channel_w_photos.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD><TD PORT="channel_w_chat.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD><TD PORT="channel_a_delegate.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD><TD PORT="channel_r_storage.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD><TD PORT="channel_w_storage.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD><TD PORT="channel_r_pages.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD><TD PORT="channel_w_pages.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD><TD PORT="channel_a_republish.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD><TD PORT="channel_w_like.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD><TD PORT="channel_removed.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD><TD PORT="channel_system.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="event_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_xchan</TD></TR> + <TR><TD PORT="event_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="start" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">start</TD></TR> + <TR><TD PORT="finish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">finish</TD></TR> + <TR><TD PORT="summary" COLSPAN="3" ALIGN="LEFT">summary</TD></TR> + <TR><TD PORT="description" COLSPAN="3" ALIGN="LEFT">description</TD></TR> + <TR><TD PORT="location" COLSPAN="3" ALIGN="LEFT">location</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="nofinish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">nofinish</TD></TR> + <TR><TD PORT="adjust" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">adjust</TD></TR> + <TR><TD PORT="ignore" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ignore</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD PORT="event_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_status</TD></TR> + <TR><TD PORT="event_status_date" COLSPAN="3" ALIGN="LEFT">event_status_date</TD></TR> + <TR><TD PORT="event_percent" COLSPAN="3" ALIGN="LEFT">event_percent</TD></TR> + <TR><TD PORT="event_repeat" COLSPAN="3" ALIGN="LEFT">event_repeat</TD></TR> + <TR><TD PORT="event_sequence" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_sequence</TD></TR> + <TR><TD PORT="event_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_priority</TD></TR> + <TR><TD PORT="event_vdata" COLSPAN="3" ALIGN="LEFT">event_vdata</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="visible" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">visible</TD></TR> + <TR><TD PORT="deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deleted</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD></TR> + <TR><TD PORT="msg" COLSPAN="3" ALIGN="LEFT">msg</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="outq_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">outq_hash</TD></TR> + <TR><TD PORT="outq_account" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_account</TD></TR> + <TR><TD PORT="outq_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_channel</TD></TR> + <TR><TD PORT="outq_driver" COLSPAN="3" ALIGN="LEFT">outq_driver</TD></TR> + <TR><TD PORT="outq_posturl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_posturl</TD></TR> + <TR><TD PORT="outq_async" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_async</TD></TR> + <TR><TD PORT="outq_delivered" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_delivered</TD></TR> + <TR><TD PORT="outq_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_created</TD></TR> + <TR><TD PORT="outq_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_updated</TD></TR> + <TR><TD PORT="outq_notify" COLSPAN="3" ALIGN="LEFT">outq_notify</TD></TR> + <TR><TD PORT="outq_msg" COLSPAN="3" ALIGN="LEFT">outq_msg</TD></TR> + <TR><TD PORT="outq_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_priority</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="password" COLSPAN="3" ALIGN="LEFT">password</TD></TR> + <TR><TD PORT="language" COLSPAN="3" ALIGN="LEFT">language</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="tid" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">tid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="oid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">oid</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="imgurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">imgurl</TD></TR> + <TR><TD PORT="term_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term_hash</TD></TR> + <TR><TD PORT="parent_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_hash</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="ud_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">ud_id</TD></TR> + <TR><TD PORT="ud_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_hash</TD></TR> + <TR><TD PORT="ud_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_guid</TD></TR> + <TR><TD PORT="ud_date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_date</TD></TR> + <TR><TD PORT="ud_last" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_last</TD></TR> + <TR><TD PORT="ud_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_flags</TD></TR> + <TR><TD PORT="ud_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_addr</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="xprof_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xprof_hash</TD></TR> + <TR><TD PORT="xprof_age" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_age</TD></TR> + <TR><TD PORT="xprof_desc" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_desc</TD></TR> + <TR><TD PORT="xprof_dob" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_dob</TD></TR> + <TR><TD PORT="xprof_gender" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_gender</TD></TR> + <TR><TD PORT="xprof_marital" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_marital</TD></TR> + <TR><TD PORT="xprof_sexual" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_sexual</TD></TR> + <TR><TD PORT="xprof_locale" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_locale</TD></TR> + <TR><TD PORT="xprof_region" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_region</TD></TR> + <TR><TD PORT="xprof_postcode" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_postcode</TD></TR> + <TR><TD PORT="xprof_country" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_country</TD></TR> + <TR><TD PORT="xprof_keywords" COLSPAN="3" ALIGN="LEFT">xprof_keywords</TD></TR> + <TR><TD PORT="xprof_about" COLSPAN="3" ALIGN="LEFT">xprof_about</TD></TR> + <TR><TD PORT="xprof_homepage" COLSPAN="3" ALIGN="LEFT">xprof_homepage</TD></TR> + <TR><TD PORT="xprof_hometown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_hometown</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="xtag_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xtag_id</TD></TR> + <TR><TD PORT="xtag_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_hash</TD></TR> + <TR><TD PORT="xtag_term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_term</TD></TR> + <TR><TD PORT="xtag_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_flags</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/channel.1degree.png b/doc/schemaspy_hubzilla/diagrams/channel.1degree.png Binary files differnew file mode 100644 index 000000000..8ef227991 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/channel.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/channel.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/channel.2degrees.dot new file mode 100644 index 000000000..9ece4fbd5 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/channel.2degrees.dot @@ -0,0 +1,595 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"outq_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"xprof_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"xtag_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="creator" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">creator</TD></TR> + <TR><TD PORT="filename" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filename</TD></TR> + <TR><TD PORT="filetype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filetype</TD></TR> + <TR><TD PORT="filesize" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filesize</TD></TR> + <TR><TD PORT="revision" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD></TR> + <TR><TD PORT="folder" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">folder</TD></TR> + <TR><TD PORT="flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">flags</TD></TR> + <TR><TD PORT="is_dir" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_dir</TD></TR> + <TR><TD PORT="is_photo" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_photo</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD></TR> + <TR><TD PORT="os_path" COLSPAN="3" ALIGN="LEFT">os_path</TD></TR> + <TR><TD PORT="display_path" COLSPAN="3" ALIGN="LEFT">display_path</TD></TR> + <TR><TD PORT="data" COLSPAN="3" ALIGN="LEFT">data</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD><TD PORT="channel_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD><TD PORT="channel_account_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD><TD PORT="channel_primary.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD><TD PORT="channel_name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD><TD PORT="channel_address.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD><TD PORT="channel_guid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="2" ALIGN="LEFT">channel_guid_sig</TD><TD PORT="channel_guid_sig.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD><TD PORT="channel_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD><TD PORT="channel_timezone.type" ALIGN="LEFT">char[128]</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD><TD PORT="channel_location.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD><TD PORT="channel_theme.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="2" ALIGN="LEFT">channel_startpage</TD><TD PORT="channel_startpage.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="2" ALIGN="LEFT">channel_pubkey</TD><TD PORT="channel_pubkey.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="2" ALIGN="LEFT">channel_prvkey</TD><TD PORT="channel_prvkey.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD><TD PORT="channel_notifyflags.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD><TD PORT="channel_pageflags.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD><TD PORT="channel_dirdate.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD><TD PORT="channel_lastpost.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD><TD PORT="channel_deleted.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD><TD PORT="channel_max_anon_mail.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD><TD PORT="channel_max_friend_req.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD><TD PORT="channel_expire_days.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="2" ALIGN="LEFT">channel_passwd_reset</TD><TD PORT="channel_passwd_reset.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD><TD PORT="channel_default_group.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="2" ALIGN="LEFT">channel_allow_cid</TD><TD PORT="channel_allow_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="2" ALIGN="LEFT">channel_allow_gid</TD><TD PORT="channel_allow_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="2" ALIGN="LEFT">channel_deny_cid</TD><TD PORT="channel_deny_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="2" ALIGN="LEFT">channel_deny_gid</TD><TD PORT="channel_deny_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD><TD PORT="channel_r_stream.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD><TD PORT="channel_r_profile.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD><TD PORT="channel_r_photos.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD><TD PORT="channel_r_abook.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD><TD PORT="channel_w_stream.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD><TD PORT="channel_w_wall.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD><TD PORT="channel_w_tagwall.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD><TD PORT="channel_w_comment.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD><TD PORT="channel_w_mail.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD><TD PORT="channel_w_photos.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD><TD PORT="channel_w_chat.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD><TD PORT="channel_a_delegate.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD><TD PORT="channel_r_storage.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD><TD PORT="channel_w_storage.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD><TD PORT="channel_r_pages.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD><TD PORT="channel_w_pages.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD><TD PORT="channel_a_republish.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD><TD PORT="channel_w_like.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD><TD PORT="channel_removed.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD><TD PORT="channel_system.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="event_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_xchan</TD></TR> + <TR><TD PORT="event_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="start" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">start</TD></TR> + <TR><TD PORT="finish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">finish</TD></TR> + <TR><TD PORT="summary" COLSPAN="3" ALIGN="LEFT">summary</TD></TR> + <TR><TD PORT="description" COLSPAN="3" ALIGN="LEFT">description</TD></TR> + <TR><TD PORT="location" COLSPAN="3" ALIGN="LEFT">location</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="nofinish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">nofinish</TD></TR> + <TR><TD PORT="adjust" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">adjust</TD></TR> + <TR><TD PORT="ignore" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ignore</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD PORT="event_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_status</TD></TR> + <TR><TD PORT="event_status_date" COLSPAN="3" ALIGN="LEFT">event_status_date</TD></TR> + <TR><TD PORT="event_percent" COLSPAN="3" ALIGN="LEFT">event_percent</TD></TR> + <TR><TD PORT="event_repeat" COLSPAN="3" ALIGN="LEFT">event_repeat</TD></TR> + <TR><TD PORT="event_sequence" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_sequence</TD></TR> + <TR><TD PORT="event_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_priority</TD></TR> + <TR><TD PORT="event_vdata" COLSPAN="3" ALIGN="LEFT">event_vdata</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="visible" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">visible</TD></TR> + <TR><TD PORT="deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deleted</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD></TR> + <TR><TD PORT="msg" COLSPAN="3" ALIGN="LEFT">msg</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="outq_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">outq_hash</TD></TR> + <TR><TD PORT="outq_account" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_account</TD></TR> + <TR><TD PORT="outq_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_channel</TD></TR> + <TR><TD PORT="outq_driver" COLSPAN="3" ALIGN="LEFT">outq_driver</TD></TR> + <TR><TD PORT="outq_posturl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_posturl</TD></TR> + <TR><TD PORT="outq_async" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_async</TD></TR> + <TR><TD PORT="outq_delivered" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_delivered</TD></TR> + <TR><TD PORT="outq_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_created</TD></TR> + <TR><TD PORT="outq_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_updated</TD></TR> + <TR><TD PORT="outq_notify" COLSPAN="3" ALIGN="LEFT">outq_notify</TD></TR> + <TR><TD PORT="outq_msg" COLSPAN="3" ALIGN="LEFT">outq_msg</TD></TR> + <TR><TD PORT="outq_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_priority</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="password" COLSPAN="3" ALIGN="LEFT">password</TD></TR> + <TR><TD PORT="language" COLSPAN="3" ALIGN="LEFT">language</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="tid" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">tid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="oid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">oid</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="imgurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">imgurl</TD></TR> + <TR><TD PORT="term_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term_hash</TD></TR> + <TR><TD PORT="parent_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_hash</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="ud_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">ud_id</TD></TR> + <TR><TD PORT="ud_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_hash</TD></TR> + <TR><TD PORT="ud_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_guid</TD></TR> + <TR><TD PORT="ud_date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_date</TD></TR> + <TR><TD PORT="ud_last" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_last</TD></TR> + <TR><TD PORT="ud_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_flags</TD></TR> + <TR><TD PORT="ud_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_addr</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="xprof_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xprof_hash</TD></TR> + <TR><TD PORT="xprof_age" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_age</TD></TR> + <TR><TD PORT="xprof_desc" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_desc</TD></TR> + <TR><TD PORT="xprof_dob" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_dob</TD></TR> + <TR><TD PORT="xprof_gender" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_gender</TD></TR> + <TR><TD PORT="xprof_marital" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_marital</TD></TR> + <TR><TD PORT="xprof_sexual" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_sexual</TD></TR> + <TR><TD PORT="xprof_locale" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_locale</TD></TR> + <TR><TD PORT="xprof_region" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_region</TD></TR> + <TR><TD PORT="xprof_postcode" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_postcode</TD></TR> + <TR><TD PORT="xprof_country" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_country</TD></TR> + <TR><TD PORT="xprof_keywords" COLSPAN="3" ALIGN="LEFT">xprof_keywords</TD></TR> + <TR><TD PORT="xprof_about" COLSPAN="3" ALIGN="LEFT">xprof_about</TD></TR> + <TR><TD PORT="xprof_homepage" COLSPAN="3" ALIGN="LEFT">xprof_homepage</TD></TR> + <TR><TD PORT="xprof_hometown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_hometown</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="xtag_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xtag_id</TD></TR> + <TR><TD PORT="xtag_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_hash</TD></TR> + <TR><TD PORT="xtag_term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_term</TD></TR> + <TR><TD PORT="xtag_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_flags</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/channel.2degrees.png b/doc/schemaspy_hubzilla/diagrams/channel.2degrees.png Binary files differnew file mode 100644 index 000000000..05fa33bdd --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/channel.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/channel.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/channel.implied2degrees.dot new file mode 100644 index 000000000..a66f19f13 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/channel.implied2degrees.dot @@ -0,0 +1,773 @@ +// 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "addon":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "app":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "attach":"hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fserver":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fsuggest":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hook":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "likes":"channel_id":w -> "channel":"channel_id.type":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "likes":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"account_id":w -> "account":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"channel_id":w -> "channel":"channel_id.type":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"from_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"to_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"outq_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "pconfig":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "pconfig":"elipses":w -> "cache":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "photo":"elipses":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"channel_id":w -> "channel":"channel_id.type":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"k":w -> "cache":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profile":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "spam":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "term":"parent_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"elipses":w -> "cache":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"xprof_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"xtag_hash":w -> "channel":"channel_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "account" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">account</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 ></TD></TR> + </TABLE>> + URL="account.html" + tooltip="account" + ]; + "addon" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">addon</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="addon.html" + tooltip="addon" + ]; + "app" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">app</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="app.html" + tooltip="app" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="creator" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">creator</TD></TR> + <TR><TD PORT="filename" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filename</TD></TR> + <TR><TD PORT="filetype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filetype</TD></TR> + <TR><TD PORT="filesize" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filesize</TD></TR> + <TR><TD PORT="revision" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD></TR> + <TR><TD PORT="folder" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">folder</TD></TR> + <TR><TD PORT="flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">flags</TD></TR> + <TR><TD PORT="is_dir" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_dir</TD></TR> + <TR><TD PORT="is_photo" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_photo</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD></TR> + <TR><TD PORT="os_path" COLSPAN="3" ALIGN="LEFT">os_path</TD></TR> + <TR><TD PORT="display_path" COLSPAN="3" ALIGN="LEFT">display_path</TD></TR> + <TR><TD PORT="data" COLSPAN="3" ALIGN="LEFT">data</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "cache" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">cache</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">334 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 ></TD></TR> + </TABLE>> + URL="cache.html" + tooltip="cache" + ]; + "channel" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD><TD PORT="channel_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD><TD PORT="channel_account_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD><TD PORT="channel_primary.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD><TD PORT="channel_name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD><TD PORT="channel_address.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD><TD PORT="channel_guid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="2" ALIGN="LEFT">channel_guid_sig</TD><TD PORT="channel_guid_sig.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD><TD PORT="channel_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD><TD PORT="channel_timezone.type" ALIGN="LEFT">char[128]</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD><TD PORT="channel_location.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD><TD PORT="channel_theme.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="2" ALIGN="LEFT">channel_startpage</TD><TD PORT="channel_startpage.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="2" ALIGN="LEFT">channel_pubkey</TD><TD PORT="channel_pubkey.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="2" ALIGN="LEFT">channel_prvkey</TD><TD PORT="channel_prvkey.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD><TD PORT="channel_notifyflags.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD><TD PORT="channel_pageflags.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD><TD PORT="channel_dirdate.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD><TD PORT="channel_lastpost.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD><TD PORT="channel_deleted.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD><TD PORT="channel_max_anon_mail.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD><TD PORT="channel_max_friend_req.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD><TD PORT="channel_expire_days.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="2" ALIGN="LEFT">channel_passwd_reset</TD><TD PORT="channel_passwd_reset.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD><TD PORT="channel_default_group.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="2" ALIGN="LEFT">channel_allow_cid</TD><TD PORT="channel_allow_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="2" ALIGN="LEFT">channel_allow_gid</TD><TD PORT="channel_allow_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="2" ALIGN="LEFT">channel_deny_cid</TD><TD PORT="channel_deny_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="2" ALIGN="LEFT">channel_deny_gid</TD><TD PORT="channel_deny_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD><TD PORT="channel_r_stream.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD><TD PORT="channel_r_profile.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD><TD PORT="channel_r_photos.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD><TD PORT="channel_r_abook.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD><TD PORT="channel_w_stream.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD><TD PORT="channel_w_wall.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD><TD PORT="channel_w_tagwall.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD><TD PORT="channel_w_comment.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD><TD PORT="channel_w_mail.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD><TD PORT="channel_w_photos.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD><TD PORT="channel_w_chat.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD><TD PORT="channel_a_delegate.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD><TD PORT="channel_r_storage.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD><TD PORT="channel_w_storage.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD><TD PORT="channel_r_pages.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD><TD PORT="channel_w_pages.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD><TD PORT="channel_a_republish.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD><TD PORT="channel_w_like.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD><TD PORT="channel_removed.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD><TD PORT="channel_system.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="event_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_xchan</TD></TR> + <TR><TD PORT="event_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="start" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">start</TD></TR> + <TR><TD PORT="finish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">finish</TD></TR> + <TR><TD PORT="summary" COLSPAN="3" ALIGN="LEFT">summary</TD></TR> + <TR><TD PORT="description" COLSPAN="3" ALIGN="LEFT">description</TD></TR> + <TR><TD PORT="location" COLSPAN="3" ALIGN="LEFT">location</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="nofinish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">nofinish</TD></TR> + <TR><TD PORT="adjust" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">adjust</TD></TR> + <TR><TD PORT="ignore" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ignore</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD PORT="event_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_status</TD></TR> + <TR><TD PORT="event_status_date" COLSPAN="3" ALIGN="LEFT">event_status_date</TD></TR> + <TR><TD PORT="event_percent" COLSPAN="3" ALIGN="LEFT">event_percent</TD></TR> + <TR><TD PORT="event_repeat" COLSPAN="3" ALIGN="LEFT">event_repeat</TD></TR> + <TR><TD PORT="event_sequence" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_sequence</TD></TR> + <TR><TD PORT="event_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_priority</TD></TR> + <TR><TD PORT="event_vdata" COLSPAN="3" ALIGN="LEFT">event_vdata</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fserver" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fserver</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fserver.html" + tooltip="fserver" + ]; + "fsuggest" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fsuggest</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fsuggest.html" + tooltip="fsuggest" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="visible" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">visible</TD></TR> + <TR><TD PORT="deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deleted</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">41 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="hook.html" + tooltip="hook" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="liker" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">liker</TD></TR> + <TR><TD PORT="likee" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">likee</TD></TR> + <TR><TD PORT="iid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">iid</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="target_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">target_type</TD></TR> + <TR><TD PORT="target_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">target_id</TD></TR> + <TR><TD PORT="target" COLSPAN="3" ALIGN="LEFT">target</TD></TR> + <TR><TD PORT="i_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">i_mid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="convid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">convid</TD></TR> + <TR><TD PORT="mail_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_flags</TD></TR> + <TR><TD PORT="from_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">from_xchan</TD></TR> + <TR><TD PORT="to_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">to_xchan</TD></TR> + <TR><TD PORT="account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="title" COLSPAN="3" ALIGN="LEFT">title</TD></TR> + <TR><TD PORT="body" COLSPAN="3" ALIGN="LEFT">body</TD></TR> + <TR><TD PORT="sig" COLSPAN="3" ALIGN="LEFT">sig</TD></TR> + <TR><TD PORT="attach" COLSPAN="3" ALIGN="LEFT">attach</TD></TR> + <TR><TD PORT="mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mid</TD></TR> + <TR><TD PORT="parent_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_mid</TD></TR> + <TR><TD PORT="mail_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_deleted</TD></TR> + <TR><TD PORT="mail_replied" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_replied</TD></TR> + <TR><TD PORT="mail_isreply" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_isreply</TD></TR> + <TR><TD PORT="mail_seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_seen</TD></TR> + <TR><TD PORT="mail_recalled" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_recalled</TD></TR> + <TR><TD PORT="mail_obscured" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_obscured</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="conv_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">conv_guid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD></TR> + <TR><TD PORT="msg" COLSPAN="3" ALIGN="LEFT">msg</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="outq_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">outq_hash</TD></TR> + <TR><TD PORT="outq_account" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_account</TD></TR> + <TR><TD PORT="outq_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_channel</TD></TR> + <TR><TD PORT="outq_driver" COLSPAN="3" ALIGN="LEFT">outq_driver</TD></TR> + <TR><TD PORT="outq_posturl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_posturl</TD></TR> + <TR><TD PORT="outq_async" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_async</TD></TR> + <TR><TD PORT="outq_delivered" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_delivered</TD></TR> + <TR><TD PORT="outq_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_created</TD></TR> + <TR><TD PORT="outq_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_updated</TD></TR> + <TR><TD PORT="outq_notify" COLSPAN="3" ALIGN="LEFT">outq_notify</TD></TR> + <TR><TD PORT="outq_msg" COLSPAN="3" ALIGN="LEFT">outq_msg</TD></TR> + <TR><TD PORT="outq_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_priority</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "pconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">pconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">719 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="pconfig.html" + tooltip="pconfig" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">11 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile.html" + tooltip="profile" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="password" COLSPAN="3" ALIGN="LEFT">password</TD></TR> + <TR><TD PORT="language" COLSPAN="3" ALIGN="LEFT">language</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "spam" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">spam</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="spam.html" + tooltip="spam" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="tid" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">tid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="oid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">oid</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="imgurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">imgurl</TD></TR> + <TR><TD PORT="term_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term_hash</TD></TR> + <TR><TD PORT="parent_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_hash</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="ud_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">ud_id</TD></TR> + <TR><TD PORT="ud_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_hash</TD></TR> + <TR><TD PORT="ud_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_guid</TD></TR> + <TR><TD PORT="ud_date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_date</TD></TR> + <TR><TD PORT="ud_last" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_last</TD></TR> + <TR><TD PORT="ud_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_flags</TD></TR> + <TR><TD PORT="ud_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_addr</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="xprof_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xprof_hash</TD></TR> + <TR><TD PORT="xprof_age" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_age</TD></TR> + <TR><TD PORT="xprof_desc" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_desc</TD></TR> + <TR><TD PORT="xprof_dob" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_dob</TD></TR> + <TR><TD PORT="xprof_gender" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_gender</TD></TR> + <TR><TD PORT="xprof_marital" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_marital</TD></TR> + <TR><TD PORT="xprof_sexual" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_sexual</TD></TR> + <TR><TD PORT="xprof_locale" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_locale</TD></TR> + <TR><TD PORT="xprof_region" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_region</TD></TR> + <TR><TD PORT="xprof_postcode" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_postcode</TD></TR> + <TR><TD PORT="xprof_country" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_country</TD></TR> + <TR><TD PORT="xprof_keywords" COLSPAN="3" ALIGN="LEFT">xprof_keywords</TD></TR> + <TR><TD PORT="xprof_about" COLSPAN="3" ALIGN="LEFT">xprof_about</TD></TR> + <TR><TD PORT="xprof_homepage" COLSPAN="3" ALIGN="LEFT">xprof_homepage</TD></TR> + <TR><TD PORT="xprof_hometown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_hometown</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="xtag_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xtag_id</TD></TR> + <TR><TD PORT="xtag_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_hash</TD></TR> + <TR><TD PORT="xtag_term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_term</TD></TR> + <TR><TD PORT="xtag_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_flags</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/channel.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/channel.implied2degrees.png Binary files differnew file mode 100644 index 000000000..06c54ca9f --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/channel.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/chat.1degree.dot b/doc/schemaspy_hubzilla/diagrams/chat.1degree.dot new file mode 100644 index 000000000..39111fe09 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/chat.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" + ]; + "chat":"chat_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chat</TD></TR> + <TR><TD PORT="chat_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">chat_id</TD><TD PORT="chat_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="chat_room" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">chat_room</TD><TD PORT="chat_room.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="chat_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">chat_xchan</TD><TD PORT="chat_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="chat_text" COLSPAN="2" ALIGN="LEFT">chat_text</TD><TD PORT="chat_text.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/chat.1degree.png b/doc/schemaspy_hubzilla/diagrams/chat.1degree.png Binary files differnew file mode 100644 index 000000000..05183cc44 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/chat.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/chat.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/chat.2degrees.dot new file mode 100644 index 000000000..91fe54058 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/chat.2degrees.dot @@ -0,0 +1,413 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"chat_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "chat" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chat</TD></TR> + <TR><TD PORT="chat_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">chat_id</TD><TD PORT="chat_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="chat_room" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">chat_room</TD><TD PORT="chat_room.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="chat_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">chat_xchan</TD><TD PORT="chat_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="chat_text" COLSPAN="2" ALIGN="LEFT">chat_text</TD><TD PORT="chat_text.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/chat.2degrees.png b/doc/schemaspy_hubzilla/diagrams/chat.2degrees.png Binary files differnew file mode 100644 index 000000000..2434eb6ea --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/chat.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/chatpresence.1degree.dot b/doc/schemaspy_hubzilla/diagrams/chatpresence.1degree.dot new file mode 100644 index 000000000..e2f023202 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/chatpresence.1degree.dot @@ -0,0 +1,73 @@ +// 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" + ]; + "chatpresence":"cp_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="cp_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">cp_id</TD><TD PORT="cp_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="cp_room" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_room</TD><TD PORT="cp_room.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="cp_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_xchan</TD><TD PORT="cp_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="cp_last" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_last</TD><TD PORT="cp_last.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="cp_status" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_status</TD><TD PORT="cp_status.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="cp_client" COLSPAN="2" ALIGN="LEFT">cp_client</TD><TD PORT="cp_client.type" ALIGN="LEFT">char[128]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/chatpresence.1degree.png b/doc/schemaspy_hubzilla/diagrams/chatpresence.1degree.png Binary files differnew file mode 100644 index 000000000..0439bc54b --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/chatpresence.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/chatpresence.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/chatpresence.2degrees.dot new file mode 100644 index 000000000..f02beceb9 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/chatpresence.2degrees.dot @@ -0,0 +1,414 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"cp_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="cp_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">cp_id</TD><TD PORT="cp_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="cp_room" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_room</TD><TD PORT="cp_room.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="cp_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_xchan</TD><TD PORT="cp_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="cp_last" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_last</TD><TD PORT="cp_last.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="cp_status" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_status</TD><TD PORT="cp_status.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="cp_client" COLSPAN="2" ALIGN="LEFT">cp_client</TD><TD PORT="cp_client.type" ALIGN="LEFT">char[128]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/chatpresence.2degrees.png b/doc/schemaspy_hubzilla/diagrams/chatpresence.2degrees.png Binary files differnew file mode 100644 index 000000000..3485694e9 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/chatpresence.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/clients.1degree.dot b/doc/schemaspy_hubzilla/diagrams/clients.1degree.dot new file mode 100644 index 000000000..a8d3793ee --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/clients.1degree.dot @@ -0,0 +1,37 @@ +// 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" + ]; + "clients" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">clients</TD></TR> + <TR><TD PORT="client_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">client_id</TD><TD PORT="client_id.type" ALIGN="LEFT">varchar[20]</TD></TR> + <TR><TD PORT="pw" COLSPAN="2" ALIGN="LEFT">pw</TD><TD PORT="pw.type" ALIGN="LEFT">varchar[20]</TD></TR> + <TR><TD PORT="redirect_uri" COLSPAN="2" ALIGN="LEFT">redirect_uri</TD><TD PORT="redirect_uri.type" ALIGN="LEFT">varchar[200]</TD></TR> + <TR><TD PORT="name" COLSPAN="2" ALIGN="LEFT">name</TD><TD PORT="name.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="icon" COLSPAN="2" ALIGN="LEFT">icon</TD><TD PORT="icon.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="clients.html" + tooltip="clients" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/clients.1degree.png b/doc/schemaspy_hubzilla/diagrams/clients.1degree.png Binary files differnew file mode 100644 index 000000000..e60450897 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/clients.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/clients.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/clients.implied2degrees.dot new file mode 100644 index 000000000..90ae9c0ee --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/clients.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.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=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">auth_codes</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="client_id" COLSPAN="3" ALIGN="LEFT">client_id</TD></TR> + <TR><TD PORT="redirect_uri" COLSPAN="3" ALIGN="LEFT">redirect_uri</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="scope" COLSPAN="3" ALIGN="LEFT">scope</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="auth_codes.html" + tooltip="auth_codes" + ]; + "clients" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">clients</TD></TR> + <TR><TD PORT="client_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">client_id</TD><TD PORT="client_id.type" ALIGN="LEFT">varchar[20]</TD></TR> + <TR><TD PORT="pw" COLSPAN="2" ALIGN="LEFT">pw</TD><TD PORT="pw.type" ALIGN="LEFT">varchar[20]</TD></TR> + <TR><TD PORT="redirect_uri" COLSPAN="2" ALIGN="LEFT">redirect_uri</TD><TD PORT="redirect_uri.type" ALIGN="LEFT">varchar[200]</TD></TR> + <TR><TD PORT="name" COLSPAN="2" ALIGN="LEFT">name</TD><TD PORT="name.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="icon" COLSPAN="2" ALIGN="LEFT">icon</TD><TD PORT="icon.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2 ></TD></TR> + </TABLE>> + URL="clients.html" + tooltip="clients" + ]; + "tokens" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">tokens</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="secret" COLSPAN="3" ALIGN="LEFT">secret</TD></TR> + <TR><TD PORT="client_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">client_id</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="scope" COLSPAN="3" ALIGN="LEFT">scope</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 ></TD></TR> + </TABLE>> + URL="tokens.html" + tooltip="tokens" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/clients.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/clients.implied2degrees.png Binary files differnew file mode 100644 index 000000000..7a74599f6 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/clients.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/config.1degree.dot b/doc/schemaspy_hubzilla/diagrams/config.1degree.dot new file mode 100644 index 000000000..eb09a626b --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/config.1degree.dot @@ -0,0 +1,35 @@ +// 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" + ]; + "config" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="cat" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD><TD PORT="cat.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="k" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD><TD PORT="k.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="v" COLSPAN="2" ALIGN="LEFT">v</TD><TD PORT="v.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="config.html" + tooltip="config" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/config.1degree.png b/doc/schemaspy_hubzilla/diagrams/config.1degree.png Binary files differnew file mode 100644 index 000000000..55527b3b9 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/config.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/config.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/config.implied2degrees.dot new file mode 100644 index 000000000..266d44113 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/config.implied2degrees.dot @@ -0,0 +1,287 @@ +// 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" + ]; + "attach":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "config":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "config":"k":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "conv":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fcontact":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "ffinder":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "groups":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item_id":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "likes":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "pconfig":"elipses":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "photo":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profdef":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"elipses":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profile_check":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sys_perms":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sys_perms":"elipses":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "xconfig":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"elipses":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "xign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "cache" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">cache</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD PORT="updated" COLSPAN="3" ALIGN="LEFT">updated</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">334 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 ></TD></TR> + </TABLE>> + URL="cache.html" + tooltip="cache" + ]; + "config" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="cat" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD><TD PORT="cat.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="k" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD><TD PORT="k.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="v" COLSPAN="2" ALIGN="LEFT">v</TD><TD PORT="v.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="config.html" + tooltip="config" + ]; + "conv" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="conv.html" + tooltip="conv" + ]; + "fcontact" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fcontact.html" + tooltip="fcontact" + ]; + "ffinder" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="ffinder.html" + tooltip="ffinder" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "item_id" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item_id.html" + tooltip="item_id" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "pconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">pconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">719 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="pconfig.html" + tooltip="pconfig" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profdef" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profdef.html" + tooltip="profdef" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile_check" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile_check.html" + tooltip="profile_check" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "sign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sign.html" + tooltip="sign" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sys_perms.html" + tooltip="sys_perms" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="token" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD></TR> + <TR><TD PORT="meta" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</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">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/config.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/config.implied2degrees.png Binary files differnew file mode 100644 index 000000000..34ce7ef78 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/config.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/conv.1degree.dot b/doc/schemaspy_hubzilla/diagrams/conv.1degree.dot new file mode 100644 index 000000000..a44292123 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/conv.1degree.dot @@ -0,0 +1,39 @@ +// 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" + ]; + "conv" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="guid" COLSPAN="2" ALIGN="LEFT">guid</TD><TD PORT="guid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="recips" COLSPAN="2" ALIGN="LEFT">recips</TD><TD PORT="recips.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="creator" COLSPAN="2" ALIGN="LEFT">creator</TD><TD PORT="creator.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="updated" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">updated</TD><TD PORT="updated.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="subject" COLSPAN="2" ALIGN="LEFT">subject</TD><TD PORT="subject.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="conv.html" + tooltip="conv" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/conv.1degree.png b/doc/schemaspy_hubzilla/diagrams/conv.1degree.png Binary files differnew file mode 100644 index 000000000..2542fd95b --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/conv.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/conv.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/conv.implied2degrees.dot new file mode 100644 index 000000000..bdc43aa69 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/conv.implied2degrees.dot @@ -0,0 +1,264 @@ +// 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" + ]; + "attach":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "config":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "conv":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fcontact":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "ffinder":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "groups":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item_id":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "likes":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profdef":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile_check":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sys_perms":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="config.html" + tooltip="config" + ]; + "conv" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="guid" COLSPAN="2" ALIGN="LEFT">guid</TD><TD PORT="guid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="recips" COLSPAN="2" ALIGN="LEFT">recips</TD><TD PORT="recips.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="creator" COLSPAN="2" ALIGN="LEFT">creator</TD><TD PORT="creator.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="updated" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">updated</TD><TD PORT="updated.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="subject" COLSPAN="2" ALIGN="LEFT">subject</TD><TD PORT="subject.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="conv.html" + tooltip="conv" + ]; + "fcontact" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fcontact.html" + tooltip="fcontact" + ]; + "ffinder" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="ffinder.html" + tooltip="ffinder" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "item_id" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item_id.html" + tooltip="item_id" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profdef" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profdef.html" + tooltip="profdef" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile_check" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile_check.html" + tooltip="profile_check" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "sign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sign.html" + tooltip="sign" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sys_perms.html" + tooltip="sys_perms" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="token" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD></TR> + <TR><TD PORT="meta" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</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">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/conv.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/conv.implied2degrees.png Binary files differnew file mode 100644 index 000000000..41b9d0263 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/conv.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/dreport.1degree.dot b/doc/schemaspy_hubzilla/diagrams/dreport.1degree.dot new file mode 100644 index 000000000..2e81dc8c1 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/dreport.1degree.dot @@ -0,0 +1,76 @@ +// 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" + ]; + "dreport":"dreport_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="dreport_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">dreport_id</TD><TD PORT="dreport_id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="dreport_channel" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_channel</TD><TD PORT="dreport_channel.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="dreport_mid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_mid</TD><TD PORT="dreport_mid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="dreport_site" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_site</TD><TD PORT="dreport_site.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="dreport_recip" COLSPAN="2" ALIGN="LEFT">dreport_recip</TD><TD PORT="dreport_recip.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="dreport_result" COLSPAN="2" ALIGN="LEFT">dreport_result</TD><TD PORT="dreport_result.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="dreport_time" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_time</TD><TD PORT="dreport_time.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="dreport_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_xchan</TD><TD PORT="dreport_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="dreport_queue" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_queue</TD><TD PORT="dreport_queue.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/dreport.1degree.png b/doc/schemaspy_hubzilla/diagrams/dreport.1degree.png Binary files differnew file mode 100644 index 000000000..7391c4cf0 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/dreport.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/dreport.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/dreport.2degrees.dot new file mode 100644 index 000000000..d01be48de --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/dreport.2degrees.dot @@ -0,0 +1,417 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"dreport_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="dreport_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">dreport_id</TD><TD PORT="dreport_id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="dreport_channel" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_channel</TD><TD PORT="dreport_channel.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="dreport_mid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_mid</TD><TD PORT="dreport_mid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="dreport_site" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_site</TD><TD PORT="dreport_site.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="dreport_recip" COLSPAN="2" ALIGN="LEFT">dreport_recip</TD><TD PORT="dreport_recip.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="dreport_result" COLSPAN="2" ALIGN="LEFT">dreport_result</TD><TD PORT="dreport_result.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="dreport_time" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_time</TD><TD PORT="dreport_time.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="dreport_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_xchan</TD><TD PORT="dreport_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="dreport_queue" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_queue</TD><TD PORT="dreport_queue.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/dreport.2degrees.png b/doc/schemaspy_hubzilla/diagrams/dreport.2degrees.png Binary files differnew file mode 100644 index 000000000..d70d4ad55 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/dreport.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/event.1degree.dot b/doc/schemaspy_hubzilla/diagrams/event.1degree.dot new file mode 100644 index 000000000..e7b9e6b87 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/event.1degree.dot @@ -0,0 +1,188 @@ +// 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" + ]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "event" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="aid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD><TD PORT="aid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="event_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">event_xchan</TD><TD PORT="event_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="event_hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">event_hash</TD><TD PORT="event_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="edited" COLSPAN="2" ALIGN="LEFT">edited</TD><TD PORT="edited.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="start" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">start</TD><TD PORT="start.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="finish" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">finish</TD><TD PORT="finish.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="summary" COLSPAN="2" ALIGN="LEFT">summary</TD><TD PORT="summary.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="description" COLSPAN="2" ALIGN="LEFT">description</TD><TD PORT="description.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="location" COLSPAN="2" ALIGN="LEFT">location</TD><TD PORT="location.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="type" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD><TD PORT="type.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="nofinish" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">nofinish</TD><TD PORT="nofinish.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="adjust" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">adjust</TD><TD PORT="adjust.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="ignore" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">ignore</TD><TD PORT="ignore.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="2" ALIGN="LEFT">allow_cid</TD><TD PORT="allow_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="2" ALIGN="LEFT">allow_gid</TD><TD PORT="allow_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="2" ALIGN="LEFT">deny_cid</TD><TD PORT="deny_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="2" ALIGN="LEFT">deny_gid</TD><TD PORT="deny_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="event_status" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">event_status</TD><TD PORT="event_status.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="event_status_date" COLSPAN="2" ALIGN="LEFT">event_status_date</TD><TD PORT="event_status_date.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="event_percent" COLSPAN="2" ALIGN="LEFT">event_percent</TD><TD PORT="event_percent.type" ALIGN="LEFT">smallint[5]</TD></TR> + <TR><TD PORT="event_repeat" COLSPAN="2" ALIGN="LEFT">event_repeat</TD><TD PORT="event_repeat.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="event_sequence" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">event_sequence</TD><TD PORT="event_sequence.type" ALIGN="LEFT">smallint[5]</TD></TR> + <TR><TD PORT="event_priority" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">event_priority</TD><TD PORT="event_priority.type" ALIGN="LEFT">smallint[5]</TD></TR> + <TR><TD PORT="event_vdata" COLSPAN="2" ALIGN="LEFT">event_vdata</TD><TD PORT="event_vdata.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/event.1degree.png b/doc/schemaspy_hubzilla/diagrams/event.1degree.png Binary files differnew file mode 100644 index 000000000..e2aa8314f --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/event.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/event.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/event.2degrees.dot new file mode 100644 index 000000000..c310ad643 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/event.2degrees.dot @@ -0,0 +1,501 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="aid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD><TD PORT="aid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="event_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">event_xchan</TD><TD PORT="event_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="event_hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">event_hash</TD><TD PORT="event_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="edited" COLSPAN="2" ALIGN="LEFT">edited</TD><TD PORT="edited.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="start" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">start</TD><TD PORT="start.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="finish" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">finish</TD><TD PORT="finish.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="summary" COLSPAN="2" ALIGN="LEFT">summary</TD><TD PORT="summary.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="description" COLSPAN="2" ALIGN="LEFT">description</TD><TD PORT="description.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="location" COLSPAN="2" ALIGN="LEFT">location</TD><TD PORT="location.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="type" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD><TD PORT="type.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="nofinish" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">nofinish</TD><TD PORT="nofinish.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="adjust" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">adjust</TD><TD PORT="adjust.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="ignore" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">ignore</TD><TD PORT="ignore.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="2" ALIGN="LEFT">allow_cid</TD><TD PORT="allow_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="2" ALIGN="LEFT">allow_gid</TD><TD PORT="allow_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="2" ALIGN="LEFT">deny_cid</TD><TD PORT="deny_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="2" ALIGN="LEFT">deny_gid</TD><TD PORT="deny_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="event_status" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">event_status</TD><TD PORT="event_status.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="event_status_date" COLSPAN="2" ALIGN="LEFT">event_status_date</TD><TD PORT="event_status_date.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="event_percent" COLSPAN="2" ALIGN="LEFT">event_percent</TD><TD PORT="event_percent.type" ALIGN="LEFT">smallint[5]</TD></TR> + <TR><TD PORT="event_repeat" COLSPAN="2" ALIGN="LEFT">event_repeat</TD><TD PORT="event_repeat.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="event_sequence" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">event_sequence</TD><TD PORT="event_sequence.type" ALIGN="LEFT">smallint[5]</TD></TR> + <TR><TD PORT="event_priority" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">event_priority</TD><TD PORT="event_priority.type" ALIGN="LEFT">smallint[5]</TD></TR> + <TR><TD PORT="event_vdata" COLSPAN="2" ALIGN="LEFT">event_vdata</TD><TD PORT="event_vdata.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/event.2degrees.png b/doc/schemaspy_hubzilla/diagrams/event.2degrees.png Binary files differnew file mode 100644 index 000000000..79779b3f3 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/event.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/event.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/event.implied2degrees.dot new file mode 100644 index 000000000..ce9f726ac --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/event.implied2degrees.dot @@ -0,0 +1,618 @@ +// 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "addon":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "app":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "attach":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fserver":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fsuggest":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hook":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "likes":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "pconfig":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profile":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "spam":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "addon" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">addon</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="addon.html" + tooltip="addon" + ]; + "app" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">app</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="app.html" + tooltip="app" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="aid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD><TD PORT="aid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="event_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">event_xchan</TD><TD PORT="event_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="event_hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">event_hash</TD><TD PORT="event_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="edited" COLSPAN="2" ALIGN="LEFT">edited</TD><TD PORT="edited.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="start" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">start</TD><TD PORT="start.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="finish" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">finish</TD><TD PORT="finish.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="summary" COLSPAN="2" ALIGN="LEFT">summary</TD><TD PORT="summary.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="description" COLSPAN="2" ALIGN="LEFT">description</TD><TD PORT="description.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="location" COLSPAN="2" ALIGN="LEFT">location</TD><TD PORT="location.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="type" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD><TD PORT="type.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="nofinish" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">nofinish</TD><TD PORT="nofinish.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="adjust" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">adjust</TD><TD PORT="adjust.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="ignore" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">ignore</TD><TD PORT="ignore.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="2" ALIGN="LEFT">allow_cid</TD><TD PORT="allow_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="2" ALIGN="LEFT">allow_gid</TD><TD PORT="allow_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="2" ALIGN="LEFT">deny_cid</TD><TD PORT="deny_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="2" ALIGN="LEFT">deny_gid</TD><TD PORT="deny_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="event_status" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">event_status</TD><TD PORT="event_status.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="event_status_date" COLSPAN="2" ALIGN="LEFT">event_status_date</TD><TD PORT="event_status_date.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="event_percent" COLSPAN="2" ALIGN="LEFT">event_percent</TD><TD PORT="event_percent.type" ALIGN="LEFT">smallint[5]</TD></TR> + <TR><TD PORT="event_repeat" COLSPAN="2" ALIGN="LEFT">event_repeat</TD><TD PORT="event_repeat.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="event_sequence" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">event_sequence</TD><TD PORT="event_sequence.type" ALIGN="LEFT">smallint[5]</TD></TR> + <TR><TD PORT="event_priority" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">event_priority</TD><TD PORT="event_priority.type" ALIGN="LEFT">smallint[5]</TD></TR> + <TR><TD PORT="event_vdata" COLSPAN="2" ALIGN="LEFT">event_vdata</TD><TD PORT="event_vdata.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fserver" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fserver</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fserver.html" + tooltip="fserver" + ]; + "fsuggest" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fsuggest</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fsuggest.html" + tooltip="fsuggest" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">41 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="hook.html" + tooltip="hook" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD></TR> + <TR><TD PORT="msg" COLSPAN="3" ALIGN="LEFT">msg</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "pconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">pconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">719 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="pconfig.html" + tooltip="pconfig" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">11 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile.html" + tooltip="profile" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "spam" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">spam</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="spam.html" + tooltip="spam" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/event.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/event.implied2degrees.png Binary files differnew file mode 100644 index 000000000..5a828852a --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/event.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/fcontact.1degree.dot b/doc/schemaspy_hubzilla/diagrams/fcontact.1degree.dot new file mode 100644 index 000000000..9f08b3997 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/fcontact.1degree.dot @@ -0,0 +1,47 @@ +// 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" + ]; + "fcontact" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="url" COLSPAN="2" ALIGN="LEFT">url</TD><TD PORT="url.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="name" COLSPAN="2" ALIGN="LEFT">name</TD><TD PORT="name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="photo" COLSPAN="2" ALIGN="LEFT">photo</TD><TD PORT="photo.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="request" COLSPAN="2" ALIGN="LEFT">request</TD><TD PORT="request.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="nick" COLSPAN="2" ALIGN="LEFT">nick</TD><TD PORT="nick.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="addr" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">addr</TD><TD PORT="addr.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="batch" COLSPAN="2" ALIGN="LEFT">batch</TD><TD PORT="batch.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="notify" COLSPAN="2" ALIGN="LEFT">notify</TD><TD PORT="notify.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="poll" COLSPAN="2" ALIGN="LEFT">poll</TD><TD PORT="poll.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="confirm" COLSPAN="2" ALIGN="LEFT">confirm</TD><TD PORT="confirm.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="priority" COLSPAN="2" ALIGN="LEFT">priority</TD><TD PORT="priority.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="network" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">network</TD><TD PORT="network.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="alias" COLSPAN="2" ALIGN="LEFT">alias</TD><TD PORT="alias.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="pubkey" COLSPAN="2" ALIGN="LEFT">pubkey</TD><TD PORT="pubkey.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="updated" COLSPAN="2" ALIGN="LEFT">updated</TD><TD PORT="updated.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="fcontact.html" + tooltip="fcontact" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/fcontact.1degree.png b/doc/schemaspy_hubzilla/diagrams/fcontact.1degree.png Binary files differnew file mode 100644 index 000000000..6b86eecc4 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/fcontact.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/fcontact.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/fcontact.implied2degrees.dot new file mode 100644 index 000000000..f1eee8162 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/fcontact.implied2degrees.dot @@ -0,0 +1,272 @@ +// 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" + ]; + "attach":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "config":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "conv":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fcontact":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "ffinder":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "groups":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item_id":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "likes":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profdef":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile_check":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sys_perms":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="config.html" + tooltip="config" + ]; + "conv" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="conv.html" + tooltip="conv" + ]; + "fcontact" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="url" COLSPAN="2" ALIGN="LEFT">url</TD><TD PORT="url.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="name" COLSPAN="2" ALIGN="LEFT">name</TD><TD PORT="name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="photo" COLSPAN="2" ALIGN="LEFT">photo</TD><TD PORT="photo.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="request" COLSPAN="2" ALIGN="LEFT">request</TD><TD PORT="request.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="nick" COLSPAN="2" ALIGN="LEFT">nick</TD><TD PORT="nick.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="addr" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">addr</TD><TD PORT="addr.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="batch" COLSPAN="2" ALIGN="LEFT">batch</TD><TD PORT="batch.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="notify" COLSPAN="2" ALIGN="LEFT">notify</TD><TD PORT="notify.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="poll" COLSPAN="2" ALIGN="LEFT">poll</TD><TD PORT="poll.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="confirm" COLSPAN="2" ALIGN="LEFT">confirm</TD><TD PORT="confirm.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="priority" COLSPAN="2" ALIGN="LEFT">priority</TD><TD PORT="priority.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="network" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">network</TD><TD PORT="network.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="alias" COLSPAN="2" ALIGN="LEFT">alias</TD><TD PORT="alias.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="pubkey" COLSPAN="2" ALIGN="LEFT">pubkey</TD><TD PORT="pubkey.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="updated" COLSPAN="2" ALIGN="LEFT">updated</TD><TD PORT="updated.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="fcontact.html" + tooltip="fcontact" + ]; + "ffinder" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="ffinder.html" + tooltip="ffinder" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "item_id" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item_id.html" + tooltip="item_id" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profdef" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profdef.html" + tooltip="profdef" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile_check" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile_check.html" + tooltip="profile_check" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "sign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sign.html" + tooltip="sign" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sys_perms.html" + tooltip="sys_perms" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="token" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD></TR> + <TR><TD PORT="meta" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</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">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/fcontact.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/fcontact.implied2degrees.png Binary files differnew file mode 100644 index 000000000..99d621245 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/fcontact.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/ffinder.1degree.dot b/doc/schemaspy_hubzilla/diagrams/ffinder.1degree.dot new file mode 100644 index 000000000..27122be54 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/ffinder.1degree.dot @@ -0,0 +1,35 @@ +// 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" + ]; + "ffinder" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="cid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">cid</TD><TD PORT="cid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="fid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">fid</TD><TD PORT="fid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="ffinder.html" + tooltip="ffinder" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/ffinder.1degree.png b/doc/schemaspy_hubzilla/diagrams/ffinder.1degree.png Binary files differnew file mode 100644 index 000000000..90acccc73 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/ffinder.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/ffinder.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/ffinder.implied2degrees.dot new file mode 100644 index 000000000..8179f3146 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/ffinder.implied2degrees.dot @@ -0,0 +1,260 @@ +// 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" + ]; + "attach":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "config":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "conv":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fcontact":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "ffinder":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "groups":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item_id":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "likes":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profdef":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile_check":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sys_perms":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="config.html" + tooltip="config" + ]; + "conv" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="conv.html" + tooltip="conv" + ]; + "fcontact" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fcontact.html" + tooltip="fcontact" + ]; + "ffinder" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="cid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">cid</TD><TD PORT="cid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="fid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">fid</TD><TD PORT="fid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="ffinder.html" + tooltip="ffinder" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "item_id" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item_id.html" + tooltip="item_id" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profdef" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profdef.html" + tooltip="profdef" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile_check" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile_check.html" + tooltip="profile_check" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "sign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sign.html" + tooltip="sign" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sys_perms.html" + tooltip="sys_perms" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="token" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD></TR> + <TR><TD PORT="meta" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</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">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/ffinder.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/ffinder.implied2degrees.png Binary files differnew file mode 100644 index 000000000..73363a235 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/ffinder.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/fserver.1degree.dot b/doc/schemaspy_hubzilla/diagrams/fserver.1degree.dot new file mode 100644 index 000000000..1707f92ed --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/fserver.1degree.dot @@ -0,0 +1,35 @@ +// 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" + ]; + "fserver" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fserver</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="server" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">server</TD><TD PORT="server.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="posturl" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">posturl</TD><TD PORT="posturl.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="key" COLSPAN="2" ALIGN="LEFT">key</TD><TD PORT="key.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="fserver.html" + tooltip="fserver" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/fserver.1degree.png b/doc/schemaspy_hubzilla/diagrams/fserver.1degree.png Binary files differnew file mode 100644 index 000000000..a5f4202b7 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/fserver.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/fserver.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/fserver.implied2degrees.dot new file mode 100644 index 000000000..d891e738a --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/fserver.implied2degrees.dot @@ -0,0 +1,202 @@ +// 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" + ]; + "addon":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "app":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fserver":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fsuggest":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hook":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "pconfig":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "spam":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xchan":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "addon" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">addon</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="addon.html" + tooltip="addon" + ]; + "app" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">app</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="app.html" + tooltip="app" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fserver" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fserver</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="server" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">server</TD><TD PORT="server.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="posturl" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">posturl</TD><TD PORT="posturl.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="key" COLSPAN="2" ALIGN="LEFT">key</TD><TD PORT="key.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="fserver.html" + tooltip="fserver" + ]; + "fsuggest" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fsuggest</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fsuggest.html" + tooltip="fsuggest" + ]; + "hook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">41 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="hook.html" + tooltip="hook" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD></TR> + <TR><TD PORT="msg" COLSPAN="3" ALIGN="LEFT">msg</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "pconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">pconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">719 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="pconfig.html" + tooltip="pconfig" + ]; + "profile" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">11 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile.html" + tooltip="profile" + ]; + "spam" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">spam</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="spam.html" + tooltip="spam" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/fserver.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/fserver.implied2degrees.png Binary files differnew file mode 100644 index 000000000..430a5f3fa --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/fserver.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/fsuggest.1degree.dot b/doc/schemaspy_hubzilla/diagrams/fsuggest.1degree.dot new file mode 100644 index 000000000..9a1e77791 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/fsuggest.1degree.dot @@ -0,0 +1,40 @@ +// 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" + ]; + "fsuggest" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fsuggest</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="cid" COLSPAN="2" ALIGN="LEFT">cid</TD><TD PORT="cid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="name" COLSPAN="2" ALIGN="LEFT">name</TD><TD PORT="name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="url" COLSPAN="2" ALIGN="LEFT">url</TD><TD PORT="url.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="request" COLSPAN="2" ALIGN="LEFT">request</TD><TD PORT="request.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="photo" COLSPAN="2" ALIGN="LEFT">photo</TD><TD PORT="photo.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="note" COLSPAN="2" ALIGN="LEFT">note</TD><TD PORT="note.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="fsuggest.html" + tooltip="fsuggest" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/fsuggest.1degree.png b/doc/schemaspy_hubzilla/diagrams/fsuggest.1degree.png Binary files differnew file mode 100644 index 000000000..dbc01894b --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/fsuggest.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/fsuggest.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/fsuggest.implied2degrees.dot new file mode 100644 index 000000000..8e4894820 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/fsuggest.implied2degrees.dot @@ -0,0 +1,207 @@ +// 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" + ]; + "addon":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "app":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fserver":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fsuggest":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hook":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "pconfig":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "spam":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xchan":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "addon" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">addon</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="addon.html" + tooltip="addon" + ]; + "app" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">app</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="app.html" + tooltip="app" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fserver" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fserver</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fserver.html" + tooltip="fserver" + ]; + "fsuggest" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fsuggest</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="cid" COLSPAN="2" ALIGN="LEFT">cid</TD><TD PORT="cid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="name" COLSPAN="2" ALIGN="LEFT">name</TD><TD PORT="name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="url" COLSPAN="2" ALIGN="LEFT">url</TD><TD PORT="url.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="request" COLSPAN="2" ALIGN="LEFT">request</TD><TD PORT="request.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="photo" COLSPAN="2" ALIGN="LEFT">photo</TD><TD PORT="photo.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="note" COLSPAN="2" ALIGN="LEFT">note</TD><TD PORT="note.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="fsuggest.html" + tooltip="fsuggest" + ]; + "hook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">41 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="hook.html" + tooltip="hook" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD></TR> + <TR><TD PORT="msg" COLSPAN="3" ALIGN="LEFT">msg</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "pconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">pconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">719 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="pconfig.html" + tooltip="pconfig" + ]; + "profile" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">11 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile.html" + tooltip="profile" + ]; + "spam" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">spam</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="spam.html" + tooltip="spam" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/fsuggest.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/fsuggest.implied2degrees.png Binary files differnew file mode 100644 index 000000000..577ac5cea --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/fsuggest.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/group_member.1degree.dot b/doc/schemaspy_hubzilla/diagrams/group_member.1degree.dot new file mode 100644 index 000000000..f2d4c7252 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/group_member.1degree.dot @@ -0,0 +1,71 @@ +// 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" + ]; + "group_member":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="gid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">gid</TD><TD PORT="gid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD><TD PORT="xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/group_member.1degree.png b/doc/schemaspy_hubzilla/diagrams/group_member.1degree.png Binary files differnew file mode 100644 index 000000000..8b834bfb0 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/group_member.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/group_member.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/group_member.2degrees.dot new file mode 100644 index 000000000..802429459 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/group_member.2degrees.dot @@ -0,0 +1,412 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="gid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">gid</TD><TD PORT="gid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD><TD PORT="xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/group_member.2degrees.png b/doc/schemaspy_hubzilla/diagrams/group_member.2degrees.png Binary files differnew file mode 100644 index 000000000..44b0ee7d3 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/group_member.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/group_member.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/group_member.implied2degrees.dot new file mode 100644 index 000000000..4b0218d8b --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/group_member.implied2degrees.dot @@ -0,0 +1,552 @@ +// 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "config":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "conv":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fcontact":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "ffinder":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item_id":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "likes":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "likes":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profdef":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile_check":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "sign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "sys_perms":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="config.html" + tooltip="config" + ]; + "conv" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="conv.html" + tooltip="conv" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fcontact" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fcontact.html" + tooltip="fcontact" + ]; + "ffinder" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="ffinder.html" + tooltip="ffinder" + ]; + "group_member" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="gid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">gid</TD><TD PORT="gid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD><TD PORT="xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "item_id" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item_id.html" + tooltip="item_id" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profdef" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profdef.html" + tooltip="profdef" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile_check" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile_check.html" + tooltip="profile_check" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "sign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sign.html" + tooltip="sign" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sys_perms.html" + tooltip="sys_perms" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="token" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD></TR> + <TR><TD PORT="meta" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</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">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/group_member.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/group_member.implied2degrees.png Binary files differnew file mode 100644 index 000000000..d3d4f7af0 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/group_member.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/groups.1degree.dot b/doc/schemaspy_hubzilla/diagrams/groups.1degree.dot new file mode 100644 index 000000000..94d1014c7 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/groups.1degree.dot @@ -0,0 +1,166 @@ +// 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" + ]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "groups" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD><TD PORT="hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="visible" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">visible</TD><TD PORT="visible.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="deleted" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">deleted</TD><TD PORT="deleted.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="name" COLSPAN="2" ALIGN="LEFT">name</TD><TD PORT="name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/groups.1degree.png b/doc/schemaspy_hubzilla/diagrams/groups.1degree.png Binary files differnew file mode 100644 index 000000000..a36224ebd --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/groups.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/groups.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/groups.2degrees.dot new file mode 100644 index 000000000..708b3e900 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/groups.2degrees.dot @@ -0,0 +1,480 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD><TD PORT="hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="visible" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">visible</TD><TD PORT="visible.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="deleted" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">deleted</TD><TD PORT="deleted.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="name" COLSPAN="2" ALIGN="LEFT">name</TD><TD PORT="name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/groups.2degrees.png b/doc/schemaspy_hubzilla/diagrams/groups.2degrees.png Binary files differnew file mode 100644 index 000000000..979c3cc67 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/groups.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/groups.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/groups.implied2degrees.dot new file mode 100644 index 000000000..c3b6533a4 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/groups.implied2degrees.dot @@ -0,0 +1,620 @@ +// 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "config":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "conv":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fcontact":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "ffinder":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item_id":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "likes":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "likes":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profdef":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile_check":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "sign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "sys_perms":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="config.html" + tooltip="config" + ]; + "conv" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="conv.html" + tooltip="conv" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fcontact" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fcontact.html" + tooltip="fcontact" + ]; + "ffinder" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="ffinder.html" + tooltip="ffinder" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD><TD PORT="hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="visible" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">visible</TD><TD PORT="visible.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="deleted" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">deleted</TD><TD PORT="deleted.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="name" COLSPAN="2" ALIGN="LEFT">name</TD><TD PORT="name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "item_id" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item_id.html" + tooltip="item_id" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profdef" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profdef.html" + tooltip="profdef" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile_check" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile_check.html" + tooltip="profile_check" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "sign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sign.html" + tooltip="sign" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sys_perms.html" + tooltip="sys_perms" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="token" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD></TR> + <TR><TD PORT="meta" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</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">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/groups.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/groups.implied2degrees.png Binary files differnew file mode 100644 index 000000000..9e31585d1 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/groups.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/hook.1degree.dot b/doc/schemaspy_hubzilla/diagrams/hook.1degree.dot new file mode 100644 index 000000000..403a8bd8f --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/hook.1degree.dot @@ -0,0 +1,36 @@ +// 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" + ]; + "hook" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hook</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="hook" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hook</TD><TD PORT="hook.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="file" COLSPAN="2" ALIGN="LEFT">file</TD><TD PORT="file.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="function" COLSPAN="2" ALIGN="LEFT">function</TD><TD PORT="function.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="priority" COLSPAN="2" ALIGN="LEFT">priority</TD><TD PORT="priority.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">41 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="hook.html" + tooltip="hook" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/hook.1degree.png b/doc/schemaspy_hubzilla/diagrams/hook.1degree.png Binary files differnew file mode 100644 index 000000000..17e3b960a --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/hook.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/hook.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/hook.implied2degrees.dot new file mode 100644 index 000000000..11932ec73 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/hook.implied2degrees.dot @@ -0,0 +1,203 @@ +// 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" + ]; + "addon":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "app":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fserver":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fsuggest":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hook":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "pconfig":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "spam":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xchan":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "addon" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">addon</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="addon.html" + tooltip="addon" + ]; + "app" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">app</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="app.html" + tooltip="app" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fserver" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fserver</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fserver.html" + tooltip="fserver" + ]; + "fsuggest" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fsuggest</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fsuggest.html" + tooltip="fsuggest" + ]; + "hook" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hook</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="hook" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hook</TD><TD PORT="hook.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="file" COLSPAN="2" ALIGN="LEFT">file</TD><TD PORT="file.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="function" COLSPAN="2" ALIGN="LEFT">function</TD><TD PORT="function.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="priority" COLSPAN="2" ALIGN="LEFT">priority</TD><TD PORT="priority.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">41 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="hook.html" + tooltip="hook" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD></TR> + <TR><TD PORT="msg" COLSPAN="3" ALIGN="LEFT">msg</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "pconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">pconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">719 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="pconfig.html" + tooltip="pconfig" + ]; + "profile" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">11 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile.html" + tooltip="profile" + ]; + "spam" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">spam</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="spam.html" + tooltip="spam" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/hook.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/hook.implied2degrees.png Binary files differnew file mode 100644 index 000000000..53f23d443 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/hook.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/hubloc.1degree.dot b/doc/schemaspy_hubzilla/diagrams/hubloc.1degree.dot new file mode 100644 index 000000000..36ce391b4 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/hubloc.1degree.dot @@ -0,0 +1,416 @@ +// 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" + ]; + "attach":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"outq_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "profext":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"xtag_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="creator" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">creator</TD></TR> + <TR><TD PORT="filename" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filename</TD></TR> + <TR><TD PORT="filetype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filetype</TD></TR> + <TR><TD PORT="filesize" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filesize</TD></TR> + <TR><TD PORT="revision" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD></TR> + <TR><TD PORT="folder" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">folder</TD></TR> + <TR><TD PORT="flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">flags</TD></TR> + <TR><TD PORT="is_dir" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_dir</TD></TR> + <TR><TD PORT="is_photo" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_photo</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD></TR> + <TR><TD PORT="os_path" COLSPAN="3" ALIGN="LEFT">os_path</TD></TR> + <TR><TD PORT="display_path" COLSPAN="3" ALIGN="LEFT">display_path</TD></TR> + <TR><TD PORT="data" COLSPAN="3" ALIGN="LEFT">data</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="event_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_xchan</TD></TR> + <TR><TD PORT="event_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="start" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">start</TD></TR> + <TR><TD PORT="finish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">finish</TD></TR> + <TR><TD PORT="summary" COLSPAN="3" ALIGN="LEFT">summary</TD></TR> + <TR><TD PORT="description" COLSPAN="3" ALIGN="LEFT">description</TD></TR> + <TR><TD PORT="location" COLSPAN="3" ALIGN="LEFT">location</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="nofinish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">nofinish</TD></TR> + <TR><TD PORT="adjust" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">adjust</TD></TR> + <TR><TD PORT="ignore" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ignore</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD PORT="event_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_status</TD></TR> + <TR><TD PORT="event_status_date" COLSPAN="3" ALIGN="LEFT">event_status_date</TD></TR> + <TR><TD PORT="event_percent" COLSPAN="3" ALIGN="LEFT">event_percent</TD></TR> + <TR><TD PORT="event_repeat" COLSPAN="3" ALIGN="LEFT">event_repeat</TD></TR> + <TR><TD PORT="event_sequence" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_sequence</TD></TR> + <TR><TD PORT="event_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_priority</TD></TR> + <TR><TD PORT="event_vdata" COLSPAN="3" ALIGN="LEFT">event_vdata</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="visible" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">visible</TD></TR> + <TR><TD PORT="deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deleted</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD><TD PORT="hubloc_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD><TD PORT="hubloc_guid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="2" ALIGN="LEFT">hubloc_guid_sig</TD><TD PORT="hubloc_guid_sig.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="2" ALIGN="LEFT">hubloc_hash</TD><TD PORT="hubloc_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD><TD PORT="hubloc_addr.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD><TD PORT="hubloc_network.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD><TD PORT="hubloc_flags.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD><TD PORT="hubloc_status.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD><TD PORT="hubloc_url.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="2" ALIGN="LEFT">hubloc_url_sig</TD><TD PORT="hubloc_url_sig.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD><TD PORT="hubloc_host.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="2" ALIGN="LEFT">hubloc_callback</TD><TD PORT="hubloc_callback.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD><TD PORT="hubloc_connect.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="2" ALIGN="LEFT">hubloc_sitekey</TD><TD PORT="hubloc_sitekey.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD><TD PORT="hubloc_updated.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD><TD PORT="hubloc_connected.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD><TD PORT="hubloc_primary.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD><TD PORT="hubloc_orphancheck.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD><TD PORT="hubloc_error.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD><TD PORT="hubloc_deleted.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD></TR> + <TR><TD PORT="msg" COLSPAN="3" ALIGN="LEFT">msg</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="outq_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">outq_hash</TD></TR> + <TR><TD PORT="outq_account" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_account</TD></TR> + <TR><TD PORT="outq_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_channel</TD></TR> + <TR><TD PORT="outq_driver" COLSPAN="3" ALIGN="LEFT">outq_driver</TD></TR> + <TR><TD PORT="outq_posturl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_posturl</TD></TR> + <TR><TD PORT="outq_async" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_async</TD></TR> + <TR><TD PORT="outq_delivered" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_delivered</TD></TR> + <TR><TD PORT="outq_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_created</TD></TR> + <TR><TD PORT="outq_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_updated</TD></TR> + <TR><TD PORT="outq_notify" COLSPAN="3" ALIGN="LEFT">outq_notify</TD></TR> + <TR><TD PORT="outq_msg" COLSPAN="3" ALIGN="LEFT">outq_msg</TD></TR> + <TR><TD PORT="outq_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_priority</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="password" COLSPAN="3" ALIGN="LEFT">password</TD></TR> + <TR><TD PORT="language" COLSPAN="3" ALIGN="LEFT">language</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="tid" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">tid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="oid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">oid</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="imgurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">imgurl</TD></TR> + <TR><TD PORT="term_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term_hash</TD></TR> + <TR><TD PORT="parent_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_hash</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="ud_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">ud_id</TD></TR> + <TR><TD PORT="ud_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_hash</TD></TR> + <TR><TD PORT="ud_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_guid</TD></TR> + <TR><TD PORT="ud_date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_date</TD></TR> + <TR><TD PORT="ud_last" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_last</TD></TR> + <TR><TD PORT="ud_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_flags</TD></TR> + <TR><TD PORT="ud_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_addr</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="xprof_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xprof_hash</TD></TR> + <TR><TD PORT="xprof_age" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_age</TD></TR> + <TR><TD PORT="xprof_desc" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_desc</TD></TR> + <TR><TD PORT="xprof_dob" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_dob</TD></TR> + <TR><TD PORT="xprof_gender" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_gender</TD></TR> + <TR><TD PORT="xprof_marital" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_marital</TD></TR> + <TR><TD PORT="xprof_sexual" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_sexual</TD></TR> + <TR><TD PORT="xprof_locale" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_locale</TD></TR> + <TR><TD PORT="xprof_region" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_region</TD></TR> + <TR><TD PORT="xprof_postcode" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_postcode</TD></TR> + <TR><TD PORT="xprof_country" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_country</TD></TR> + <TR><TD PORT="xprof_keywords" COLSPAN="3" ALIGN="LEFT">xprof_keywords</TD></TR> + <TR><TD PORT="xprof_about" COLSPAN="3" ALIGN="LEFT">xprof_about</TD></TR> + <TR><TD PORT="xprof_homepage" COLSPAN="3" ALIGN="LEFT">xprof_homepage</TD></TR> + <TR><TD PORT="xprof_hometown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_hometown</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="xtag_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xtag_id</TD></TR> + <TR><TD PORT="xtag_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_hash</TD></TR> + <TR><TD PORT="xtag_term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_term</TD></TR> + <TR><TD PORT="xtag_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_flags</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/hubloc.1degree.png b/doc/schemaspy_hubzilla/diagrams/hubloc.1degree.png Binary files differnew file mode 100644 index 000000000..bbdb7afc9 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/hubloc.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/hubloc.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/hubloc.2degrees.dot new file mode 100644 index 000000000..9c3cab75d --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/hubloc.2degrees.dot @@ -0,0 +1,596 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"outq_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"xprof_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"xtag_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="creator" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">creator</TD></TR> + <TR><TD PORT="filename" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filename</TD></TR> + <TR><TD PORT="filetype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filetype</TD></TR> + <TR><TD PORT="filesize" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filesize</TD></TR> + <TR><TD PORT="revision" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD></TR> + <TR><TD PORT="folder" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">folder</TD></TR> + <TR><TD PORT="flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">flags</TD></TR> + <TR><TD PORT="is_dir" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_dir</TD></TR> + <TR><TD PORT="is_photo" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_photo</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD></TR> + <TR><TD PORT="os_path" COLSPAN="3" ALIGN="LEFT">os_path</TD></TR> + <TR><TD PORT="display_path" COLSPAN="3" ALIGN="LEFT">display_path</TD></TR> + <TR><TD PORT="data" COLSPAN="3" ALIGN="LEFT">data</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="event_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_xchan</TD></TR> + <TR><TD PORT="event_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="start" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">start</TD></TR> + <TR><TD PORT="finish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">finish</TD></TR> + <TR><TD PORT="summary" COLSPAN="3" ALIGN="LEFT">summary</TD></TR> + <TR><TD PORT="description" COLSPAN="3" ALIGN="LEFT">description</TD></TR> + <TR><TD PORT="location" COLSPAN="3" ALIGN="LEFT">location</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="nofinish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">nofinish</TD></TR> + <TR><TD PORT="adjust" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">adjust</TD></TR> + <TR><TD PORT="ignore" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ignore</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD PORT="event_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_status</TD></TR> + <TR><TD PORT="event_status_date" COLSPAN="3" ALIGN="LEFT">event_status_date</TD></TR> + <TR><TD PORT="event_percent" COLSPAN="3" ALIGN="LEFT">event_percent</TD></TR> + <TR><TD PORT="event_repeat" COLSPAN="3" ALIGN="LEFT">event_repeat</TD></TR> + <TR><TD PORT="event_sequence" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_sequence</TD></TR> + <TR><TD PORT="event_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_priority</TD></TR> + <TR><TD PORT="event_vdata" COLSPAN="3" ALIGN="LEFT">event_vdata</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="visible" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">visible</TD></TR> + <TR><TD PORT="deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deleted</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD><TD PORT="hubloc_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD><TD PORT="hubloc_guid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="2" ALIGN="LEFT">hubloc_guid_sig</TD><TD PORT="hubloc_guid_sig.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="2" ALIGN="LEFT">hubloc_hash</TD><TD PORT="hubloc_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD><TD PORT="hubloc_addr.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD><TD PORT="hubloc_network.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD><TD PORT="hubloc_flags.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD><TD PORT="hubloc_status.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD><TD PORT="hubloc_url.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="2" ALIGN="LEFT">hubloc_url_sig</TD><TD PORT="hubloc_url_sig.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD><TD PORT="hubloc_host.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="2" ALIGN="LEFT">hubloc_callback</TD><TD PORT="hubloc_callback.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD><TD PORT="hubloc_connect.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="2" ALIGN="LEFT">hubloc_sitekey</TD><TD PORT="hubloc_sitekey.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD><TD PORT="hubloc_updated.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD><TD PORT="hubloc_connected.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD><TD PORT="hubloc_primary.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD><TD PORT="hubloc_orphancheck.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD><TD PORT="hubloc_error.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD><TD PORT="hubloc_deleted.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD></TR> + <TR><TD PORT="msg" COLSPAN="3" ALIGN="LEFT">msg</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="outq_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">outq_hash</TD></TR> + <TR><TD PORT="outq_account" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_account</TD></TR> + <TR><TD PORT="outq_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_channel</TD></TR> + <TR><TD PORT="outq_driver" COLSPAN="3" ALIGN="LEFT">outq_driver</TD></TR> + <TR><TD PORT="outq_posturl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_posturl</TD></TR> + <TR><TD PORT="outq_async" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_async</TD></TR> + <TR><TD PORT="outq_delivered" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_delivered</TD></TR> + <TR><TD PORT="outq_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_created</TD></TR> + <TR><TD PORT="outq_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_updated</TD></TR> + <TR><TD PORT="outq_notify" COLSPAN="3" ALIGN="LEFT">outq_notify</TD></TR> + <TR><TD PORT="outq_msg" COLSPAN="3" ALIGN="LEFT">outq_msg</TD></TR> + <TR><TD PORT="outq_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_priority</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="password" COLSPAN="3" ALIGN="LEFT">password</TD></TR> + <TR><TD PORT="language" COLSPAN="3" ALIGN="LEFT">language</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="tid" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">tid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="oid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">oid</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="imgurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">imgurl</TD></TR> + <TR><TD PORT="term_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term_hash</TD></TR> + <TR><TD PORT="parent_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_hash</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="ud_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">ud_id</TD></TR> + <TR><TD PORT="ud_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_hash</TD></TR> + <TR><TD PORT="ud_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_guid</TD></TR> + <TR><TD PORT="ud_date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_date</TD></TR> + <TR><TD PORT="ud_last" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_last</TD></TR> + <TR><TD PORT="ud_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_flags</TD></TR> + <TR><TD PORT="ud_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_addr</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="xprof_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xprof_hash</TD></TR> + <TR><TD PORT="xprof_age" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_age</TD></TR> + <TR><TD PORT="xprof_desc" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_desc</TD></TR> + <TR><TD PORT="xprof_dob" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_dob</TD></TR> + <TR><TD PORT="xprof_gender" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_gender</TD></TR> + <TR><TD PORT="xprof_marital" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_marital</TD></TR> + <TR><TD PORT="xprof_sexual" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_sexual</TD></TR> + <TR><TD PORT="xprof_locale" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_locale</TD></TR> + <TR><TD PORT="xprof_region" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_region</TD></TR> + <TR><TD PORT="xprof_postcode" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_postcode</TD></TR> + <TR><TD PORT="xprof_country" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_country</TD></TR> + <TR><TD PORT="xprof_keywords" COLSPAN="3" ALIGN="LEFT">xprof_keywords</TD></TR> + <TR><TD PORT="xprof_about" COLSPAN="3" ALIGN="LEFT">xprof_about</TD></TR> + <TR><TD PORT="xprof_homepage" COLSPAN="3" ALIGN="LEFT">xprof_homepage</TD></TR> + <TR><TD PORT="xprof_hometown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_hometown</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="xtag_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xtag_id</TD></TR> + <TR><TD PORT="xtag_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_hash</TD></TR> + <TR><TD PORT="xtag_term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_term</TD></TR> + <TR><TD PORT="xtag_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_flags</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/hubloc.2degrees.png b/doc/schemaspy_hubzilla/diagrams/hubloc.2degrees.png Binary files differnew file mode 100644 index 000000000..f5509ee34 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/hubloc.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/hubloc.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/hubloc.implied2degrees.dot new file mode 100644 index 000000000..b4577a350 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/hubloc.implied2degrees.dot @@ -0,0 +1,733 @@ +// 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "addon":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "app":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "attach":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fserver":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fsuggest":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hook":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "likes":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "likes":"elipses":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"outq_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "pconfig":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "pconfig":"elipses":w -> "cache":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "photo":"elipses":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"channel_id":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"k":w -> "cache":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profile":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "spam":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "term":"parent_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"elipses":w -> "cache":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"xprof_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"xtag_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "hubloc":"hubloc_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "addon" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">addon</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="addon.html" + tooltip="addon" + ]; + "app" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">app</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="app.html" + tooltip="app" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="creator" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">creator</TD></TR> + <TR><TD PORT="filename" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filename</TD></TR> + <TR><TD PORT="filetype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filetype</TD></TR> + <TR><TD PORT="filesize" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filesize</TD></TR> + <TR><TD PORT="revision" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD></TR> + <TR><TD PORT="folder" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">folder</TD></TR> + <TR><TD PORT="flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">flags</TD></TR> + <TR><TD PORT="is_dir" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_dir</TD></TR> + <TR><TD PORT="is_photo" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_photo</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD></TR> + <TR><TD PORT="os_path" COLSPAN="3" ALIGN="LEFT">os_path</TD></TR> + <TR><TD PORT="display_path" COLSPAN="3" ALIGN="LEFT">display_path</TD></TR> + <TR><TD PORT="data" COLSPAN="3" ALIGN="LEFT">data</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "cache" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">cache</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">334 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 ></TD></TR> + </TABLE>> + URL="cache.html" + tooltip="cache" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="event_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_xchan</TD></TR> + <TR><TD PORT="event_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="start" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">start</TD></TR> + <TR><TD PORT="finish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">finish</TD></TR> + <TR><TD PORT="summary" COLSPAN="3" ALIGN="LEFT">summary</TD></TR> + <TR><TD PORT="description" COLSPAN="3" ALIGN="LEFT">description</TD></TR> + <TR><TD PORT="location" COLSPAN="3" ALIGN="LEFT">location</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="nofinish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">nofinish</TD></TR> + <TR><TD PORT="adjust" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">adjust</TD></TR> + <TR><TD PORT="ignore" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ignore</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD PORT="event_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_status</TD></TR> + <TR><TD PORT="event_status_date" COLSPAN="3" ALIGN="LEFT">event_status_date</TD></TR> + <TR><TD PORT="event_percent" COLSPAN="3" ALIGN="LEFT">event_percent</TD></TR> + <TR><TD PORT="event_repeat" COLSPAN="3" ALIGN="LEFT">event_repeat</TD></TR> + <TR><TD PORT="event_sequence" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_sequence</TD></TR> + <TR><TD PORT="event_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_priority</TD></TR> + <TR><TD PORT="event_vdata" COLSPAN="3" ALIGN="LEFT">event_vdata</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fserver" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fserver</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fserver.html" + tooltip="fserver" + ]; + "fsuggest" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fsuggest</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fsuggest.html" + tooltip="fsuggest" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="visible" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">visible</TD></TR> + <TR><TD PORT="deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deleted</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">41 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="hook.html" + tooltip="hook" + ]; + "hubloc" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD><TD PORT="hubloc_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD><TD PORT="hubloc_guid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="2" ALIGN="LEFT">hubloc_guid_sig</TD><TD PORT="hubloc_guid_sig.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="2" ALIGN="LEFT">hubloc_hash</TD><TD PORT="hubloc_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD><TD PORT="hubloc_addr.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD><TD PORT="hubloc_network.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD><TD PORT="hubloc_flags.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD><TD PORT="hubloc_status.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD><TD PORT="hubloc_url.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="2" ALIGN="LEFT">hubloc_url_sig</TD><TD PORT="hubloc_url_sig.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD><TD PORT="hubloc_host.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="2" ALIGN="LEFT">hubloc_callback</TD><TD PORT="hubloc_callback.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD><TD PORT="hubloc_connect.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="2" ALIGN="LEFT">hubloc_sitekey</TD><TD PORT="hubloc_sitekey.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD><TD PORT="hubloc_updated.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD><TD PORT="hubloc_connected.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD><TD PORT="hubloc_primary.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD><TD PORT="hubloc_orphancheck.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD><TD PORT="hubloc_error.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD><TD PORT="hubloc_deleted.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD></TR> + <TR><TD PORT="msg" COLSPAN="3" ALIGN="LEFT">msg</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="outq_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">outq_hash</TD></TR> + <TR><TD PORT="outq_account" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_account</TD></TR> + <TR><TD PORT="outq_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_channel</TD></TR> + <TR><TD PORT="outq_driver" COLSPAN="3" ALIGN="LEFT">outq_driver</TD></TR> + <TR><TD PORT="outq_posturl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_posturl</TD></TR> + <TR><TD PORT="outq_async" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_async</TD></TR> + <TR><TD PORT="outq_delivered" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_delivered</TD></TR> + <TR><TD PORT="outq_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_created</TD></TR> + <TR><TD PORT="outq_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_updated</TD></TR> + <TR><TD PORT="outq_notify" COLSPAN="3" ALIGN="LEFT">outq_notify</TD></TR> + <TR><TD PORT="outq_msg" COLSPAN="3" ALIGN="LEFT">outq_msg</TD></TR> + <TR><TD PORT="outq_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_priority</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "pconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">pconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">719 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="pconfig.html" + tooltip="pconfig" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">11 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile.html" + tooltip="profile" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="password" COLSPAN="3" ALIGN="LEFT">password</TD></TR> + <TR><TD PORT="language" COLSPAN="3" ALIGN="LEFT">language</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "spam" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">spam</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="spam.html" + tooltip="spam" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="tid" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">tid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="oid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">oid</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="imgurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">imgurl</TD></TR> + <TR><TD PORT="term_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term_hash</TD></TR> + <TR><TD PORT="parent_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_hash</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="ud_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">ud_id</TD></TR> + <TR><TD PORT="ud_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_hash</TD></TR> + <TR><TD PORT="ud_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_guid</TD></TR> + <TR><TD PORT="ud_date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_date</TD></TR> + <TR><TD PORT="ud_last" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_last</TD></TR> + <TR><TD PORT="ud_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_flags</TD></TR> + <TR><TD PORT="ud_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_addr</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="xprof_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xprof_hash</TD></TR> + <TR><TD PORT="xprof_age" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_age</TD></TR> + <TR><TD PORT="xprof_desc" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_desc</TD></TR> + <TR><TD PORT="xprof_dob" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_dob</TD></TR> + <TR><TD PORT="xprof_gender" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_gender</TD></TR> + <TR><TD PORT="xprof_marital" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_marital</TD></TR> + <TR><TD PORT="xprof_sexual" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_sexual</TD></TR> + <TR><TD PORT="xprof_locale" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_locale</TD></TR> + <TR><TD PORT="xprof_region" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_region</TD></TR> + <TR><TD PORT="xprof_postcode" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_postcode</TD></TR> + <TR><TD PORT="xprof_country" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_country</TD></TR> + <TR><TD PORT="xprof_keywords" COLSPAN="3" ALIGN="LEFT">xprof_keywords</TD></TR> + <TR><TD PORT="xprof_about" COLSPAN="3" ALIGN="LEFT">xprof_about</TD></TR> + <TR><TD PORT="xprof_homepage" COLSPAN="3" ALIGN="LEFT">xprof_homepage</TD></TR> + <TR><TD PORT="xprof_hometown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_hometown</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="xtag_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xtag_id</TD></TR> + <TR><TD PORT="xtag_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_hash</TD></TR> + <TR><TD PORT="xtag_term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_term</TD></TR> + <TR><TD PORT="xtag_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_flags</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/hubloc.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/hubloc.implied2degrees.png Binary files differnew file mode 100644 index 000000000..c66c4a4fb --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/hubloc.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/item.1degree.dot b/doc/schemaspy_hubzilla/diagrams/item.1degree.dot new file mode 100644 index 000000000..187222dd8 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/item.1degree.dot @@ -0,0 +1,142 @@ +// 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" + ]; + "item":"author_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"owner_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"source_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="mid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mid</TD><TD PORT="mid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="aid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD><TD PORT="aid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="parent" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD><TD PORT="parent.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="parent_mid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_mid</TD><TD PORT="parent_mid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="thr_parent" COLSPAN="2" ALIGN="LEFT">thr_parent</TD><TD PORT="thr_parent.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="edited" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD><TD PORT="edited.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="expires" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD><TD PORT="expires.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="commented" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">commented</TD><TD PORT="commented.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="received" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">received</TD><TD PORT="received.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="changed" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">changed</TD><TD PORT="changed.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="comments_closed" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">comments_closed</TD><TD PORT="comments_closed.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="owner_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">owner_xchan</TD><TD PORT="owner_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="author_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">author_xchan</TD><TD PORT="author_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="source_xchan" COLSPAN="2" ALIGN="LEFT">source_xchan</TD><TD PORT="source_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="mimetype" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mimetype</TD><TD PORT="mimetype.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="title" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">title</TD><TD PORT="title.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="body" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">body</TD><TD PORT="body.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="html" COLSPAN="2" ALIGN="LEFT">html</TD><TD PORT="html.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="app" COLSPAN="2" ALIGN="LEFT">app</TD><TD PORT="app.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="lang" COLSPAN="2" ALIGN="LEFT">lang</TD><TD PORT="lang.type" ALIGN="LEFT">char[64]</TD></TR> + <TR><TD PORT="revision" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD><TD PORT="revision.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="verb" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">verb</TD><TD PORT="verb.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="obj_type" COLSPAN="2" ALIGN="LEFT">obj_type</TD><TD PORT="obj_type.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="object" COLSPAN="2" ALIGN="LEFT">object</TD><TD PORT="object.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="tgt_type" COLSPAN="2" ALIGN="LEFT">tgt_type</TD><TD PORT="tgt_type.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="target" COLSPAN="2" ALIGN="LEFT">target</TD><TD PORT="target.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="layout_mid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">layout_mid</TD><TD PORT="layout_mid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="postopts" COLSPAN="2" ALIGN="LEFT">postopts</TD><TD PORT="postopts.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="route" COLSPAN="2" ALIGN="LEFT">route</TD><TD PORT="route.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="llink" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">llink</TD><TD PORT="llink.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="plink" COLSPAN="2" ALIGN="LEFT">plink</TD><TD PORT="plink.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="resource_id" COLSPAN="2" ALIGN="LEFT">resource_id</TD><TD PORT="resource_id.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="resource_type" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">resource_type</TD><TD PORT="resource_type.type" ALIGN="LEFT">char[16]</TD></TR> + <TR><TD PORT="attach" COLSPAN="2" ALIGN="LEFT">attach</TD><TD PORT="attach.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="sig" COLSPAN="2" ALIGN="LEFT">sig</TD><TD PORT="sig.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="diaspora_meta" COLSPAN="2" ALIGN="LEFT">diaspora_meta</TD><TD PORT="diaspora_meta.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="location" COLSPAN="2" ALIGN="LEFT">location</TD><TD PORT="location.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="coord" COLSPAN="2" ALIGN="LEFT">coord</TD><TD PORT="coord.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="public_policy" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">public_policy</TD><TD PORT="public_policy.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="comment_policy" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">comment_policy</TD><TD PORT="comment_policy.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">allow_cid</TD><TD PORT="allow_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">allow_gid</TD><TD PORT="allow_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">deny_cid</TD><TD PORT="deny_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">deny_gid</TD><TD PORT="deny_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="item_restrict" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_restrict</TD><TD PORT="item_restrict.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="item_flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_flags</TD><TD PORT="item_flags.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="item_private" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_private</TD><TD PORT="item_private.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_origin" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_origin</TD><TD PORT="item_origin.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_unseen" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_unseen</TD><TD PORT="item_unseen.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_starred" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_starred</TD><TD PORT="item_starred.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_uplink" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_uplink</TD><TD PORT="item_uplink.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_consensus" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_consensus</TD><TD PORT="item_consensus.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_wall" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_wall</TD><TD PORT="item_wall.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_thread_top" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_thread_top</TD><TD PORT="item_thread_top.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_notshown" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_notshown</TD><TD PORT="item_notshown.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_nsfw" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_nsfw</TD><TD PORT="item_nsfw.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_relay" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_relay</TD><TD PORT="item_relay.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_mentionsme" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_mentionsme</TD><TD PORT="item_mentionsme.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_nocomment" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_nocomment</TD><TD PORT="item_nocomment.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_obscured" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_obscured</TD><TD PORT="item_obscured.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_verified" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_verified</TD><TD PORT="item_verified.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_retained" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_retained</TD><TD PORT="item_retained.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_rss" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_rss</TD><TD PORT="item_rss.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_deleted" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_deleted</TD><TD PORT="item_deleted.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_type" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_type</TD><TD PORT="item_type.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="item_hidden" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_hidden</TD><TD PORT="item_hidden.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_unpublished" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_unpublished</TD><TD PORT="item_unpublished.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_delayed" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_delayed</TD><TD PORT="item_delayed.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_pending_remove" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_pending_remove</TD><TD PORT="item_pending_remove.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_blocked" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_blocked</TD><TD PORT="item_blocked.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/item.1degree.png b/doc/schemaspy_hubzilla/diagrams/item.1degree.png Binary files differnew file mode 100644 index 000000000..b66f0e7d0 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/item.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/item.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/item.2degrees.dot new file mode 100644 index 000000000..1a39030e3 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/item.2degrees.dot @@ -0,0 +1,481 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"author_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"owner_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"source_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="mid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mid</TD><TD PORT="mid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="aid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD><TD PORT="aid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="parent" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD><TD PORT="parent.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="parent_mid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_mid</TD><TD PORT="parent_mid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="thr_parent" COLSPAN="2" ALIGN="LEFT">thr_parent</TD><TD PORT="thr_parent.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="edited" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD><TD PORT="edited.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="expires" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD><TD PORT="expires.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="commented" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">commented</TD><TD PORT="commented.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="received" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">received</TD><TD PORT="received.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="changed" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">changed</TD><TD PORT="changed.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="comments_closed" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">comments_closed</TD><TD PORT="comments_closed.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="owner_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">owner_xchan</TD><TD PORT="owner_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="author_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">author_xchan</TD><TD PORT="author_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="source_xchan" COLSPAN="2" ALIGN="LEFT">source_xchan</TD><TD PORT="source_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="mimetype" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mimetype</TD><TD PORT="mimetype.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="title" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">title</TD><TD PORT="title.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="body" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">body</TD><TD PORT="body.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="html" COLSPAN="2" ALIGN="LEFT">html</TD><TD PORT="html.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="app" COLSPAN="2" ALIGN="LEFT">app</TD><TD PORT="app.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="lang" COLSPAN="2" ALIGN="LEFT">lang</TD><TD PORT="lang.type" ALIGN="LEFT">char[64]</TD></TR> + <TR><TD PORT="revision" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD><TD PORT="revision.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="verb" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">verb</TD><TD PORT="verb.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="obj_type" COLSPAN="2" ALIGN="LEFT">obj_type</TD><TD PORT="obj_type.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="object" COLSPAN="2" ALIGN="LEFT">object</TD><TD PORT="object.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="tgt_type" COLSPAN="2" ALIGN="LEFT">tgt_type</TD><TD PORT="tgt_type.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="target" COLSPAN="2" ALIGN="LEFT">target</TD><TD PORT="target.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="layout_mid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">layout_mid</TD><TD PORT="layout_mid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="postopts" COLSPAN="2" ALIGN="LEFT">postopts</TD><TD PORT="postopts.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="route" COLSPAN="2" ALIGN="LEFT">route</TD><TD PORT="route.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="llink" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">llink</TD><TD PORT="llink.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="plink" COLSPAN="2" ALIGN="LEFT">plink</TD><TD PORT="plink.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="resource_id" COLSPAN="2" ALIGN="LEFT">resource_id</TD><TD PORT="resource_id.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="resource_type" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">resource_type</TD><TD PORT="resource_type.type" ALIGN="LEFT">char[16]</TD></TR> + <TR><TD PORT="attach" COLSPAN="2" ALIGN="LEFT">attach</TD><TD PORT="attach.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="sig" COLSPAN="2" ALIGN="LEFT">sig</TD><TD PORT="sig.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="diaspora_meta" COLSPAN="2" ALIGN="LEFT">diaspora_meta</TD><TD PORT="diaspora_meta.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="location" COLSPAN="2" ALIGN="LEFT">location</TD><TD PORT="location.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="coord" COLSPAN="2" ALIGN="LEFT">coord</TD><TD PORT="coord.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="public_policy" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">public_policy</TD><TD PORT="public_policy.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="comment_policy" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">comment_policy</TD><TD PORT="comment_policy.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">allow_cid</TD><TD PORT="allow_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">allow_gid</TD><TD PORT="allow_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">deny_cid</TD><TD PORT="deny_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">deny_gid</TD><TD PORT="deny_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="item_restrict" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_restrict</TD><TD PORT="item_restrict.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="item_flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_flags</TD><TD PORT="item_flags.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="item_private" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_private</TD><TD PORT="item_private.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_origin" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_origin</TD><TD PORT="item_origin.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_unseen" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_unseen</TD><TD PORT="item_unseen.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_starred" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_starred</TD><TD PORT="item_starred.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_uplink" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_uplink</TD><TD PORT="item_uplink.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_consensus" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_consensus</TD><TD PORT="item_consensus.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_wall" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_wall</TD><TD PORT="item_wall.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_thread_top" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_thread_top</TD><TD PORT="item_thread_top.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_notshown" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_notshown</TD><TD PORT="item_notshown.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_nsfw" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_nsfw</TD><TD PORT="item_nsfw.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_relay" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_relay</TD><TD PORT="item_relay.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_mentionsme" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_mentionsme</TD><TD PORT="item_mentionsme.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_nocomment" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_nocomment</TD><TD PORT="item_nocomment.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_obscured" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_obscured</TD><TD PORT="item_obscured.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_verified" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_verified</TD><TD PORT="item_verified.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_retained" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_retained</TD><TD PORT="item_retained.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_rss" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_rss</TD><TD PORT="item_rss.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_deleted" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_deleted</TD><TD PORT="item_deleted.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_type" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_type</TD><TD PORT="item_type.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="item_hidden" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_hidden</TD><TD PORT="item_hidden.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_unpublished" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_unpublished</TD><TD PORT="item_unpublished.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_delayed" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_delayed</TD><TD PORT="item_delayed.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_pending_remove" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_pending_remove</TD><TD PORT="item_pending_remove.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_blocked" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_blocked</TD><TD PORT="item_blocked.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/item.2degrees.png b/doc/schemaspy_hubzilla/diagrams/item.2degrees.png Binary files differnew file mode 100644 index 000000000..9ada5d1bf --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/item.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/item.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/item.implied2degrees.dot new file mode 100644 index 000000000..1fef3a14b --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/item.implied2degrees.dot @@ -0,0 +1,621 @@ +// 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "config":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "conv":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fcontact":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "ffinder":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"author_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"owner_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"source_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item_id":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "likes":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "likes":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profdef":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile_check":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "sign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "sys_perms":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="config.html" + tooltip="config" + ]; + "conv" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="conv.html" + tooltip="conv" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fcontact" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fcontact.html" + tooltip="fcontact" + ]; + "ffinder" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="ffinder.html" + tooltip="ffinder" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="mid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mid</TD><TD PORT="mid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="aid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD><TD PORT="aid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="parent" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD><TD PORT="parent.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="parent_mid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_mid</TD><TD PORT="parent_mid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="thr_parent" COLSPAN="2" ALIGN="LEFT">thr_parent</TD><TD PORT="thr_parent.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="edited" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD><TD PORT="edited.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="expires" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD><TD PORT="expires.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="commented" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">commented</TD><TD PORT="commented.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="received" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">received</TD><TD PORT="received.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="changed" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">changed</TD><TD PORT="changed.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="comments_closed" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">comments_closed</TD><TD PORT="comments_closed.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="owner_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">owner_xchan</TD><TD PORT="owner_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="author_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">author_xchan</TD><TD PORT="author_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="source_xchan" COLSPAN="2" ALIGN="LEFT">source_xchan</TD><TD PORT="source_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="mimetype" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mimetype</TD><TD PORT="mimetype.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="title" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">title</TD><TD PORT="title.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="body" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">body</TD><TD PORT="body.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="html" COLSPAN="2" ALIGN="LEFT">html</TD><TD PORT="html.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="app" COLSPAN="2" ALIGN="LEFT">app</TD><TD PORT="app.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="lang" COLSPAN="2" ALIGN="LEFT">lang</TD><TD PORT="lang.type" ALIGN="LEFT">char[64]</TD></TR> + <TR><TD PORT="revision" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD><TD PORT="revision.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="verb" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">verb</TD><TD PORT="verb.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="obj_type" COLSPAN="2" ALIGN="LEFT">obj_type</TD><TD PORT="obj_type.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="object" COLSPAN="2" ALIGN="LEFT">object</TD><TD PORT="object.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="tgt_type" COLSPAN="2" ALIGN="LEFT">tgt_type</TD><TD PORT="tgt_type.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="target" COLSPAN="2" ALIGN="LEFT">target</TD><TD PORT="target.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="layout_mid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">layout_mid</TD><TD PORT="layout_mid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="postopts" COLSPAN="2" ALIGN="LEFT">postopts</TD><TD PORT="postopts.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="route" COLSPAN="2" ALIGN="LEFT">route</TD><TD PORT="route.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="llink" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">llink</TD><TD PORT="llink.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="plink" COLSPAN="2" ALIGN="LEFT">plink</TD><TD PORT="plink.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="resource_id" COLSPAN="2" ALIGN="LEFT">resource_id</TD><TD PORT="resource_id.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="resource_type" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">resource_type</TD><TD PORT="resource_type.type" ALIGN="LEFT">char[16]</TD></TR> + <TR><TD PORT="attach" COLSPAN="2" ALIGN="LEFT">attach</TD><TD PORT="attach.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="sig" COLSPAN="2" ALIGN="LEFT">sig</TD><TD PORT="sig.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="diaspora_meta" COLSPAN="2" ALIGN="LEFT">diaspora_meta</TD><TD PORT="diaspora_meta.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="location" COLSPAN="2" ALIGN="LEFT">location</TD><TD PORT="location.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="coord" COLSPAN="2" ALIGN="LEFT">coord</TD><TD PORT="coord.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="public_policy" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">public_policy</TD><TD PORT="public_policy.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="comment_policy" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">comment_policy</TD><TD PORT="comment_policy.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">allow_cid</TD><TD PORT="allow_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">allow_gid</TD><TD PORT="allow_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">deny_cid</TD><TD PORT="deny_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">deny_gid</TD><TD PORT="deny_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="item_restrict" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_restrict</TD><TD PORT="item_restrict.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="item_flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_flags</TD><TD PORT="item_flags.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="item_private" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_private</TD><TD PORT="item_private.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_origin" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_origin</TD><TD PORT="item_origin.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_unseen" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_unseen</TD><TD PORT="item_unseen.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_starred" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_starred</TD><TD PORT="item_starred.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_uplink" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_uplink</TD><TD PORT="item_uplink.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_consensus" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_consensus</TD><TD PORT="item_consensus.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_wall" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_wall</TD><TD PORT="item_wall.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_thread_top" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_thread_top</TD><TD PORT="item_thread_top.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_notshown" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_notshown</TD><TD PORT="item_notshown.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_nsfw" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_nsfw</TD><TD PORT="item_nsfw.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_relay" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_relay</TD><TD PORT="item_relay.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_mentionsme" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_mentionsme</TD><TD PORT="item_mentionsme.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_nocomment" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_nocomment</TD><TD PORT="item_nocomment.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_obscured" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_obscured</TD><TD PORT="item_obscured.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_verified" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_verified</TD><TD PORT="item_verified.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_retained" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_retained</TD><TD PORT="item_retained.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_rss" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_rss</TD><TD PORT="item_rss.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_deleted" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_deleted</TD><TD PORT="item_deleted.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_type" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_type</TD><TD PORT="item_type.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="item_hidden" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_hidden</TD><TD PORT="item_hidden.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_unpublished" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_unpublished</TD><TD PORT="item_unpublished.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_delayed" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_delayed</TD><TD PORT="item_delayed.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_pending_remove" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_pending_remove</TD><TD PORT="item_pending_remove.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="item_blocked" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">item_blocked</TD><TD PORT="item_blocked.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "item_id" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item_id.html" + tooltip="item_id" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profdef" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profdef.html" + tooltip="profdef" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile_check" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile_check.html" + tooltip="profile_check" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "sign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sign.html" + tooltip="sign" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sys_perms.html" + tooltip="sys_perms" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="token" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD></TR> + <TR><TD PORT="meta" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</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">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/item.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/item.implied2degrees.png Binary files differnew file mode 100644 index 000000000..620304802 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/item.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/item_id.1degree.dot b/doc/schemaspy_hubzilla/diagrams/item_id.1degree.dot new file mode 100644 index 000000000..fef8a7d76 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/item_id.1degree.dot @@ -0,0 +1,36 @@ +// 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" + ]; + "item_id" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="iid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">iid</TD><TD PORT="iid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="sid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">sid</TD><TD PORT="sid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="service" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">service</TD><TD PORT="service.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="item_id.html" + tooltip="item_id" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/item_id.1degree.png b/doc/schemaspy_hubzilla/diagrams/item_id.1degree.png Binary files differnew file mode 100644 index 000000000..593840aa9 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/item_id.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/item_id.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/item_id.implied2degrees.dot new file mode 100644 index 000000000..55276aafb --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/item_id.implied2degrees.dot @@ -0,0 +1,261 @@ +// 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" + ]; + "attach":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "config":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "conv":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fcontact":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "ffinder":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "groups":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item_id":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "likes":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profdef":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile_check":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sys_perms":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="config.html" + tooltip="config" + ]; + "conv" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="conv.html" + tooltip="conv" + ]; + "fcontact" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fcontact.html" + tooltip="fcontact" + ]; + "ffinder" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="ffinder.html" + tooltip="ffinder" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "item_id" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="iid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">iid</TD><TD PORT="iid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="sid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">sid</TD><TD PORT="sid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="service" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">service</TD><TD PORT="service.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="item_id.html" + tooltip="item_id" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profdef" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profdef.html" + tooltip="profdef" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile_check" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile_check.html" + tooltip="profile_check" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "sign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sign.html" + tooltip="sign" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sys_perms.html" + tooltip="sys_perms" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="token" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD></TR> + <TR><TD PORT="meta" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</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">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/item_id.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/item_id.implied2degrees.png Binary files differnew file mode 100644 index 000000000..8c6d710cf --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/item_id.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/likes.1degree.dot b/doc/schemaspy_hubzilla/diagrams/likes.1degree.dot new file mode 100644 index 000000000..4e0cc0ba4 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/likes.1degree.dot @@ -0,0 +1,41 @@ +// 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" + ]; + "likes" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD><TD PORT="channel_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="liker" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">liker</TD><TD PORT="liker.type" ALIGN="LEFT">char[128]</TD></TR> + <TR><TD PORT="likee" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">likee</TD><TD PORT="likee.type" ALIGN="LEFT">char[128]</TD></TR> + <TR><TD PORT="iid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">iid</TD><TD PORT="iid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="verb" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">verb</TD><TD PORT="verb.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="target_type" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">target_type</TD><TD PORT="target_type.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="target_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">target_id</TD><TD PORT="target_id.type" ALIGN="LEFT">char[128]</TD></TR> + <TR><TD PORT="target" COLSPAN="2" ALIGN="LEFT">target</TD><TD PORT="target.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="i_mid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">i_mid</TD><TD PORT="i_mid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/likes.1degree.png b/doc/schemaspy_hubzilla/diagrams/likes.1degree.png Binary files differnew file mode 100644 index 000000000..3e2df84fc --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/likes.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/likes.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/likes.implied2degrees.dot new file mode 100644 index 000000000..4c1bf49ac --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/likes.implied2degrees.dot @@ -0,0 +1,468 @@ +// 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" + ]; + "attach":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"channel_hash":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "config":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "conv":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "event":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fcontact":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "ffinder":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "item_id":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "likes":"channel_id":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "likes":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profdef":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile_check":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sys_perms":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xconfig":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xign":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="config.html" + tooltip="config" + ]; + "conv" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="conv.html" + tooltip="conv" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fcontact" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fcontact.html" + tooltip="fcontact" + ]; + "ffinder" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="ffinder.html" + tooltip="ffinder" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "item_id" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item_id.html" + tooltip="item_id" + ]; + "likes" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD><TD PORT="channel_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="liker" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">liker</TD><TD PORT="liker.type" ALIGN="LEFT">char[128]</TD></TR> + <TR><TD PORT="likee" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">likee</TD><TD PORT="likee.type" ALIGN="LEFT">char[128]</TD></TR> + <TR><TD PORT="iid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">iid</TD><TD PORT="iid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="verb" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">verb</TD><TD PORT="verb.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="target_type" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">target_type</TD><TD PORT="target_type.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="target_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">target_id</TD><TD PORT="target_id.type" ALIGN="LEFT">char[128]</TD></TR> + <TR><TD PORT="target" COLSPAN="2" ALIGN="LEFT">target</TD><TD PORT="target.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="i_mid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">i_mid</TD><TD PORT="i_mid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profdef" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profdef.html" + tooltip="profdef" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile_check" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile_check.html" + tooltip="profile_check" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "sign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sign.html" + tooltip="sign" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sys_perms.html" + tooltip="sys_perms" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="token" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD></TR> + <TR><TD PORT="meta" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</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">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/likes.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/likes.implied2degrees.png Binary files differnew file mode 100644 index 000000000..c40c0591d --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/likes.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/mail.1degree.dot b/doc/schemaspy_hubzilla/diagrams/mail.1degree.dot new file mode 100644 index 000000000..d988aab79 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/mail.1degree.dot @@ -0,0 +1,90 @@ +// 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" + ]; + "mail":"from_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"to_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="convid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">convid</TD><TD PORT="convid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="mail_flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_flags</TD><TD PORT="mail_flags.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="from_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">from_xchan</TD><TD PORT="from_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="to_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">to_xchan</TD><TD PORT="to_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="account_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_id</TD><TD PORT="account_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD><TD PORT="channel_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="title" COLSPAN="2" ALIGN="LEFT">title</TD><TD PORT="title.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="body" COLSPAN="2" ALIGN="LEFT">body</TD><TD PORT="body.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="sig" COLSPAN="2" ALIGN="LEFT">sig</TD><TD PORT="sig.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="attach" COLSPAN="2" ALIGN="LEFT">attach</TD><TD PORT="attach.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="mid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mid</TD><TD PORT="mid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="parent_mid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_mid</TD><TD PORT="parent_mid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="mail_deleted" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_deleted</TD><TD PORT="mail_deleted.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="mail_replied" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_replied</TD><TD PORT="mail_replied.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="mail_isreply" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_isreply</TD><TD PORT="mail_isreply.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="mail_seen" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_seen</TD><TD PORT="mail_seen.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="mail_recalled" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_recalled</TD><TD PORT="mail_recalled.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="mail_obscured" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_obscured</TD><TD PORT="mail_obscured.type" ALIGN="LEFT">smallint[5]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="expires" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD><TD PORT="expires.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="conv_guid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">conv_guid</TD><TD PORT="conv_guid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/mail.1degree.png b/doc/schemaspy_hubzilla/diagrams/mail.1degree.png Binary files differnew file mode 100644 index 000000000..7e02556ed --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/mail.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/mail.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/mail.2degrees.dot new file mode 100644 index 000000000..7c5c0ee95 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/mail.2degrees.dot @@ -0,0 +1,430 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"from_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"to_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="convid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">convid</TD><TD PORT="convid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="mail_flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_flags</TD><TD PORT="mail_flags.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="from_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">from_xchan</TD><TD PORT="from_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="to_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">to_xchan</TD><TD PORT="to_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="account_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_id</TD><TD PORT="account_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD><TD PORT="channel_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="title" COLSPAN="2" ALIGN="LEFT">title</TD><TD PORT="title.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="body" COLSPAN="2" ALIGN="LEFT">body</TD><TD PORT="body.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="sig" COLSPAN="2" ALIGN="LEFT">sig</TD><TD PORT="sig.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="attach" COLSPAN="2" ALIGN="LEFT">attach</TD><TD PORT="attach.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="mid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mid</TD><TD PORT="mid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="parent_mid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_mid</TD><TD PORT="parent_mid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="mail_deleted" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_deleted</TD><TD PORT="mail_deleted.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="mail_replied" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_replied</TD><TD PORT="mail_replied.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="mail_isreply" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_isreply</TD><TD PORT="mail_isreply.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="mail_seen" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_seen</TD><TD PORT="mail_seen.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="mail_recalled" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_recalled</TD><TD PORT="mail_recalled.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="mail_obscured" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_obscured</TD><TD PORT="mail_obscured.type" ALIGN="LEFT">smallint[5]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="expires" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD><TD PORT="expires.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="conv_guid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">conv_guid</TD><TD PORT="conv_guid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/mail.2degrees.png b/doc/schemaspy_hubzilla/diagrams/mail.2degrees.png Binary files differnew file mode 100644 index 000000000..13e076e30 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/mail.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/mail.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/mail.implied2degrees.dot new file mode 100644 index 000000000..d01bc6048 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/mail.implied2degrees.dot @@ -0,0 +1,645 @@ +// 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "config":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "conv":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fcontact":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "ffinder":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item_id":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "likes":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "likes":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"account_id":w -> "account":"account_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"channel_id":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"from_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"to_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profdef":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile_check":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "sign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "sys_perms":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "account" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">account</TD></TR> + <TR><TD PORT="account_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">account_id</TD></TR> + <TR><TD PORT="account_parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_parent</TD></TR> + <TR><TD PORT="account_default_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_default_channel</TD></TR> + <TR><TD PORT="account_salt" COLSPAN="3" ALIGN="LEFT">account_salt</TD></TR> + <TR><TD PORT="account_password" COLSPAN="3" ALIGN="LEFT">account_password</TD></TR> + <TR><TD PORT="account_email" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_email</TD></TR> + <TR><TD PORT="account_external" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_external</TD></TR> + <TR><TD PORT="account_language" COLSPAN="3" ALIGN="LEFT">account_language</TD></TR> + <TR><TD PORT="account_created" COLSPAN="3" ALIGN="LEFT">account_created</TD></TR> + <TR><TD PORT="account_lastlog" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_lastlog</TD></TR> + <TR><TD PORT="account_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_flags</TD></TR> + <TR><TD PORT="account_roles" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_roles</TD></TR> + <TR><TD PORT="account_reset" COLSPAN="3" ALIGN="LEFT">account_reset</TD></TR> + <TR><TD PORT="account_expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_expires</TD></TR> + <TR><TD PORT="account_expire_notified" COLSPAN="3" ALIGN="LEFT">account_expire_notified</TD></TR> + <TR><TD PORT="account_service_class" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_service_class</TD></TR> + <TR><TD PORT="account_level" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_level</TD></TR> + <TR><TD PORT="account_password_changed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_password_changed</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 ></TD></TR> + </TABLE>> + URL="account.html" + tooltip="account" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="config.html" + tooltip="config" + ]; + "conv" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="conv.html" + tooltip="conv" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fcontact" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fcontact.html" + tooltip="fcontact" + ]; + "ffinder" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="ffinder.html" + tooltip="ffinder" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "item_id" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item_id.html" + tooltip="item_id" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="convid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">convid</TD><TD PORT="convid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="mail_flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_flags</TD><TD PORT="mail_flags.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="from_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">from_xchan</TD><TD PORT="from_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="to_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">to_xchan</TD><TD PORT="to_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="account_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">account_id</TD><TD PORT="account_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD><TD PORT="channel_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="title" COLSPAN="2" ALIGN="LEFT">title</TD><TD PORT="title.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="body" COLSPAN="2" ALIGN="LEFT">body</TD><TD PORT="body.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="sig" COLSPAN="2" ALIGN="LEFT">sig</TD><TD PORT="sig.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="attach" COLSPAN="2" ALIGN="LEFT">attach</TD><TD PORT="attach.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="mid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mid</TD><TD PORT="mid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="parent_mid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_mid</TD><TD PORT="parent_mid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="mail_deleted" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_deleted</TD><TD PORT="mail_deleted.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="mail_replied" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_replied</TD><TD PORT="mail_replied.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="mail_isreply" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_isreply</TD><TD PORT="mail_isreply.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="mail_seen" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_seen</TD><TD PORT="mail_seen.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="mail_recalled" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_recalled</TD><TD PORT="mail_recalled.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="mail_obscured" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_obscured</TD><TD PORT="mail_obscured.type" ALIGN="LEFT">smallint[5]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="expires" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD><TD PORT="expires.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="conv_guid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">conv_guid</TD><TD PORT="conv_guid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profdef" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profdef.html" + tooltip="profdef" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile_check" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile_check.html" + tooltip="profile_check" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "sign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sign.html" + tooltip="sign" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sys_perms.html" + tooltip="sys_perms" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="token" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD></TR> + <TR><TD PORT="meta" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</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">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/mail.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/mail.implied2degrees.png Binary files differnew file mode 100644 index 000000000..11f8fda3a --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/mail.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/manage.1degree.dot b/doc/schemaspy_hubzilla/diagrams/manage.1degree.dot new file mode 100644 index 000000000..cffb3d231 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/manage.1degree.dot @@ -0,0 +1,70 @@ +// 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" + ]; + "manage":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD><TD PORT="xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/manage.1degree.png b/doc/schemaspy_hubzilla/diagrams/manage.1degree.png Binary files differnew file mode 100644 index 000000000..228fb0c24 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/manage.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/manage.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/manage.2degrees.dot new file mode 100644 index 000000000..ef6b0d691 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/manage.2degrees.dot @@ -0,0 +1,411 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD><TD PORT="xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/manage.2degrees.png b/doc/schemaspy_hubzilla/diagrams/manage.2degrees.png Binary files differnew file mode 100644 index 000000000..39b80c118 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/manage.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/manage.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/manage.implied2degrees.dot new file mode 100644 index 000000000..7a68e4269 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/manage.implied2degrees.dot @@ -0,0 +1,517 @@ +// 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "addon":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "app":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "attach":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fserver":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fsuggest":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hook":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "pconfig":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profile":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "spam":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "addon" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">addon</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="addon.html" + tooltip="addon" + ]; + "app" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">app</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="app.html" + tooltip="app" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fserver" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fserver</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fserver.html" + tooltip="fserver" + ]; + "fsuggest" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fsuggest</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fsuggest.html" + tooltip="fsuggest" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">41 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="hook.html" + tooltip="hook" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD><TD PORT="xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD></TR> + <TR><TD PORT="msg" COLSPAN="3" ALIGN="LEFT">msg</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "pconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">pconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">719 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="pconfig.html" + tooltip="pconfig" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">11 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile.html" + tooltip="profile" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "spam" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">spam</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="spam.html" + tooltip="spam" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/manage.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/manage.implied2degrees.png Binary files differnew file mode 100644 index 000000000..c8527aa79 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/manage.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/notify.1degree.dot b/doc/schemaspy_hubzilla/diagrams/notify.1degree.dot new file mode 100644 index 000000000..9c5aa5759 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/notify.1degree.dot @@ -0,0 +1,175 @@ +// 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" + ]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "notify" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD><TD PORT="hash.type" ALIGN="LEFT">char[64]</TD></TR> + <TR><TD PORT="name" COLSPAN="2" ALIGN="LEFT">name</TD><TD PORT="name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="url" COLSPAN="2" ALIGN="LEFT">url</TD><TD PORT="url.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="photo" COLSPAN="2" ALIGN="LEFT">photo</TD><TD PORT="photo.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="date" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD><TD PORT="date.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="msg" COLSPAN="2" ALIGN="LEFT">msg</TD><TD PORT="msg.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="aid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD><TD PORT="aid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="link" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD><TD PORT="link.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="parent" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD><TD PORT="parent.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="seen" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD><TD PORT="seen.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="type" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD><TD PORT="type.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="verb" COLSPAN="2" ALIGN="LEFT">verb</TD><TD PORT="verb.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="otype" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD><TD PORT="otype.type" ALIGN="LEFT">char[16]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/notify.1degree.png b/doc/schemaspy_hubzilla/diagrams/notify.1degree.png Binary files differnew file mode 100644 index 000000000..f71fdcb86 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/notify.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/notify.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/notify.2degrees.dot new file mode 100644 index 000000000..21f361524 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/notify.2degrees.dot @@ -0,0 +1,489 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD><TD PORT="hash.type" ALIGN="LEFT">char[64]</TD></TR> + <TR><TD PORT="name" COLSPAN="2" ALIGN="LEFT">name</TD><TD PORT="name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="url" COLSPAN="2" ALIGN="LEFT">url</TD><TD PORT="url.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="photo" COLSPAN="2" ALIGN="LEFT">photo</TD><TD PORT="photo.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="date" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD><TD PORT="date.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="msg" COLSPAN="2" ALIGN="LEFT">msg</TD><TD PORT="msg.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="aid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD><TD PORT="aid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="link" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD><TD PORT="link.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="parent" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD><TD PORT="parent.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="seen" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD><TD PORT="seen.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="type" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD><TD PORT="type.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="verb" COLSPAN="2" ALIGN="LEFT">verb</TD><TD PORT="verb.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="otype" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD><TD PORT="otype.type" ALIGN="LEFT">char[16]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/notify.2degrees.png b/doc/schemaspy_hubzilla/diagrams/notify.2degrees.png Binary files differnew file mode 100644 index 000000000..9d122e5c4 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/notify.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/notify.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/notify.implied2degrees.dot new file mode 100644 index 000000000..3ce729966 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/notify.implied2degrees.dot @@ -0,0 +1,721 @@ +// 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "addon":"id":w -> "notify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "app":"id":w -> "notify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "attach":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"id":w -> "notify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fserver":"id":w -> "notify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fsuggest":"id":w -> "notify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hook":"id":w -> "notify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "likes":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"id":w -> "notify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "pconfig":"id":w -> "notify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "pconfig":"k":w -> "cache":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "cache":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profile":"id":w -> "notify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "spam":"id":w -> "notify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "cache":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "addon" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">addon</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="version" COLSPAN="3" ALIGN="LEFT">version</TD></TR> + <TR><TD PORT="installed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">installed</TD></TR> + <TR><TD PORT="hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hidden</TD></TR> + <TR><TD PORT="timestamp" COLSPAN="3" ALIGN="LEFT">timestamp</TD></TR> + <TR><TD PORT="plugin_admin" COLSPAN="3" ALIGN="LEFT">plugin_admin</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="addon.html" + tooltip="addon" + ]; + "app" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">app</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="app_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_id</TD></TR> + <TR><TD PORT="app_sig" COLSPAN="3" ALIGN="LEFT">app_sig</TD></TR> + <TR><TD PORT="app_author" COLSPAN="3" ALIGN="LEFT">app_author</TD></TR> + <TR><TD PORT="app_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_name</TD></TR> + <TR><TD PORT="app_desc" COLSPAN="3" ALIGN="LEFT">app_desc</TD></TR> + <TR><TD PORT="app_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_url</TD></TR> + <TR><TD PORT="app_photo" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_photo</TD></TR> + <TR><TD PORT="app_version" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_version</TD></TR> + <TR><TD PORT="app_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_channel</TD></TR> + <TR><TD PORT="app_addr" COLSPAN="3" ALIGN="LEFT">app_addr</TD></TR> + <TR><TD PORT="app_price" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_price</TD></TR> + <TR><TD PORT="app_page" COLSPAN="3" ALIGN="LEFT">app_page</TD></TR> + <TR><TD PORT="app_requires" COLSPAN="3" ALIGN="LEFT">app_requires</TD></TR> + <TR><TD PORT="app_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_created</TD></TR> + <TR><TD PORT="app_edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_edited</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="app.html" + tooltip="app" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "cache" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">cache</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">334 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 ></TD></TR> + </TABLE>> + URL="cache.html" + tooltip="cache" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="event_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_xchan</TD></TR> + <TR><TD PORT="event_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="start" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">start</TD></TR> + <TR><TD PORT="finish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">finish</TD></TR> + <TR><TD PORT="summary" COLSPAN="3" ALIGN="LEFT">summary</TD></TR> + <TR><TD PORT="description" COLSPAN="3" ALIGN="LEFT">description</TD></TR> + <TR><TD PORT="location" COLSPAN="3" ALIGN="LEFT">location</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="nofinish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">nofinish</TD></TR> + <TR><TD PORT="adjust" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">adjust</TD></TR> + <TR><TD PORT="ignore" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ignore</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD PORT="event_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_status</TD></TR> + <TR><TD PORT="event_status_date" COLSPAN="3" ALIGN="LEFT">event_status_date</TD></TR> + <TR><TD PORT="event_percent" COLSPAN="3" ALIGN="LEFT">event_percent</TD></TR> + <TR><TD PORT="event_repeat" COLSPAN="3" ALIGN="LEFT">event_repeat</TD></TR> + <TR><TD PORT="event_sequence" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_sequence</TD></TR> + <TR><TD PORT="event_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_priority</TD></TR> + <TR><TD PORT="event_vdata" COLSPAN="3" ALIGN="LEFT">event_vdata</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fserver" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fserver</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="server" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">server</TD></TR> + <TR><TD PORT="posturl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">posturl</TD></TR> + <TR><TD PORT="key" COLSPAN="3" ALIGN="LEFT">key</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fserver.html" + tooltip="fserver" + ]; + "fsuggest" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fsuggest</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="cid" COLSPAN="3" ALIGN="LEFT">cid</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="request" COLSPAN="3" ALIGN="LEFT">request</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="note" COLSPAN="3" ALIGN="LEFT">note</TD></TR> + <TR><TD PORT="created" COLSPAN="3" ALIGN="LEFT">created</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fsuggest.html" + tooltip="fsuggest" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hook</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hook</TD></TR> + <TR><TD PORT="file" COLSPAN="3" ALIGN="LEFT">file</TD></TR> + <TR><TD PORT="function" COLSPAN="3" ALIGN="LEFT">function</TD></TR> + <TR><TD PORT="priority" COLSPAN="3" ALIGN="LEFT">priority</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">41 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="hook.html" + tooltip="hook" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD><TD PORT="hash.type" ALIGN="LEFT">char[64]</TD></TR> + <TR><TD PORT="name" COLSPAN="2" ALIGN="LEFT">name</TD><TD PORT="name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="url" COLSPAN="2" ALIGN="LEFT">url</TD><TD PORT="url.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="photo" COLSPAN="2" ALIGN="LEFT">photo</TD><TD PORT="photo.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="date" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD><TD PORT="date.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="msg" COLSPAN="2" ALIGN="LEFT">msg</TD><TD PORT="msg.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="aid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD><TD PORT="aid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="link" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD><TD PORT="link.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="parent" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD><TD PORT="parent.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="seen" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD><TD PORT="seen.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="type" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD><TD PORT="type.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="verb" COLSPAN="2" ALIGN="LEFT">verb</TD><TD PORT="verb.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="otype" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD><TD PORT="otype.type" ALIGN="LEFT">char[16]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "pconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">pconfig</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="cat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">719 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="pconfig.html" + tooltip="pconfig" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="profile_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">profile_guid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="profile_name" COLSPAN="3" ALIGN="LEFT">profile_name</TD></TR> + <TR><TD PORT="is_default" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_default</TD></TR> + <TR><TD PORT="hide_friends" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hide_friends</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="pdesc" COLSPAN="3" ALIGN="LEFT">pdesc</TD></TR> + <TR><TD PORT="chandesc" COLSPAN="3" ALIGN="LEFT">chandesc</TD></TR> + <TR><TD PORT="dob" COLSPAN="3" ALIGN="LEFT">dob</TD></TR> + <TR><TD PORT="dob_tz" COLSPAN="3" ALIGN="LEFT">dob_tz</TD></TR> + <TR><TD PORT="address" COLSPAN="3" ALIGN="LEFT">address</TD></TR> + <TR><TD PORT="locality" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">locality</TD></TR> + <TR><TD PORT="region" COLSPAN="3" ALIGN="LEFT">region</TD></TR> + <TR><TD PORT="postal_code" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">postal_code</TD></TR> + <TR><TD PORT="country_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">country_name</TD></TR> + <TR><TD PORT="hometown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hometown</TD></TR> + <TR><TD PORT="gender" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">gender</TD></TR> + <TR><TD PORT="marital" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">marital</TD></TR> + <TR><TD PORT="with" COLSPAN="3" ALIGN="LEFT">with</TD></TR> + <TR><TD PORT="howlong" COLSPAN="3" ALIGN="LEFT">howlong</TD></TR> + <TR><TD PORT="sexual" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">sexual</TD></TR> + <TR><TD PORT="politic" COLSPAN="3" ALIGN="LEFT">politic</TD></TR> + <TR><TD PORT="religion" COLSPAN="3" ALIGN="LEFT">religion</TD></TR> + <TR><TD PORT="keywords" COLSPAN="3" ALIGN="LEFT">keywords</TD></TR> + <TR><TD PORT="likes" COLSPAN="3" ALIGN="LEFT">likes</TD></TR> + <TR><TD PORT="dislikes" COLSPAN="3" ALIGN="LEFT">dislikes</TD></TR> + <TR><TD PORT="about" COLSPAN="3" ALIGN="LEFT">about</TD></TR> + <TR><TD PORT="summary" COLSPAN="3" ALIGN="LEFT">summary</TD></TR> + <TR><TD PORT="music" COLSPAN="3" ALIGN="LEFT">music</TD></TR> + <TR><TD PORT="book" COLSPAN="3" ALIGN="LEFT">book</TD></TR> + <TR><TD PORT="tv" COLSPAN="3" ALIGN="LEFT">tv</TD></TR> + <TR><TD PORT="film" COLSPAN="3" ALIGN="LEFT">film</TD></TR> + <TR><TD PORT="interest" COLSPAN="3" ALIGN="LEFT">interest</TD></TR> + <TR><TD PORT="romance" COLSPAN="3" ALIGN="LEFT">romance</TD></TR> + <TR><TD PORT="work" COLSPAN="3" ALIGN="LEFT">work</TD></TR> + <TR><TD PORT="education" COLSPAN="3" ALIGN="LEFT">education</TD></TR> + <TR><TD PORT="contact" COLSPAN="3" ALIGN="LEFT">contact</TD></TR> + <TR><TD PORT="channels" COLSPAN="3" ALIGN="LEFT">channels</TD></TR> + <TR><TD PORT="homepage" COLSPAN="3" ALIGN="LEFT">homepage</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="thumb" COLSPAN="3" ALIGN="LEFT">thumb</TD></TR> + <TR><TD PORT="publish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">publish</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">11 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile.html" + tooltip="profile" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "spam" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">spam</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="spam" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">spam</TD></TR> + <TR><TD PORT="ham" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ham</TD></TR> + <TR><TD PORT="term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term</TD></TR> + <TR><TD PORT="date" COLSPAN="3" ALIGN="LEFT">date</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="spam.html" + tooltip="spam" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/notify.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/notify.implied2degrees.png Binary files differnew file mode 100644 index 000000000..b2e50e061 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/notify.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/outq.1degree.dot b/doc/schemaspy_hubzilla/diagrams/outq.1degree.dot new file mode 100644 index 000000000..b39d13d5b --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/outq.1degree.dot @@ -0,0 +1,172 @@ +// 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" + ]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"outq_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "outq" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="outq_hash" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">outq_hash</TD><TD PORT="outq_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="outq_account" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_account</TD><TD PORT="outq_account.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="outq_channel" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_channel</TD><TD PORT="outq_channel.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="outq_driver" COLSPAN="2" ALIGN="LEFT">outq_driver</TD><TD PORT="outq_driver.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="outq_posturl" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_posturl</TD><TD PORT="outq_posturl.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="outq_async" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_async</TD><TD PORT="outq_async.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="outq_delivered" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_delivered</TD><TD PORT="outq_delivered.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="outq_created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_created</TD><TD PORT="outq_created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="outq_updated" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_updated</TD><TD PORT="outq_updated.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="outq_notify" COLSPAN="2" ALIGN="LEFT">outq_notify</TD><TD PORT="outq_notify.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="outq_msg" COLSPAN="2" ALIGN="LEFT">outq_msg</TD><TD PORT="outq_msg.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="outq_priority" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_priority</TD><TD PORT="outq_priority.type" ALIGN="LEFT">smallint[5]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/outq.1degree.png b/doc/schemaspy_hubzilla/diagrams/outq.1degree.png Binary files differnew file mode 100644 index 000000000..bfee31913 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/outq.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/outq.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/outq.2degrees.dot new file mode 100644 index 000000000..688fd7557 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/outq.2degrees.dot @@ -0,0 +1,486 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"outq_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="outq_hash" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">outq_hash</TD><TD PORT="outq_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="outq_account" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_account</TD><TD PORT="outq_account.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="outq_channel" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_channel</TD><TD PORT="outq_channel.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="outq_driver" COLSPAN="2" ALIGN="LEFT">outq_driver</TD><TD PORT="outq_driver.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="outq_posturl" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_posturl</TD><TD PORT="outq_posturl.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="outq_async" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_async</TD><TD PORT="outq_async.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="outq_delivered" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_delivered</TD><TD PORT="outq_delivered.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="outq_created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_created</TD><TD PORT="outq_created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="outq_updated" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_updated</TD><TD PORT="outq_updated.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="outq_notify" COLSPAN="2" ALIGN="LEFT">outq_notify</TD><TD PORT="outq_notify.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="outq_msg" COLSPAN="2" ALIGN="LEFT">outq_msg</TD><TD PORT="outq_msg.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="outq_priority" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_priority</TD><TD PORT="outq_priority.type" ALIGN="LEFT">smallint[5]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/outq.2degrees.png b/doc/schemaspy_hubzilla/diagrams/outq.2degrees.png Binary files differnew file mode 100644 index 000000000..9b76dc262 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/outq.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/outq.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/outq.implied2degrees.dot new file mode 100644 index 000000000..55c5ddc5f --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/outq.implied2degrees.dot @@ -0,0 +1,501 @@ +// 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "likes":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"outq_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="outq_hash" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">outq_hash</TD><TD PORT="outq_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="outq_account" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_account</TD><TD PORT="outq_account.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="outq_channel" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_channel</TD><TD PORT="outq_channel.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="outq_driver" COLSPAN="2" ALIGN="LEFT">outq_driver</TD><TD PORT="outq_driver.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="outq_posturl" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_posturl</TD><TD PORT="outq_posturl.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="outq_async" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_async</TD><TD PORT="outq_async.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="outq_delivered" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_delivered</TD><TD PORT="outq_delivered.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="outq_created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_created</TD><TD PORT="outq_created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="outq_updated" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_updated</TD><TD PORT="outq_updated.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="outq_notify" COLSPAN="2" ALIGN="LEFT">outq_notify</TD><TD PORT="outq_notify.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="outq_msg" COLSPAN="2" ALIGN="LEFT">outq_msg</TD><TD PORT="outq_msg.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="outq_priority" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_priority</TD><TD PORT="outq_priority.type" ALIGN="LEFT">smallint[5]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/outq.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/outq.implied2degrees.png Binary files differnew file mode 100644 index 000000000..729e6a7e6 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/outq.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/pconfig.1degree.dot b/doc/schemaspy_hubzilla/diagrams/pconfig.1degree.dot new file mode 100644 index 000000000..507286753 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/pconfig.1degree.dot @@ -0,0 +1,36 @@ +// 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" + ]; + "pconfig" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">pconfig</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="cat" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD><TD PORT="cat.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="k" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD><TD PORT="k.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="v" COLSPAN="2" ALIGN="LEFT">v</TD><TD PORT="v.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">719 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="pconfig.html" + tooltip="pconfig" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/pconfig.1degree.png b/doc/schemaspy_hubzilla/diagrams/pconfig.1degree.png Binary files differnew file mode 100644 index 000000000..6a8c08bb6 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/pconfig.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/pconfig.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/pconfig.implied2degrees.dot new file mode 100644 index 000000000..ea6741fd0 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/pconfig.implied2degrees.dot @@ -0,0 +1,265 @@ +// 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" + ]; + "addon":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "app":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "config":"elipses":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fserver":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fsuggest":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hook":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "pconfig":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "pconfig":"k":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profile":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "spam":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sys_perms":"elipses":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "xchan":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xconfig":"elipses":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "xconfig":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "addon" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">addon</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="addon.html" + tooltip="addon" + ]; + "app" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">app</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="app.html" + tooltip="app" + ]; + "cache" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">cache</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD PORT="updated" COLSPAN="3" ALIGN="LEFT">updated</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">334 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 ></TD></TR> + </TABLE>> + URL="cache.html" + tooltip="cache" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="config.html" + tooltip="config" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fserver" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fserver</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fserver.html" + tooltip="fserver" + ]; + "fsuggest" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fsuggest</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fsuggest.html" + tooltip="fsuggest" + ]; + "hook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">41 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="hook.html" + tooltip="hook" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD></TR> + <TR><TD PORT="msg" COLSPAN="3" ALIGN="LEFT">msg</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "pconfig" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">pconfig</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="cat" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD><TD PORT="cat.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="k" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD><TD PORT="k.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="v" COLSPAN="2" ALIGN="LEFT">v</TD><TD PORT="v.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">719 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="pconfig.html" + tooltip="pconfig" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">11 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile.html" + tooltip="profile" + ]; + "spam" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">spam</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="spam.html" + tooltip="spam" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sys_perms.html" + tooltip="sys_perms" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/pconfig.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/pconfig.implied2degrees.png Binary files differnew file mode 100644 index 000000000..725e4d3fa --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/pconfig.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/photo.1degree.dot b/doc/schemaspy_hubzilla/diagrams/photo.1degree.dot new file mode 100644 index 000000000..64e9ac019 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/photo.1degree.dot @@ -0,0 +1,95 @@ +// 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" + ]; + "photo":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "photo" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="aid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD><TD PORT="aid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD><TD PORT="xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="resource_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">resource_id</TD><TD PORT="resource_id.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="edited" COLSPAN="2" ALIGN="LEFT">edited</TD><TD PORT="edited.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="title" COLSPAN="2" ALIGN="LEFT">title</TD><TD PORT="title.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="description" COLSPAN="2" ALIGN="LEFT">description</TD><TD PORT="description.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="album" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">album</TD><TD PORT="album.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="filename" COLSPAN="2" ALIGN="LEFT">filename</TD><TD PORT="filename.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="type" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD><TD PORT="type.type" ALIGN="LEFT">char[128]</TD></TR> + <TR><TD PORT="height" COLSPAN="2" ALIGN="LEFT">height</TD><TD PORT="height.type" ALIGN="LEFT">smallint[5]</TD></TR> + <TR><TD PORT="width" COLSPAN="2" ALIGN="LEFT">width</TD><TD PORT="width.type" ALIGN="LEFT">smallint[5]</TD></TR> + <TR><TD PORT="size" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">size</TD><TD PORT="size.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="data" COLSPAN="2" ALIGN="LEFT">data</TD><TD PORT="data.type" ALIGN="LEFT">mediumblob[16777215]</TD></TR> + <TR><TD PORT="scale" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">scale</TD><TD PORT="scale.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="photo_usage" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">photo_usage</TD><TD PORT="photo_usage.type" ALIGN="LEFT">smallint[5]</TD></TR> + <TR><TD PORT="profile" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">profile</TD><TD PORT="profile.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="is_nsfw" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">is_nsfw</TD><TD PORT="is_nsfw.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD><TD PORT="os_storage.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="os_path" COLSPAN="2" ALIGN="LEFT">os_path</TD><TD PORT="os_path.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="display_path" COLSPAN="2" ALIGN="LEFT">display_path</TD><TD PORT="display_path.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="photo_flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">photo_flags</TD><TD PORT="photo_flags.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="2" ALIGN="LEFT">allow_cid</TD><TD PORT="allow_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="2" ALIGN="LEFT">allow_gid</TD><TD PORT="allow_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="2" ALIGN="LEFT">deny_cid</TD><TD PORT="deny_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="2" ALIGN="LEFT">deny_gid</TD><TD PORT="deny_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/photo.1degree.png b/doc/schemaspy_hubzilla/diagrams/photo.1degree.png Binary files differnew file mode 100644 index 000000000..417811a91 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/photo.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/photo.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/photo.2degrees.dot new file mode 100644 index 000000000..357108225 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/photo.2degrees.dot @@ -0,0 +1,436 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="aid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD><TD PORT="aid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD><TD PORT="xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="resource_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">resource_id</TD><TD PORT="resource_id.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="edited" COLSPAN="2" ALIGN="LEFT">edited</TD><TD PORT="edited.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="title" COLSPAN="2" ALIGN="LEFT">title</TD><TD PORT="title.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="description" COLSPAN="2" ALIGN="LEFT">description</TD><TD PORT="description.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="album" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">album</TD><TD PORT="album.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="filename" COLSPAN="2" ALIGN="LEFT">filename</TD><TD PORT="filename.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="type" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD><TD PORT="type.type" ALIGN="LEFT">char[128]</TD></TR> + <TR><TD PORT="height" COLSPAN="2" ALIGN="LEFT">height</TD><TD PORT="height.type" ALIGN="LEFT">smallint[5]</TD></TR> + <TR><TD PORT="width" COLSPAN="2" ALIGN="LEFT">width</TD><TD PORT="width.type" ALIGN="LEFT">smallint[5]</TD></TR> + <TR><TD PORT="size" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">size</TD><TD PORT="size.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="data" COLSPAN="2" ALIGN="LEFT">data</TD><TD PORT="data.type" ALIGN="LEFT">mediumblob[16777215]</TD></TR> + <TR><TD PORT="scale" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">scale</TD><TD PORT="scale.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="photo_usage" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">photo_usage</TD><TD PORT="photo_usage.type" ALIGN="LEFT">smallint[5]</TD></TR> + <TR><TD PORT="profile" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">profile</TD><TD PORT="profile.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="is_nsfw" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">is_nsfw</TD><TD PORT="is_nsfw.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD><TD PORT="os_storage.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="os_path" COLSPAN="2" ALIGN="LEFT">os_path</TD><TD PORT="os_path.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="display_path" COLSPAN="2" ALIGN="LEFT">display_path</TD><TD PORT="display_path.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="photo_flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">photo_flags</TD><TD PORT="photo_flags.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="2" ALIGN="LEFT">allow_cid</TD><TD PORT="allow_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="2" ALIGN="LEFT">allow_gid</TD><TD PORT="allow_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="2" ALIGN="LEFT">deny_cid</TD><TD PORT="deny_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="2" ALIGN="LEFT">deny_gid</TD><TD PORT="deny_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/photo.2degrees.png b/doc/schemaspy_hubzilla/diagrams/photo.2degrees.png Binary files differnew file mode 100644 index 000000000..1594b4734 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/photo.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/photo.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/photo.implied2degrees.dot new file mode 100644 index 000000000..75a68b75a --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/photo.implied2degrees.dot @@ -0,0 +1,576 @@ +// 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "config":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "conv":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fcontact":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "ffinder":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item_id":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "likes":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "likes":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profdef":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile_check":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "sign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "sys_perms":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="config.html" + tooltip="config" + ]; + "conv" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="conv.html" + tooltip="conv" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fcontact" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fcontact.html" + tooltip="fcontact" + ]; + "ffinder" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="ffinder.html" + tooltip="ffinder" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "item_id" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item_id.html" + tooltip="item_id" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="aid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD><TD PORT="aid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD><TD PORT="xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="resource_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">resource_id</TD><TD PORT="resource_id.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="edited" COLSPAN="2" ALIGN="LEFT">edited</TD><TD PORT="edited.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="title" COLSPAN="2" ALIGN="LEFT">title</TD><TD PORT="title.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="description" COLSPAN="2" ALIGN="LEFT">description</TD><TD PORT="description.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="album" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">album</TD><TD PORT="album.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="filename" COLSPAN="2" ALIGN="LEFT">filename</TD><TD PORT="filename.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="type" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD><TD PORT="type.type" ALIGN="LEFT">char[128]</TD></TR> + <TR><TD PORT="height" COLSPAN="2" ALIGN="LEFT">height</TD><TD PORT="height.type" ALIGN="LEFT">smallint[5]</TD></TR> + <TR><TD PORT="width" COLSPAN="2" ALIGN="LEFT">width</TD><TD PORT="width.type" ALIGN="LEFT">smallint[5]</TD></TR> + <TR><TD PORT="size" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">size</TD><TD PORT="size.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="data" COLSPAN="2" ALIGN="LEFT">data</TD><TD PORT="data.type" ALIGN="LEFT">mediumblob[16777215]</TD></TR> + <TR><TD PORT="scale" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">scale</TD><TD PORT="scale.type" ALIGN="LEFT">tinyint[3]</TD></TR> + <TR><TD PORT="photo_usage" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">photo_usage</TD><TD PORT="photo_usage.type" ALIGN="LEFT">smallint[5]</TD></TR> + <TR><TD PORT="profile" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">profile</TD><TD PORT="profile.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="is_nsfw" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">is_nsfw</TD><TD PORT="is_nsfw.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD><TD PORT="os_storage.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="os_path" COLSPAN="2" ALIGN="LEFT">os_path</TD><TD PORT="os_path.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="display_path" COLSPAN="2" ALIGN="LEFT">display_path</TD><TD PORT="display_path.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="photo_flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">photo_flags</TD><TD PORT="photo_flags.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="2" ALIGN="LEFT">allow_cid</TD><TD PORT="allow_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="2" ALIGN="LEFT">allow_gid</TD><TD PORT="allow_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="2" ALIGN="LEFT">deny_cid</TD><TD PORT="deny_cid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="2" ALIGN="LEFT">deny_gid</TD><TD PORT="deny_gid.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profdef" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profdef.html" + tooltip="profdef" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile_check" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile_check.html" + tooltip="profile_check" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "sign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sign.html" + tooltip="sign" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sys_perms.html" + tooltip="sys_perms" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="token" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD></TR> + <TR><TD PORT="meta" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</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">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/photo.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/photo.implied2degrees.png Binary files differnew file mode 100644 index 000000000..ee87b02e8 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/photo.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/profdef.1degree.dot b/doc/schemaspy_hubzilla/diagrams/profdef.1degree.dot new file mode 100644 index 000000000..d01868b36 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/profdef.1degree.dot @@ -0,0 +1,37 @@ +// 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" + ]; + "profdef" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="field_name" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">field_name</TD><TD PORT="field_name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="field_type" COLSPAN="2" ALIGN="LEFT">field_type</TD><TD PORT="field_type.type" ALIGN="LEFT">char[16]</TD></TR> + <TR><TD PORT="field_desc" COLSPAN="2" ALIGN="LEFT">field_desc</TD><TD PORT="field_desc.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="field_help" COLSPAN="2" ALIGN="LEFT">field_help</TD><TD PORT="field_help.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="field_inputs" COLSPAN="2" ALIGN="LEFT">field_inputs</TD><TD PORT="field_inputs.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="profdef.html" + tooltip="profdef" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/profdef.1degree.png b/doc/schemaspy_hubzilla/diagrams/profdef.1degree.png Binary files differnew file mode 100644 index 000000000..5fd0a8cc3 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/profdef.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/profdef.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/profdef.implied2degrees.dot new file mode 100644 index 000000000..35c6fd4d4 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/profdef.implied2degrees.dot @@ -0,0 +1,262 @@ +// 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" + ]; + "attach":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "config":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "conv":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fcontact":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "ffinder":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "groups":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item_id":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "likes":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profdef":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile_check":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sys_perms":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="config.html" + tooltip="config" + ]; + "conv" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="conv.html" + tooltip="conv" + ]; + "fcontact" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fcontact.html" + tooltip="fcontact" + ]; + "ffinder" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="ffinder.html" + tooltip="ffinder" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "item_id" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item_id.html" + tooltip="item_id" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profdef" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="field_name" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">field_name</TD><TD PORT="field_name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="field_type" COLSPAN="2" ALIGN="LEFT">field_type</TD><TD PORT="field_type.type" ALIGN="LEFT">char[16]</TD></TR> + <TR><TD PORT="field_desc" COLSPAN="2" ALIGN="LEFT">field_desc</TD><TD PORT="field_desc.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="field_help" COLSPAN="2" ALIGN="LEFT">field_help</TD><TD PORT="field_help.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="field_inputs" COLSPAN="2" ALIGN="LEFT">field_inputs</TD><TD PORT="field_inputs.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="profdef.html" + tooltip="profdef" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile_check" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile_check.html" + tooltip="profile_check" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "sign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sign.html" + tooltip="sign" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sys_perms.html" + tooltip="sys_perms" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="token" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD></TR> + <TR><TD PORT="meta" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</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">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/profdef.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/profdef.implied2degrees.png Binary files differnew file mode 100644 index 000000000..1baf6783f --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/profdef.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/profext.1degree.dot b/doc/schemaspy_hubzilla/diagrams/profext.1degree.dot new file mode 100644 index 000000000..955a1f999 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/profext.1degree.dot @@ -0,0 +1,165 @@ +// 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" + ]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "profext" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD><TD PORT="channel_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD><TD PORT="hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="k" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD><TD PORT="k.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="v" COLSPAN="2" ALIGN="LEFT">v</TD><TD PORT="v.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/profext.1degree.png b/doc/schemaspy_hubzilla/diagrams/profext.1degree.png Binary files differnew file mode 100644 index 000000000..fbe835b1b --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/profext.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/profext.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/profext.2degrees.dot new file mode 100644 index 000000000..2599e3999 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/profext.2degrees.dot @@ -0,0 +1,479 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD><TD PORT="channel_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD><TD PORT="hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="k" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD><TD PORT="k.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="v" COLSPAN="2" ALIGN="LEFT">v</TD><TD PORT="v.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/profext.2degrees.png b/doc/schemaspy_hubzilla/diagrams/profext.2degrees.png Binary files differnew file mode 100644 index 000000000..a94aae19f --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/profext.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/profext.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/profext.implied2degrees.dot new file mode 100644 index 000000000..5ad3f1a01 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/profext.implied2degrees.dot @@ -0,0 +1,647 @@ +// 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "config":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "config":"elipses":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "conv":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fcontact":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "ffinder":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item_id":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "likes":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "likes":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "pconfig":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "pconfig":"elipses":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "photo":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profdef":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"channel_id":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"k":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profile_check":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "sign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "sys_perms":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sys_perms":"elipses":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"elipses":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "cache" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">cache</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD PORT="updated" COLSPAN="3" ALIGN="LEFT">updated</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">334 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 ></TD></TR> + </TABLE>> + URL="cache.html" + tooltip="cache" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="config.html" + tooltip="config" + ]; + "conv" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="conv.html" + tooltip="conv" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fcontact" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fcontact.html" + tooltip="fcontact" + ]; + "ffinder" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="ffinder.html" + tooltip="ffinder" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "item_id" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item_id.html" + tooltip="item_id" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "pconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">pconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">719 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="pconfig.html" + tooltip="pconfig" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profdef" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profdef.html" + tooltip="profdef" + ]; + "profext" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD><TD PORT="channel_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD><TD PORT="hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="k" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD><TD PORT="k.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="v" COLSPAN="2" ALIGN="LEFT">v</TD><TD PORT="v.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile_check" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile_check.html" + tooltip="profile_check" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "sign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sign.html" + tooltip="sign" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sys_perms.html" + tooltip="sys_perms" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="token" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD></TR> + <TR><TD PORT="meta" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</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">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/profext.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/profext.implied2degrees.png Binary files differnew file mode 100644 index 000000000..2be4aedee --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/profext.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/profile.1degree.dot b/doc/schemaspy_hubzilla/diagrams/profile.1degree.dot new file mode 100644 index 000000000..1ae01de9b --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/profile.1degree.dot @@ -0,0 +1,75 @@ +// 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" + ]; + "profile" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="profile_guid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">profile_guid</TD><TD PORT="profile_guid.type" ALIGN="LEFT">char[64]</TD></TR> + <TR><TD PORT="aid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD><TD PORT="aid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="profile_name" COLSPAN="2" ALIGN="LEFT">profile_name</TD><TD PORT="profile_name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="is_default" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">is_default</TD><TD PORT="is_default.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="hide_friends" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hide_friends</TD><TD PORT="hide_friends.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="name" COLSPAN="2" ALIGN="LEFT">name</TD><TD PORT="name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="pdesc" COLSPAN="2" ALIGN="LEFT">pdesc</TD><TD PORT="pdesc.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="chandesc" COLSPAN="2" ALIGN="LEFT">chandesc</TD><TD PORT="chandesc.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="dob" COLSPAN="2" ALIGN="LEFT">dob</TD><TD PORT="dob.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="dob_tz" COLSPAN="2" ALIGN="LEFT">dob_tz</TD><TD PORT="dob_tz.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="address" COLSPAN="2" ALIGN="LEFT">address</TD><TD PORT="address.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="locality" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">locality</TD><TD PORT="locality.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="region" COLSPAN="2" ALIGN="LEFT">region</TD><TD PORT="region.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="postal_code" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">postal_code</TD><TD PORT="postal_code.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="country_name" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">country_name</TD><TD PORT="country_name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="hometown" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hometown</TD><TD PORT="hometown.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="gender" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">gender</TD><TD PORT="gender.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="marital" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">marital</TD><TD PORT="marital.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="with" COLSPAN="2" ALIGN="LEFT">with</TD><TD PORT="with.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="howlong" COLSPAN="2" ALIGN="LEFT">howlong</TD><TD PORT="howlong.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="sexual" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">sexual</TD><TD PORT="sexual.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="politic" COLSPAN="2" ALIGN="LEFT">politic</TD><TD PORT="politic.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="religion" COLSPAN="2" ALIGN="LEFT">religion</TD><TD PORT="religion.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="keywords" COLSPAN="2" ALIGN="LEFT">keywords</TD><TD PORT="keywords.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="likes" COLSPAN="2" ALIGN="LEFT">likes</TD><TD PORT="likes.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="dislikes" COLSPAN="2" ALIGN="LEFT">dislikes</TD><TD PORT="dislikes.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="about" COLSPAN="2" ALIGN="LEFT">about</TD><TD PORT="about.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="summary" COLSPAN="2" ALIGN="LEFT">summary</TD><TD PORT="summary.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="music" COLSPAN="2" ALIGN="LEFT">music</TD><TD PORT="music.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="book" COLSPAN="2" ALIGN="LEFT">book</TD><TD PORT="book.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="tv" COLSPAN="2" ALIGN="LEFT">tv</TD><TD PORT="tv.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="film" COLSPAN="2" ALIGN="LEFT">film</TD><TD PORT="film.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="interest" COLSPAN="2" ALIGN="LEFT">interest</TD><TD PORT="interest.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="romance" COLSPAN="2" ALIGN="LEFT">romance</TD><TD PORT="romance.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="work" COLSPAN="2" ALIGN="LEFT">work</TD><TD PORT="work.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="education" COLSPAN="2" ALIGN="LEFT">education</TD><TD PORT="education.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="contact" COLSPAN="2" ALIGN="LEFT">contact</TD><TD PORT="contact.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="channels" COLSPAN="2" ALIGN="LEFT">channels</TD><TD PORT="channels.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="homepage" COLSPAN="2" ALIGN="LEFT">homepage</TD><TD PORT="homepage.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="photo" COLSPAN="2" ALIGN="LEFT">photo</TD><TD PORT="photo.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="thumb" COLSPAN="2" ALIGN="LEFT">thumb</TD><TD PORT="thumb.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="publish" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">publish</TD><TD PORT="publish.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">11 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="profile.html" + tooltip="profile" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/profile.1degree.png b/doc/schemaspy_hubzilla/diagrams/profile.1degree.png Binary files differnew file mode 100644 index 000000000..4b2b917ae --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/profile.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/profile.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/profile.implied2degrees.dot new file mode 100644 index 000000000..7fab2b0b6 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/profile.implied2degrees.dot @@ -0,0 +1,242 @@ +// 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" + ]; + "addon":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "app":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fserver":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fsuggest":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hook":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "pconfig":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "spam":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xchan":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "addon" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">addon</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="addon.html" + tooltip="addon" + ]; + "app" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">app</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="app.html" + tooltip="app" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fserver" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fserver</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fserver.html" + tooltip="fserver" + ]; + "fsuggest" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fsuggest</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fsuggest.html" + tooltip="fsuggest" + ]; + "hook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">41 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="hook.html" + tooltip="hook" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD></TR> + <TR><TD PORT="msg" COLSPAN="3" ALIGN="LEFT">msg</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "pconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">pconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">719 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="pconfig.html" + tooltip="pconfig" + ]; + "profile" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="profile_guid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">profile_guid</TD><TD PORT="profile_guid.type" ALIGN="LEFT">char[64]</TD></TR> + <TR><TD PORT="aid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD><TD PORT="aid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="profile_name" COLSPAN="2" ALIGN="LEFT">profile_name</TD><TD PORT="profile_name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="is_default" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">is_default</TD><TD PORT="is_default.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="hide_friends" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hide_friends</TD><TD PORT="hide_friends.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="name" COLSPAN="2" ALIGN="LEFT">name</TD><TD PORT="name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="pdesc" COLSPAN="2" ALIGN="LEFT">pdesc</TD><TD PORT="pdesc.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="chandesc" COLSPAN="2" ALIGN="LEFT">chandesc</TD><TD PORT="chandesc.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="dob" COLSPAN="2" ALIGN="LEFT">dob</TD><TD PORT="dob.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="dob_tz" COLSPAN="2" ALIGN="LEFT">dob_tz</TD><TD PORT="dob_tz.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="address" COLSPAN="2" ALIGN="LEFT">address</TD><TD PORT="address.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="locality" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">locality</TD><TD PORT="locality.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="region" COLSPAN="2" ALIGN="LEFT">region</TD><TD PORT="region.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="postal_code" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">postal_code</TD><TD PORT="postal_code.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="country_name" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">country_name</TD><TD PORT="country_name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="hometown" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hometown</TD><TD PORT="hometown.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="gender" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">gender</TD><TD PORT="gender.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="marital" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">marital</TD><TD PORT="marital.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="with" COLSPAN="2" ALIGN="LEFT">with</TD><TD PORT="with.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="howlong" COLSPAN="2" ALIGN="LEFT">howlong</TD><TD PORT="howlong.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="sexual" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">sexual</TD><TD PORT="sexual.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="politic" COLSPAN="2" ALIGN="LEFT">politic</TD><TD PORT="politic.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="religion" COLSPAN="2" ALIGN="LEFT">religion</TD><TD PORT="religion.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="keywords" COLSPAN="2" ALIGN="LEFT">keywords</TD><TD PORT="keywords.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="likes" COLSPAN="2" ALIGN="LEFT">likes</TD><TD PORT="likes.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="dislikes" COLSPAN="2" ALIGN="LEFT">dislikes</TD><TD PORT="dislikes.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="about" COLSPAN="2" ALIGN="LEFT">about</TD><TD PORT="about.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="summary" COLSPAN="2" ALIGN="LEFT">summary</TD><TD PORT="summary.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="music" COLSPAN="2" ALIGN="LEFT">music</TD><TD PORT="music.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="book" COLSPAN="2" ALIGN="LEFT">book</TD><TD PORT="book.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="tv" COLSPAN="2" ALIGN="LEFT">tv</TD><TD PORT="tv.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="film" COLSPAN="2" ALIGN="LEFT">film</TD><TD PORT="film.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="interest" COLSPAN="2" ALIGN="LEFT">interest</TD><TD PORT="interest.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="romance" COLSPAN="2" ALIGN="LEFT">romance</TD><TD PORT="romance.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="work" COLSPAN="2" ALIGN="LEFT">work</TD><TD PORT="work.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="education" COLSPAN="2" ALIGN="LEFT">education</TD><TD PORT="education.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="contact" COLSPAN="2" ALIGN="LEFT">contact</TD><TD PORT="contact.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="channels" COLSPAN="2" ALIGN="LEFT">channels</TD><TD PORT="channels.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="homepage" COLSPAN="2" ALIGN="LEFT">homepage</TD><TD PORT="homepage.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="photo" COLSPAN="2" ALIGN="LEFT">photo</TD><TD PORT="photo.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="thumb" COLSPAN="2" ALIGN="LEFT">thumb</TD><TD PORT="thumb.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="publish" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">publish</TD><TD PORT="publish.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">11 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="profile.html" + tooltip="profile" + ]; + "spam" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">spam</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="spam.html" + tooltip="spam" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/profile.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/profile.implied2degrees.png Binary files differnew file mode 100644 index 000000000..020b3d7d6 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/profile.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/profile_check.1degree.dot b/doc/schemaspy_hubzilla/diagrams/profile_check.1degree.dot new file mode 100644 index 000000000..37bf28c85 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/profile_check.1degree.dot @@ -0,0 +1,37 @@ +// 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" + ]; + "profile_check" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="cid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">cid</TD><TD PORT="cid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="dfrn_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">dfrn_id</TD><TD PORT="dfrn_id.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="sec" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">sec</TD><TD PORT="sec.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="expire" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">expire</TD><TD PORT="expire.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="profile_check.html" + tooltip="profile_check" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/profile_check.1degree.png b/doc/schemaspy_hubzilla/diagrams/profile_check.1degree.png Binary files differnew file mode 100644 index 000000000..4b6b9df8f --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/profile_check.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/profile_check.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/profile_check.implied2degrees.dot new file mode 100644 index 000000000..877316664 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/profile_check.implied2degrees.dot @@ -0,0 +1,262 @@ +// 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" + ]; + "attach":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "config":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "conv":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fcontact":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "ffinder":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "groups":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item_id":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "likes":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profdef":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile_check":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sys_perms":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="config.html" + tooltip="config" + ]; + "conv" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="conv.html" + tooltip="conv" + ]; + "fcontact" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fcontact.html" + tooltip="fcontact" + ]; + "ffinder" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="ffinder.html" + tooltip="ffinder" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "item_id" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item_id.html" + tooltip="item_id" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profdef" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profdef.html" + tooltip="profdef" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile_check" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="cid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">cid</TD><TD PORT="cid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="dfrn_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">dfrn_id</TD><TD PORT="dfrn_id.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="sec" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">sec</TD><TD PORT="sec.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="expire" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">expire</TD><TD PORT="expire.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="profile_check.html" + tooltip="profile_check" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "sign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sign.html" + tooltip="sign" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sys_perms.html" + tooltip="sys_perms" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="token" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD></TR> + <TR><TD PORT="meta" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</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">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/profile_check.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/profile_check.implied2degrees.png Binary files differnew file mode 100644 index 000000000..8ef854080 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/profile_check.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/register.1degree.dot b/doc/schemaspy_hubzilla/diagrams/register.1degree.dot new file mode 100644 index 000000000..ce8a8b958 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/register.1degree.dot @@ -0,0 +1,166 @@ +// 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" + ]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "register" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD><TD PORT="hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="password" COLSPAN="2" ALIGN="LEFT">password</TD><TD PORT="password.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="language" COLSPAN="2" ALIGN="LEFT">language</TD><TD PORT="language.type" ALIGN="LEFT">char[16]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/register.1degree.png b/doc/schemaspy_hubzilla/diagrams/register.1degree.png Binary files differnew file mode 100644 index 000000000..ca9d79ed8 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/register.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/register.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/register.2degrees.dot new file mode 100644 index 000000000..4f1032ed1 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/register.2degrees.dot @@ -0,0 +1,480 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD><TD PORT="hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="password" COLSPAN="2" ALIGN="LEFT">password</TD><TD PORT="password.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="language" COLSPAN="2" ALIGN="LEFT">language</TD><TD PORT="language.type" ALIGN="LEFT">char[16]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/register.2degrees.png b/doc/schemaspy_hubzilla/diagrams/register.2degrees.png Binary files differnew file mode 100644 index 000000000..31f8ca977 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/register.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/register.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/register.implied2degrees.dot new file mode 100644 index 000000000..ef082ec4a --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/register.implied2degrees.dot @@ -0,0 +1,620 @@ +// 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "config":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "conv":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fcontact":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "ffinder":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item_id":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "likes":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "likes":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profdef":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile_check":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "sign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "sys_perms":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="config.html" + tooltip="config" + ]; + "conv" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="conv.html" + tooltip="conv" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fcontact" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fcontact.html" + tooltip="fcontact" + ]; + "ffinder" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="ffinder.html" + tooltip="ffinder" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "item_id" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item_id.html" + tooltip="item_id" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profdef" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profdef.html" + tooltip="profdef" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile_check" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile_check.html" + tooltip="profile_check" + ]; + "register" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD><TD PORT="hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="password" COLSPAN="2" ALIGN="LEFT">password</TD><TD PORT="password.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="language" COLSPAN="2" ALIGN="LEFT">language</TD><TD PORT="language.type" ALIGN="LEFT">char[16]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "sign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sign.html" + tooltip="sign" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sys_perms.html" + tooltip="sys_perms" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="token" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD></TR> + <TR><TD PORT="meta" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</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">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/register.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/register.implied2degrees.png Binary files differnew file mode 100644 index 000000000..e7a185440 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/register.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/shares.1degree.dot b/doc/schemaspy_hubzilla/diagrams/shares.1degree.dot new file mode 100644 index 000000000..5b98f332a --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/shares.1degree.dot @@ -0,0 +1,71 @@ +// 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" + ]; + "shares":"share_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="share_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">share_id</TD><TD PORT="share_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="share_type" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">share_type</TD><TD PORT="share_type.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="share_target" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">share_target</TD><TD PORT="share_target.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="share_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">share_xchan</TD><TD PORT="share_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/shares.1degree.png b/doc/schemaspy_hubzilla/diagrams/shares.1degree.png Binary files differnew file mode 100644 index 000000000..7c7f26230 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/shares.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/shares.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/shares.2degrees.dot new file mode 100644 index 000000000..644d4761b --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/shares.2degrees.dot @@ -0,0 +1,412 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"share_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="share_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">share_id</TD><TD PORT="share_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="share_type" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">share_type</TD><TD PORT="share_type.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="share_target" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">share_target</TD><TD PORT="share_target.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="share_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">share_xchan</TD><TD PORT="share_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/shares.2degrees.png b/doc/schemaspy_hubzilla/diagrams/shares.2degrees.png Binary files differnew file mode 100644 index 000000000..c9ff77c4e --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/shares.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/sign.1degree.dot b/doc/schemaspy_hubzilla/diagrams/sign.1degree.dot new file mode 100644 index 000000000..954731b37 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/sign.1degree.dot @@ -0,0 +1,37 @@ +// 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" + ]; + "sign" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="iid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">iid</TD><TD PORT="iid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="retract_iid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">retract_iid</TD><TD PORT="retract_iid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="signed_text" COLSPAN="2" ALIGN="LEFT">signed_text</TD><TD PORT="signed_text.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="signature" COLSPAN="2" ALIGN="LEFT">signature</TD><TD PORT="signature.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="signer" COLSPAN="2" ALIGN="LEFT">signer</TD><TD PORT="signer.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="sign.html" + tooltip="sign" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/sign.1degree.png b/doc/schemaspy_hubzilla/diagrams/sign.1degree.png Binary files differnew file mode 100644 index 000000000..6175d4e3a --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/sign.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/sign.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/sign.implied2degrees.dot new file mode 100644 index 000000000..6d0bc1bdf --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/sign.implied2degrees.dot @@ -0,0 +1,262 @@ +// 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" + ]; + "attach":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "config":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "conv":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fcontact":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "ffinder":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "groups":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item_id":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "likes":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profdef":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile_check":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sign":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sys_perms":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="config.html" + tooltip="config" + ]; + "conv" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="conv.html" + tooltip="conv" + ]; + "fcontact" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fcontact.html" + tooltip="fcontact" + ]; + "ffinder" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="ffinder.html" + tooltip="ffinder" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "item_id" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item_id.html" + tooltip="item_id" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profdef" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profdef.html" + tooltip="profdef" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile_check" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile_check.html" + tooltip="profile_check" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "sign" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="iid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">iid</TD><TD PORT="iid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="retract_iid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">retract_iid</TD><TD PORT="retract_iid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="signed_text" COLSPAN="2" ALIGN="LEFT">signed_text</TD><TD PORT="signed_text.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="signature" COLSPAN="2" ALIGN="LEFT">signature</TD><TD PORT="signature.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="signer" COLSPAN="2" ALIGN="LEFT">signer</TD><TD PORT="signer.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="sign.html" + tooltip="sign" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sys_perms.html" + tooltip="sys_perms" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="token" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD></TR> + <TR><TD PORT="meta" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</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">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/sign.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/sign.implied2degrees.png Binary files differnew file mode 100644 index 000000000..e011f54df --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/sign.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/source.1degree.dot b/doc/schemaspy_hubzilla/diagrams/source.1degree.dot new file mode 100644 index 000000000..f2c2009c2 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/source.1degree.dot @@ -0,0 +1,73 @@ +// 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" + ]; + "source":"src_channel_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"src_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="src_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">src_id</TD><TD PORT="src_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="src_channel_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">src_channel_id</TD><TD PORT="src_channel_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="src_channel_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">src_channel_xchan</TD><TD PORT="src_channel_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="src_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">src_xchan</TD><TD PORT="src_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="src_patt" COLSPAN="2" ALIGN="LEFT">src_patt</TD><TD PORT="src_patt.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/source.1degree.png b/doc/schemaspy_hubzilla/diagrams/source.1degree.png Binary files differnew file mode 100644 index 000000000..e0e237e09 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/source.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/source.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/source.2degrees.dot new file mode 100644 index 000000000..304470960 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/source.2degrees.dot @@ -0,0 +1,413 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"src_channel_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"src_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="src_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">src_id</TD><TD PORT="src_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="src_channel_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">src_channel_id</TD><TD PORT="src_channel_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="src_channel_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">src_channel_xchan</TD><TD PORT="src_channel_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="src_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">src_xchan</TD><TD PORT="src_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="src_patt" COLSPAN="2" ALIGN="LEFT">src_patt</TD><TD PORT="src_patt.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/source.2degrees.png b/doc/schemaspy_hubzilla/diagrams/source.2degrees.png Binary files differnew file mode 100644 index 000000000..d8873c49d --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/source.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/spam.1degree.dot b/doc/schemaspy_hubzilla/diagrams/spam.1degree.dot new file mode 100644 index 000000000..da56f67e1 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/spam.1degree.dot @@ -0,0 +1,37 @@ +// 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" + ]; + "spam" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">spam</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="spam" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">spam</TD><TD PORT="spam.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="ham" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">ham</TD><TD PORT="ham.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="term" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">term</TD><TD PORT="term.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="date" COLSPAN="2" ALIGN="LEFT">date</TD><TD PORT="date.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="spam.html" + tooltip="spam" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/spam.1degree.png b/doc/schemaspy_hubzilla/diagrams/spam.1degree.png Binary files differnew file mode 100644 index 000000000..3141bc57e --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/spam.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/spam.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/spam.implied2degrees.dot new file mode 100644 index 000000000..a167f7520 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/spam.implied2degrees.dot @@ -0,0 +1,204 @@ +// 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" + ]; + "addon":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "app":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fserver":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fsuggest":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hook":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "pconfig":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "spam":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xchan":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "addon" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">addon</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="addon.html" + tooltip="addon" + ]; + "app" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">app</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="app.html" + tooltip="app" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fserver" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fserver</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fserver.html" + tooltip="fserver" + ]; + "fsuggest" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fsuggest</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fsuggest.html" + tooltip="fsuggest" + ]; + "hook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">41 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="hook.html" + tooltip="hook" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD></TR> + <TR><TD PORT="msg" COLSPAN="3" ALIGN="LEFT">msg</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "pconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">pconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">719 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="pconfig.html" + tooltip="pconfig" + ]; + "profile" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">11 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile.html" + tooltip="profile" + ]; + "spam" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">spam</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="spam" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">spam</TD><TD PORT="spam.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="ham" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">ham</TD><TD PORT="ham.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="term" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">term</TD><TD PORT="term.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="date" COLSPAN="2" ALIGN="LEFT">date</TD><TD PORT="date.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="spam.html" + tooltip="spam" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/spam.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/spam.implied2degrees.png Binary files differnew file mode 100644 index 000000000..2f1518196 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/spam.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/abook.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/abook.1degree.dot new file mode 100644 index 000000000..dddd49674 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/abook.1degree.dot @@ -0,0 +1,52 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "abook" { + 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" + ]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="abook_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">abook_id</TD></TR> + <TR><TD PORT="abook_account" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_account</TD></TR> + <TR><TD PORT="abook_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_channel</TD></TR> + <TR><TD PORT="abook_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_xchan</TD></TR> + <TR><TD PORT="abook_my_perms" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_my_perms</TD></TR> + <TR><TD PORT="abook_their_perms" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_their_perms</TD></TR> + <TR><TD PORT="abook_closeness" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_closeness</TD></TR> + <TR><TD PORT="abook_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_created</TD></TR> + <TR><TD PORT="abook_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_updated</TD></TR> + <TR><TD PORT="abook_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_connected</TD></TR> + <TR><TD PORT="abook_dob" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_dob</TD></TR> + <TR><TD PORT="abook_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_flags</TD></TR> + <TR><TD PORT="abook_blocked" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_blocked</TD></TR> + <TR><TD PORT="abook_ignored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_ignored</TD></TR> + <TR><TD PORT="abook_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_hidden</TD></TR> + <TR><TD PORT="abook_archived" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_archived</TD></TR> + <TR><TD PORT="abook_pending" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_pending</TD></TR> + <TR><TD PORT="abook_unconnected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_unconnected</TD></TR> + <TR><TD PORT="abook_self" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_self</TD></TR> + <TR><TD PORT="abook_feed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_feed</TD></TR> + <TR><TD PORT="abook_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_profile</TD></TR> + <TR><TD PORT="abook_incl" COLSPAN="3" ALIGN="LEFT">abook_incl</TD></TR> + <TR><TD PORT="abook_excl" COLSPAN="3" ALIGN="LEFT">abook_excl</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">683 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/abook.html" + tooltip="abook" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/abook.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/abook.1degree.png Binary files differnew file mode 100644 index 000000000..e0fa417da --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/abook.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/account.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/account.1degree.dot new file mode 100644 index 000000000..a424dd669 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/account.1degree.dot @@ -0,0 +1,47 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "account" { + 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" + ]; + "account" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">account</TD></TR> + <TR><TD PORT="account_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">account_id</TD></TR> + <TR><TD PORT="account_parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_parent</TD></TR> + <TR><TD PORT="account_default_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_default_channel</TD></TR> + <TR><TD PORT="account_salt" COLSPAN="3" ALIGN="LEFT">account_salt</TD></TR> + <TR><TD PORT="account_password" COLSPAN="3" ALIGN="LEFT">account_password</TD></TR> + <TR><TD PORT="account_email" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_email</TD></TR> + <TR><TD PORT="account_external" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_external</TD></TR> + <TR><TD PORT="account_language" COLSPAN="3" ALIGN="LEFT">account_language</TD></TR> + <TR><TD PORT="account_created" COLSPAN="3" ALIGN="LEFT">account_created</TD></TR> + <TR><TD PORT="account_lastlog" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_lastlog</TD></TR> + <TR><TD PORT="account_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_flags</TD></TR> + <TR><TD PORT="account_roles" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_roles</TD></TR> + <TR><TD PORT="account_reset" COLSPAN="3" ALIGN="LEFT">account_reset</TD></TR> + <TR><TD PORT="account_expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_expires</TD></TR> + <TR><TD PORT="account_expire_notified" COLSPAN="3" ALIGN="LEFT">account_expire_notified</TD></TR> + <TR><TD PORT="account_service_class" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_service_class</TD></TR> + <TR><TD PORT="account_level" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_level</TD></TR> + <TR><TD PORT="account_password_changed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_password_changed</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/account.html" + tooltip="account" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/account.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/account.1degree.png Binary files differnew file mode 100644 index 000000000..2bed6114f --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/account.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/addon.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/addon.1degree.dot new file mode 100644 index 000000000..22b6f56ca --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/addon.1degree.dot @@ -0,0 +1,36 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "addon" { + 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" + ]; + "addon" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">addon</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="version" COLSPAN="3" ALIGN="LEFT">version</TD></TR> + <TR><TD PORT="installed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">installed</TD></TR> + <TR><TD PORT="hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hidden</TD></TR> + <TR><TD PORT="timestamp" COLSPAN="3" ALIGN="LEFT">timestamp</TD></TR> + <TR><TD PORT="plugin_admin" COLSPAN="3" ALIGN="LEFT">plugin_admin</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/addon.html" + tooltip="addon" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/addon.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/addon.1degree.png Binary files differnew file mode 100644 index 000000000..6dcf02741 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/addon.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/app.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/app.1degree.dot new file mode 100644 index 000000000..2e4e042f7 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/app.1degree.dot @@ -0,0 +1,45 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "app" { + 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" + ]; + "app" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">app</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="app_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_id</TD></TR> + <TR><TD PORT="app_sig" COLSPAN="3" ALIGN="LEFT">app_sig</TD></TR> + <TR><TD PORT="app_author" COLSPAN="3" ALIGN="LEFT">app_author</TD></TR> + <TR><TD PORT="app_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_name</TD></TR> + <TR><TD PORT="app_desc" COLSPAN="3" ALIGN="LEFT">app_desc</TD></TR> + <TR><TD PORT="app_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_url</TD></TR> + <TR><TD PORT="app_photo" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_photo</TD></TR> + <TR><TD PORT="app_version" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_version</TD></TR> + <TR><TD PORT="app_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_channel</TD></TR> + <TR><TD PORT="app_addr" COLSPAN="3" ALIGN="LEFT">app_addr</TD></TR> + <TR><TD PORT="app_price" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_price</TD></TR> + <TR><TD PORT="app_page" COLSPAN="3" ALIGN="LEFT">app_page</TD></TR> + <TR><TD PORT="app_requires" COLSPAN="3" ALIGN="LEFT">app_requires</TD></TR> + <TR><TD PORT="app_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_created</TD></TR> + <TR><TD PORT="app_edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_edited</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/app.html" + tooltip="app" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/app.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/app.1degree.png Binary files differnew file mode 100644 index 000000000..4afa7b9a7 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/app.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/attach.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/attach.1degree.dot new file mode 100644 index 000000000..09c51b64f --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/attach.1degree.dot @@ -0,0 +1,52 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "attach" { + 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" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="creator" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">creator</TD></TR> + <TR><TD PORT="filename" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filename</TD></TR> + <TR><TD PORT="filetype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filetype</TD></TR> + <TR><TD PORT="filesize" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filesize</TD></TR> + <TR><TD PORT="revision" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD></TR> + <TR><TD PORT="folder" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">folder</TD></TR> + <TR><TD PORT="flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">flags</TD></TR> + <TR><TD PORT="is_dir" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_dir</TD></TR> + <TR><TD PORT="is_photo" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_photo</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD></TR> + <TR><TD PORT="os_path" COLSPAN="3" ALIGN="LEFT">os_path</TD></TR> + <TR><TD PORT="display_path" COLSPAN="3" ALIGN="LEFT">display_path</TD></TR> + <TR><TD PORT="data" COLSPAN="3" ALIGN="LEFT">data</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">104 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/attach.html" + tooltip="attach" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/attach.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/attach.1degree.png Binary files differnew file mode 100644 index 000000000..5f1518702 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/attach.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/auth_codes.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/auth_codes.1degree.dot new file mode 100644 index 000000000..40001241f --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/auth_codes.1degree.dot @@ -0,0 +1,34 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "auth_codes" { + 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" + ]; + "auth_codes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">auth_codes</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="client_id" COLSPAN="3" ALIGN="LEFT">client_id</TD></TR> + <TR><TD PORT="redirect_uri" COLSPAN="3" ALIGN="LEFT">redirect_uri</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="scope" COLSPAN="3" ALIGN="LEFT">scope</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/auth_codes.html" + tooltip="auth_codes" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/auth_codes.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/auth_codes.1degree.png Binary files differnew file mode 100644 index 000000000..4df2878b4 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/auth_codes.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/cache.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/cache.1degree.dot new file mode 100644 index 000000000..341e3a88b --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/cache.1degree.dot @@ -0,0 +1,32 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "cache" { + 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" + ]; + "cache" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">cache</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD PORT="updated" COLSPAN="3" ALIGN="LEFT">updated</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">334 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/cache.html" + tooltip="cache" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/cache.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/cache.1degree.png Binary files differnew file mode 100644 index 000000000..390d35508 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/cache.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/channel.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/channel.1degree.dot new file mode 100644 index 000000000..18b8a2edf --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/channel.1degree.dot @@ -0,0 +1,77 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "channel" { + 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" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">11 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/channel.html" + tooltip="channel" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/channel.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/channel.1degree.png Binary files differnew file mode 100644 index 000000000..668da2a1a --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/channel.1degree.png 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" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/chat.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/chat.1degree.png Binary files differnew file mode 100644 index 000000000..177ea5e5a --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/chat.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/chatpresence.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/chatpresence.1degree.dot new file mode 100644 index 000000000..52b841626 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/chatpresence.1degree.dot @@ -0,0 +1,35 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "chatpresence" { + 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" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="cp_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">cp_id</TD></TR> + <TR><TD PORT="cp_room" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_room</TD></TR> + <TR><TD PORT="cp_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_xchan</TD></TR> + <TR><TD PORT="cp_last" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_last</TD></TR> + <TR><TD PORT="cp_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_status</TD></TR> + <TR><TD PORT="cp_client" COLSPAN="3" ALIGN="LEFT">cp_client</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/chatpresence.html" + tooltip="chatpresence" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/chatpresence.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/chatpresence.1degree.png Binary files differnew file mode 100644 index 000000000..68e491e00 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/chatpresence.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/chatroom.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/chatroom.1degree.dot new file mode 100644 index 000000000..2798cb8fe --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/chatroom.1degree.dot @@ -0,0 +1,40 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "chatroom" { + 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" + ]; + "chatroom" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatroom</TD></TR> + <TR><TD PORT="cr_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">cr_id</TD></TR> + <TR><TD PORT="cr_aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cr_aid</TD></TR> + <TR><TD PORT="cr_uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cr_uid</TD></TR> + <TR><TD PORT="cr_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cr_name</TD></TR> + <TR><TD PORT="cr_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cr_created</TD></TR> + <TR><TD PORT="cr_edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cr_edited</TD></TR> + <TR><TD PORT="cr_expire" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cr_expire</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/chatroom.html" + tooltip="chatroom" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/chatroom.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/chatroom.1degree.png Binary files differnew file mode 100644 index 000000000..9b77c4442 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/chatroom.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/clients.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/clients.1degree.dot new file mode 100644 index 000000000..6a0dc8452 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/clients.1degree.dot @@ -0,0 +1,35 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "clients" { + 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" + ]; + "clients" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">clients</TD></TR> + <TR><TD PORT="client_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">client_id</TD></TR> + <TR><TD PORT="pw" COLSPAN="3" ALIGN="LEFT">pw</TD></TR> + <TR><TD PORT="redirect_uri" COLSPAN="3" ALIGN="LEFT">redirect_uri</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="icon" COLSPAN="3" ALIGN="LEFT">icon</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" ALIGN="LEFT">uid</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/clients.html" + tooltip="clients" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/clients.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/clients.1degree.png Binary files differnew file mode 100644 index 000000000..31dedaf3b --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/clients.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/config.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/config.1degree.dot new file mode 100644 index 000000000..5b64cb7a1 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/config.1degree.dot @@ -0,0 +1,33 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "config" { + 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" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="cat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/config.html" + tooltip="config" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/config.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/config.1degree.png Binary files differnew file mode 100644 index 000000000..c66fb877e --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/config.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/conv.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/conv.1degree.dot new file mode 100644 index 000000000..9670057f7 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/conv.1degree.dot @@ -0,0 +1,37 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "conv" { + 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" + ]; + "conv" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="guid" COLSPAN="3" ALIGN="LEFT">guid</TD></TR> + <TR><TD PORT="recips" COLSPAN="3" ALIGN="LEFT">recips</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="creator" COLSPAN="3" ALIGN="LEFT">creator</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">updated</TD></TR> + <TR><TD PORT="subject" COLSPAN="3" ALIGN="LEFT">subject</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/conv.html" + tooltip="conv" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/conv.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/conv.1degree.png Binary files differnew file mode 100644 index 000000000..98405f80d --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/conv.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/dreport.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/dreport.1degree.dot new file mode 100644 index 000000000..e8b434004 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/dreport.1degree.dot @@ -0,0 +1,38 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "dreport" { + 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" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="dreport_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">dreport_id</TD></TR> + <TR><TD PORT="dreport_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_channel</TD></TR> + <TR><TD PORT="dreport_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_mid</TD></TR> + <TR><TD PORT="dreport_site" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_site</TD></TR> + <TR><TD PORT="dreport_recip" COLSPAN="3" ALIGN="LEFT">dreport_recip</TD></TR> + <TR><TD PORT="dreport_result" COLSPAN="3" ALIGN="LEFT">dreport_result</TD></TR> + <TR><TD PORT="dreport_time" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_time</TD></TR> + <TR><TD PORT="dreport_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_xchan</TD></TR> + <TR><TD PORT="dreport_queue" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_queue</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">3Â 775 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/dreport.html" + tooltip="dreport" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/dreport.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/dreport.1degree.png Binary files differnew file mode 100644 index 000000000..be7145248 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/dreport.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/event.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/event.1degree.dot new file mode 100644 index 000000000..862315d00 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/event.1degree.dot @@ -0,0 +1,56 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "event" { + 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" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="event_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_xchan</TD></TR> + <TR><TD PORT="event_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="start" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">start</TD></TR> + <TR><TD PORT="finish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">finish</TD></TR> + <TR><TD PORT="summary" COLSPAN="3" ALIGN="LEFT">summary</TD></TR> + <TR><TD PORT="description" COLSPAN="3" ALIGN="LEFT">description</TD></TR> + <TR><TD PORT="location" COLSPAN="3" ALIGN="LEFT">location</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="nofinish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">nofinish</TD></TR> + <TR><TD PORT="adjust" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">adjust</TD></TR> + <TR><TD PORT="ignore" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ignore</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD PORT="event_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_status</TD></TR> + <TR><TD PORT="event_status_date" COLSPAN="3" ALIGN="LEFT">event_status_date</TD></TR> + <TR><TD PORT="event_percent" COLSPAN="3" ALIGN="LEFT">event_percent</TD></TR> + <TR><TD PORT="event_repeat" COLSPAN="3" ALIGN="LEFT">event_repeat</TD></TR> + <TR><TD PORT="event_sequence" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_sequence</TD></TR> + <TR><TD PORT="event_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_priority</TD></TR> + <TR><TD PORT="event_vdata" COLSPAN="3" ALIGN="LEFT">event_vdata</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">11 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/event.html" + tooltip="event" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/event.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/event.1degree.png Binary files differnew file mode 100644 index 000000000..4de6eea1d --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/event.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/fcontact.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/fcontact.1degree.dot new file mode 100644 index 000000000..be19692ad --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/fcontact.1degree.dot @@ -0,0 +1,45 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "fcontact" { + 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" + ]; + "fcontact" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="request" COLSPAN="3" ALIGN="LEFT">request</TD></TR> + <TR><TD PORT="nick" COLSPAN="3" ALIGN="LEFT">nick</TD></TR> + <TR><TD PORT="addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">addr</TD></TR> + <TR><TD PORT="batch" COLSPAN="3" ALIGN="LEFT">batch</TD></TR> + <TR><TD PORT="notify" COLSPAN="3" ALIGN="LEFT">notify</TD></TR> + <TR><TD PORT="poll" COLSPAN="3" ALIGN="LEFT">poll</TD></TR> + <TR><TD PORT="confirm" COLSPAN="3" ALIGN="LEFT">confirm</TD></TR> + <TR><TD PORT="priority" COLSPAN="3" ALIGN="LEFT">priority</TD></TR> + <TR><TD PORT="network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">network</TD></TR> + <TR><TD PORT="alias" COLSPAN="3" ALIGN="LEFT">alias</TD></TR> + <TR><TD PORT="pubkey" COLSPAN="3" ALIGN="LEFT">pubkey</TD></TR> + <TR><TD PORT="updated" COLSPAN="3" ALIGN="LEFT">updated</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/fcontact.html" + tooltip="fcontact" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/fcontact.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/fcontact.1degree.png Binary files differnew file mode 100644 index 000000000..9515a9e08 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/fcontact.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/ffinder.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/ffinder.1degree.dot new file mode 100644 index 000000000..59dd33748 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/ffinder.1degree.dot @@ -0,0 +1,33 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "ffinder" { + 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" + ]; + "ffinder" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="cid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cid</TD></TR> + <TR><TD PORT="fid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">fid</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/ffinder.html" + tooltip="ffinder" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/ffinder.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/ffinder.1degree.png Binary files differnew file mode 100644 index 000000000..9a11d3e0c --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/ffinder.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/fserver.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/fserver.1degree.dot new file mode 100644 index 000000000..95dd14248 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/fserver.1degree.dot @@ -0,0 +1,33 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "fserver" { + 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" + ]; + "fserver" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fserver</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="server" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">server</TD></TR> + <TR><TD PORT="posturl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">posturl</TD></TR> + <TR><TD PORT="key" COLSPAN="3" ALIGN="LEFT">key</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/fserver.html" + tooltip="fserver" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/fserver.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/fserver.1degree.png Binary files differnew file mode 100644 index 000000000..8be8c4dfa --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/fserver.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/fsuggest.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/fsuggest.1degree.dot new file mode 100644 index 000000000..047c8d8cf --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/fsuggest.1degree.dot @@ -0,0 +1,38 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "fsuggest" { + 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" + ]; + "fsuggest" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fsuggest</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="cid" COLSPAN="3" ALIGN="LEFT">cid</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="request" COLSPAN="3" ALIGN="LEFT">request</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="note" COLSPAN="3" ALIGN="LEFT">note</TD></TR> + <TR><TD PORT="created" COLSPAN="3" 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/fsuggest.html" + tooltip="fsuggest" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/fsuggest.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/fsuggest.1degree.png Binary files differnew file mode 100644 index 000000000..3575cc7ce --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/fsuggest.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/group_member.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/group_member.1degree.dot new file mode 100644 index 000000000..536fed009 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/group_member.1degree.dot @@ -0,0 +1,33 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "group_member" { + 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" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="gid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">gid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">41 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/group_member.html" + tooltip="group_member" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/group_member.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/group_member.1degree.png Binary files differnew file mode 100644 index 000000000..b2abff5bf --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/group_member.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/groups.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/groups.1degree.dot new file mode 100644 index 000000000..a09511154 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/groups.1degree.dot @@ -0,0 +1,35 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "groups" { + 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" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="visible" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">visible</TD></TR> + <TR><TD PORT="deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deleted</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/groups.html" + tooltip="groups" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/groups.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/groups.1degree.png Binary files differnew file mode 100644 index 000000000..ada727438 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/groups.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/hook.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/hook.1degree.dot new file mode 100644 index 000000000..d76612db9 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/hook.1degree.dot @@ -0,0 +1,34 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "hook" { + 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" + ]; + "hook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hook</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hook</TD></TR> + <TR><TD PORT="file" COLSPAN="3" ALIGN="LEFT">file</TD></TR> + <TR><TD PORT="function" COLSPAN="3" ALIGN="LEFT">function</TD></TR> + <TR><TD PORT="priority" COLSPAN="3" ALIGN="LEFT">priority</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">41 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/hook.html" + tooltip="hook" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/hook.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/hook.1degree.png Binary files differnew file mode 100644 index 000000000..0a17be5b4 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/hook.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/hubloc.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/hubloc.1degree.dot new file mode 100644 index 000000000..416e309d4 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/hubloc.1degree.dot @@ -0,0 +1,49 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "hubloc" { + 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" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 645 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/hubloc.html" + tooltip="hubloc" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/hubloc.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/hubloc.1degree.png Binary files differnew file mode 100644 index 000000000..9b8bb5180 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/hubloc.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/issue.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/issue.1degree.dot new file mode 100644 index 000000000..8ae8dc0c2 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/issue.1degree.dot @@ -0,0 +1,36 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "issue" { + 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" + ]; + "issue" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">issue</TD></TR> + <TR><TD PORT="issue_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">issue_id</TD></TR> + <TR><TD PORT="issue_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">issue_created</TD></TR> + <TR><TD PORT="issue_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">issue_updated</TD></TR> + <TR><TD PORT="issue_assigned" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">issue_assigned</TD></TR> + <TR><TD PORT="issue_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">issue_priority</TD></TR> + <TR><TD PORT="issue_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">issue_status</TD></TR> + <TR><TD PORT="issue_component" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">issue_component</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/issue.html" + tooltip="issue" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/issue.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/issue.1degree.png Binary files differnew file mode 100644 index 000000000..5be927192 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/issue.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/item.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/item.1degree.dot new file mode 100644 index 000000000..8543fa955 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/item.1degree.dot @@ -0,0 +1,102 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "item" { + 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" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="parent_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_mid</TD></TR> + <TR><TD PORT="thr_parent" COLSPAN="3" ALIGN="LEFT">thr_parent</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="commented" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">commented</TD></TR> + <TR><TD PORT="received" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">received</TD></TR> + <TR><TD PORT="changed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">changed</TD></TR> + <TR><TD PORT="comments_closed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">comments_closed</TD></TR> + <TR><TD PORT="owner_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">owner_xchan</TD></TR> + <TR><TD PORT="author_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">author_xchan</TD></TR> + <TR><TD PORT="source_xchan" COLSPAN="3" ALIGN="LEFT">source_xchan</TD></TR> + <TR><TD PORT="mimetype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mimetype</TD></TR> + <TR><TD PORT="title" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">title</TD></TR> + <TR><TD PORT="body" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">body</TD></TR> + <TR><TD PORT="html" COLSPAN="3" ALIGN="LEFT">html</TD></TR> + <TR><TD PORT="app" COLSPAN="3" ALIGN="LEFT">app</TD></TR> + <TR><TD PORT="lang" COLSPAN="3" ALIGN="LEFT">lang</TD></TR> + <TR><TD PORT="revision" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="obj_type" COLSPAN="3" ALIGN="LEFT">obj_type</TD></TR> + <TR><TD PORT="object" COLSPAN="3" ALIGN="LEFT">object</TD></TR> + <TR><TD PORT="tgt_type" COLSPAN="3" ALIGN="LEFT">tgt_type</TD></TR> + <TR><TD PORT="target" COLSPAN="3" ALIGN="LEFT">target</TD></TR> + <TR><TD PORT="layout_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">layout_mid</TD></TR> + <TR><TD PORT="postopts" COLSPAN="3" ALIGN="LEFT">postopts</TD></TR> + <TR><TD PORT="route" COLSPAN="3" ALIGN="LEFT">route</TD></TR> + <TR><TD PORT="llink" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">llink</TD></TR> + <TR><TD PORT="plink" COLSPAN="3" ALIGN="LEFT">plink</TD></TR> + <TR><TD PORT="resource_id" COLSPAN="3" ALIGN="LEFT">resource_id</TD></TR> + <TR><TD PORT="resource_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">resource_type</TD></TR> + <TR><TD PORT="attach" COLSPAN="3" ALIGN="LEFT">attach</TD></TR> + <TR><TD PORT="sig" COLSPAN="3" ALIGN="LEFT">sig</TD></TR> + <TR><TD PORT="diaspora_meta" COLSPAN="3" ALIGN="LEFT">diaspora_meta</TD></TR> + <TR><TD PORT="location" COLSPAN="3" ALIGN="LEFT">location</TD></TR> + <TR><TD PORT="coord" COLSPAN="3" ALIGN="LEFT">coord</TD></TR> + <TR><TD PORT="public_policy" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">public_policy</TD></TR> + <TR><TD PORT="comment_policy" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">comment_policy</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD PORT="item_restrict" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_restrict</TD></TR> + <TR><TD PORT="item_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_flags</TD></TR> + <TR><TD PORT="item_private" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_private</TD></TR> + <TR><TD PORT="item_origin" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_origin</TD></TR> + <TR><TD PORT="item_unseen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_unseen</TD></TR> + <TR><TD PORT="item_starred" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_starred</TD></TR> + <TR><TD PORT="item_uplink" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_uplink</TD></TR> + <TR><TD PORT="item_consensus" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_consensus</TD></TR> + <TR><TD PORT="item_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_wall</TD></TR> + <TR><TD PORT="item_thread_top" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_thread_top</TD></TR> + <TR><TD PORT="item_notshown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_notshown</TD></TR> + <TR><TD PORT="item_nsfw" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_nsfw</TD></TR> + <TR><TD PORT="item_relay" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_relay</TD></TR> + <TR><TD PORT="item_mentionsme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_mentionsme</TD></TR> + <TR><TD PORT="item_nocomment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_nocomment</TD></TR> + <TR><TD PORT="item_obscured" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_obscured</TD></TR> + <TR><TD PORT="item_verified" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_verified</TD></TR> + <TR><TD PORT="item_retained" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_retained</TD></TR> + <TR><TD PORT="item_rss" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_rss</TD></TR> + <TR><TD PORT="item_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_deleted</TD></TR> + <TR><TD PORT="item_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_type</TD></TR> + <TR><TD PORT="item_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_hidden</TD></TR> + <TR><TD PORT="item_unpublished" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_unpublished</TD></TR> + <TR><TD PORT="item_delayed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_delayed</TD></TR> + <TR><TD PORT="item_pending_remove" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_pending_remove</TD></TR> + <TR><TD PORT="item_blocked" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_blocked</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">36Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/item.html" + tooltip="item" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/item.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/item.1degree.png Binary files differnew file mode 100644 index 000000000..6d1dd4666 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/item.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/item_id.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/item_id.1degree.dot new file mode 100644 index 000000000..efb353f7a --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/item_id.1degree.dot @@ -0,0 +1,34 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "item_id" { + 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" + ]; + "item_id" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="iid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">iid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="sid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">sid</TD></TR> + <TR><TD PORT="service" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">service</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/item_id.html" + tooltip="item_id" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/item_id.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/item_id.1degree.png Binary files differnew file mode 100644 index 000000000..c9ec4e656 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/item_id.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/likes.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/likes.1degree.dot new file mode 100644 index 000000000..ea7da65f7 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/likes.1degree.dot @@ -0,0 +1,39 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "likes" { + 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" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="liker" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">liker</TD></TR> + <TR><TD PORT="likee" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">likee</TD></TR> + <TR><TD PORT="iid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">iid</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="target_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">target_type</TD></TR> + <TR><TD PORT="target_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">target_id</TD></TR> + <TR><TD PORT="target" COLSPAN="3" ALIGN="LEFT">target</TD></TR> + <TR><TD PORT="i_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">i_mid</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/likes.html" + tooltip="likes" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/likes.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/likes.1degree.png Binary files differnew file mode 100644 index 000000000..3708073ab --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/likes.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/mail.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/mail.1degree.dot new file mode 100644 index 000000000..e46be7be8 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/mail.1degree.dot @@ -0,0 +1,51 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "mail" { + 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" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="convid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">convid</TD></TR> + <TR><TD PORT="mail_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_flags</TD></TR> + <TR><TD PORT="from_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">from_xchan</TD></TR> + <TR><TD PORT="to_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">to_xchan</TD></TR> + <TR><TD PORT="account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="title" COLSPAN="3" ALIGN="LEFT">title</TD></TR> + <TR><TD PORT="body" COLSPAN="3" ALIGN="LEFT">body</TD></TR> + <TR><TD PORT="sig" COLSPAN="3" ALIGN="LEFT">sig</TD></TR> + <TR><TD PORT="attach" COLSPAN="3" ALIGN="LEFT">attach</TD></TR> + <TR><TD PORT="mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mid</TD></TR> + <TR><TD PORT="parent_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_mid</TD></TR> + <TR><TD PORT="mail_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_deleted</TD></TR> + <TR><TD PORT="mail_replied" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_replied</TD></TR> + <TR><TD PORT="mail_isreply" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_isreply</TD></TR> + <TR><TD PORT="mail_seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_seen</TD></TR> + <TR><TD PORT="mail_recalled" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_recalled</TD></TR> + <TR><TD PORT="mail_obscured" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_obscured</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="conv_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">conv_guid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">38 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/mail.html" + tooltip="mail" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/mail.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/mail.1degree.png Binary files differnew file mode 100644 index 000000000..6f3f9faaa --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/mail.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/manage.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/manage.1degree.dot new file mode 100644 index 000000000..767aecc1a --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/manage.1degree.dot @@ -0,0 +1,32 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "manage" { + 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" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</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/manage.html" + tooltip="manage" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/manage.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/manage.1degree.png Binary files differnew file mode 100644 index 000000000..1d7d82e34 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/manage.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/menu.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/menu.1degree.dot new file mode 100644 index 000000000..561768888 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/menu.1degree.dot @@ -0,0 +1,36 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "menu" { + 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" + ]; + "menu" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">menu</TD></TR> + <TR><TD PORT="menu_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">menu_id</TD></TR> + <TR><TD PORT="menu_channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">menu_channel_id</TD></TR> + <TR><TD PORT="menu_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">menu_name</TD></TR> + <TR><TD PORT="menu_desc" COLSPAN="3" ALIGN="LEFT">menu_desc</TD></TR> + <TR><TD PORT="menu_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">menu_flags</TD></TR> + <TR><TD PORT="menu_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">menu_created</TD></TR> + <TR><TD PORT="menu_edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">menu_edited</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">6 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/menu.html" + tooltip="menu" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/menu.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/menu.1degree.png Binary files differnew file mode 100644 index 000000000..9547ed692 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/menu.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/menu_item.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/menu_item.1degree.dot new file mode 100644 index 000000000..4cfd8104c --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/menu_item.1degree.dot @@ -0,0 +1,40 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "menu_item" { + 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" + ]; + "menu_item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">menu_item</TD></TR> + <TR><TD PORT="mitem_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">mitem_id</TD></TR> + <TR><TD PORT="mitem_link" COLSPAN="3" ALIGN="LEFT">mitem_link</TD></TR> + <TR><TD PORT="mitem_desc" COLSPAN="3" ALIGN="LEFT">mitem_desc</TD></TR> + <TR><TD PORT="mitem_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mitem_flags</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD PORT="mitem_channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mitem_channel_id</TD></TR> + <TR><TD PORT="mitem_menu_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mitem_menu_id</TD></TR> + <TR><TD PORT="mitem_order" COLSPAN="3" ALIGN="LEFT">mitem_order</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/menu_item.html" + tooltip="menu_item" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/menu_item.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/menu_item.1degree.png Binary files differnew file mode 100644 index 000000000..65102cebd --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/menu_item.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/notify.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/notify.1degree.dot new file mode 100644 index 000000000..2ec8c514d --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/notify.1degree.dot @@ -0,0 +1,44 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "notify" { + 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" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD></TR> + <TR><TD PORT="msg" COLSPAN="3" ALIGN="LEFT">msg</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">481 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/notify.html" + tooltip="notify" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/notify.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/notify.1degree.png Binary files differnew file mode 100644 index 000000000..39021692a --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/notify.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/obj.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/obj.1degree.dot new file mode 100644 index 000000000..f9072ef82 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/obj.1degree.dot @@ -0,0 +1,44 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "obj" { + 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" + ]; + "obj" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">obj</TD></TR> + <TR><TD PORT="obj_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">obj_id</TD></TR> + <TR><TD PORT="obj_page" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">obj_page</TD></TR> + <TR><TD PORT="obj_verb" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">obj_verb</TD></TR> + <TR><TD PORT="obj_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">obj_type</TD></TR> + <TR><TD PORT="obj_obj" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">obj_obj</TD></TR> + <TR><TD PORT="obj_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">obj_channel</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD PORT="obj_term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">obj_term</TD></TR> + <TR><TD PORT="obj_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">obj_url</TD></TR> + <TR><TD PORT="obj_imgurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">obj_imgurl</TD></TR> + <TR><TD PORT="obj_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">obj_created</TD></TR> + <TR><TD PORT="obj_edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">obj_edited</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/obj.html" + tooltip="obj" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/obj.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/obj.1degree.png Binary files differnew file mode 100644 index 000000000..d11891060 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/obj.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/outq.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/outq.1degree.dot new file mode 100644 index 000000000..d2483ad22 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/outq.1degree.dot @@ -0,0 +1,41 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "outq" { + 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" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="outq_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">outq_hash</TD></TR> + <TR><TD PORT="outq_account" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_account</TD></TR> + <TR><TD PORT="outq_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_channel</TD></TR> + <TR><TD PORT="outq_driver" COLSPAN="3" ALIGN="LEFT">outq_driver</TD></TR> + <TR><TD PORT="outq_posturl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_posturl</TD></TR> + <TR><TD PORT="outq_async" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_async</TD></TR> + <TR><TD PORT="outq_delivered" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_delivered</TD></TR> + <TR><TD PORT="outq_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_created</TD></TR> + <TR><TD PORT="outq_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_updated</TD></TR> + <TR><TD PORT="outq_notify" COLSPAN="3" ALIGN="LEFT">outq_notify</TD></TR> + <TR><TD PORT="outq_msg" COLSPAN="3" ALIGN="LEFT">outq_msg</TD></TR> + <TR><TD PORT="outq_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_priority</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/outq.html" + tooltip="outq" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/outq.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/outq.1degree.png Binary files differnew file mode 100644 index 000000000..a8b8ad730 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/outq.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/pconfig.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/pconfig.1degree.dot new file mode 100644 index 000000000..0c4fe0214 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/pconfig.1degree.dot @@ -0,0 +1,34 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "pconfig" { + 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" + ]; + "pconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">pconfig</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="cat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">719 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/pconfig.html" + tooltip="pconfig" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/pconfig.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/pconfig.1degree.png Binary files differnew file mode 100644 index 000000000..8adfd5ac1 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/pconfig.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/photo.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/photo.1degree.dot new file mode 100644 index 000000000..20a60273c --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/photo.1degree.dot @@ -0,0 +1,57 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "photo" { + 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" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD PORT="resource_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">resource_id</TD></TR> + <TR><TD PORT="created" COLSPAN="3" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="title" COLSPAN="3" ALIGN="LEFT">title</TD></TR> + <TR><TD PORT="description" COLSPAN="3" ALIGN="LEFT">description</TD></TR> + <TR><TD PORT="album" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">album</TD></TR> + <TR><TD PORT="filename" COLSPAN="3" ALIGN="LEFT">filename</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="height" COLSPAN="3" ALIGN="LEFT">height</TD></TR> + <TR><TD PORT="width" COLSPAN="3" ALIGN="LEFT">width</TD></TR> + <TR><TD PORT="size" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">size</TD></TR> + <TR><TD PORT="data" COLSPAN="3" ALIGN="LEFT">data</TD></TR> + <TR><TD PORT="scale" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">scale</TD></TR> + <TR><TD PORT="photo_usage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">photo_usage</TD></TR> + <TR><TD PORT="profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">profile</TD></TR> + <TR><TD PORT="is_nsfw" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_nsfw</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD></TR> + <TR><TD PORT="os_path" COLSPAN="3" ALIGN="LEFT">os_path</TD></TR> + <TR><TD PORT="display_path" COLSPAN="3" ALIGN="LEFT">display_path</TD></TR> + <TR><TD PORT="photo_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">photo_flags</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 858 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/photo.html" + tooltip="photo" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/photo.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/photo.1degree.png Binary files differnew file mode 100644 index 000000000..32efd1283 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/photo.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/poll.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/poll.1degree.dot new file mode 100644 index 000000000..9c6334d6b --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/poll.1degree.dot @@ -0,0 +1,34 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "poll" { + 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" + ]; + "poll" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">poll</TD></TR> + <TR><TD PORT="poll_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">poll_id</TD></TR> + <TR><TD PORT="poll_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">poll_channel</TD></TR> + <TR><TD PORT="poll_desc" COLSPAN="3" ALIGN="LEFT">poll_desc</TD></TR> + <TR><TD PORT="poll_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">poll_flags</TD></TR> + <TR><TD PORT="poll_votes" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">poll_votes</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/poll.html" + tooltip="poll" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/poll.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/poll.1degree.png Binary files differnew file mode 100644 index 000000000..1d917cf23 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/poll.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/poll_elm.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/poll_elm.1degree.dot new file mode 100644 index 000000000..f93572da9 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/poll_elm.1degree.dot @@ -0,0 +1,34 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "poll_elm" { + 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" + ]; + "poll_elm" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">poll_elm</TD></TR> + <TR><TD PORT="pelm_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">pelm_id</TD></TR> + <TR><TD PORT="pelm_poll" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">pelm_poll</TD></TR> + <TR><TD PORT="pelm_desc" COLSPAN="3" ALIGN="LEFT">pelm_desc</TD></TR> + <TR><TD PORT="pelm_flags" COLSPAN="3" ALIGN="LEFT">pelm_flags</TD></TR> + <TR><TD PORT="pelm_result" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">pelm_result</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/poll_elm.html" + tooltip="poll_elm" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/poll_elm.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/poll_elm.1degree.png Binary files differnew file mode 100644 index 000000000..167e14828 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/poll_elm.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/profdef.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/profdef.1degree.dot new file mode 100644 index 000000000..56d3b113a --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/profdef.1degree.dot @@ -0,0 +1,35 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "profdef" { + 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" + ]; + "profdef" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="field_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">field_name</TD></TR> + <TR><TD PORT="field_type" COLSPAN="3" ALIGN="LEFT">field_type</TD></TR> + <TR><TD PORT="field_desc" COLSPAN="3" ALIGN="LEFT">field_desc</TD></TR> + <TR><TD PORT="field_help" COLSPAN="3" ALIGN="LEFT">field_help</TD></TR> + <TR><TD PORT="field_inputs" COLSPAN="3" ALIGN="LEFT">field_inputs</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/profdef.html" + tooltip="profdef" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/profdef.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/profdef.1degree.png Binary files differnew file mode 100644 index 000000000..b0818ff0b --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/profdef.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/profext.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/profext.1degree.dot new file mode 100644 index 000000000..4906df600 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/profext.1degree.dot @@ -0,0 +1,34 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "profext" { + 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" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</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/profext.html" + tooltip="profext" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/profext.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/profext.1degree.png Binary files differnew file mode 100644 index 000000000..0c4a78f19 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/profext.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/profile.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/profile.1degree.dot new file mode 100644 index 000000000..5a91479e2 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/profile.1degree.dot @@ -0,0 +1,73 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "profile" { + 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" + ]; + "profile" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="profile_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">profile_guid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="profile_name" COLSPAN="3" ALIGN="LEFT">profile_name</TD></TR> + <TR><TD PORT="is_default" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_default</TD></TR> + <TR><TD PORT="hide_friends" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hide_friends</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="pdesc" COLSPAN="3" ALIGN="LEFT">pdesc</TD></TR> + <TR><TD PORT="chandesc" COLSPAN="3" ALIGN="LEFT">chandesc</TD></TR> + <TR><TD PORT="dob" COLSPAN="3" ALIGN="LEFT">dob</TD></TR> + <TR><TD PORT="dob_tz" COLSPAN="3" ALIGN="LEFT">dob_tz</TD></TR> + <TR><TD PORT="address" COLSPAN="3" ALIGN="LEFT">address</TD></TR> + <TR><TD PORT="locality" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">locality</TD></TR> + <TR><TD PORT="region" COLSPAN="3" ALIGN="LEFT">region</TD></TR> + <TR><TD PORT="postal_code" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">postal_code</TD></TR> + <TR><TD PORT="country_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">country_name</TD></TR> + <TR><TD PORT="hometown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hometown</TD></TR> + <TR><TD PORT="gender" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">gender</TD></TR> + <TR><TD PORT="marital" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">marital</TD></TR> + <TR><TD PORT="with" COLSPAN="3" ALIGN="LEFT">with</TD></TR> + <TR><TD PORT="howlong" COLSPAN="3" ALIGN="LEFT">howlong</TD></TR> + <TR><TD PORT="sexual" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">sexual</TD></TR> + <TR><TD PORT="politic" COLSPAN="3" ALIGN="LEFT">politic</TD></TR> + <TR><TD PORT="religion" COLSPAN="3" ALIGN="LEFT">religion</TD></TR> + <TR><TD PORT="keywords" COLSPAN="3" ALIGN="LEFT">keywords</TD></TR> + <TR><TD PORT="likes" COLSPAN="3" ALIGN="LEFT">likes</TD></TR> + <TR><TD PORT="dislikes" COLSPAN="3" ALIGN="LEFT">dislikes</TD></TR> + <TR><TD PORT="about" COLSPAN="3" ALIGN="LEFT">about</TD></TR> + <TR><TD PORT="summary" COLSPAN="3" ALIGN="LEFT">summary</TD></TR> + <TR><TD PORT="music" COLSPAN="3" ALIGN="LEFT">music</TD></TR> + <TR><TD PORT="book" COLSPAN="3" ALIGN="LEFT">book</TD></TR> + <TR><TD PORT="tv" COLSPAN="3" ALIGN="LEFT">tv</TD></TR> + <TR><TD PORT="film" COLSPAN="3" ALIGN="LEFT">film</TD></TR> + <TR><TD PORT="interest" COLSPAN="3" ALIGN="LEFT">interest</TD></TR> + <TR><TD PORT="romance" COLSPAN="3" ALIGN="LEFT">romance</TD></TR> + <TR><TD PORT="work" COLSPAN="3" ALIGN="LEFT">work</TD></TR> + <TR><TD PORT="education" COLSPAN="3" ALIGN="LEFT">education</TD></TR> + <TR><TD PORT="contact" COLSPAN="3" ALIGN="LEFT">contact</TD></TR> + <TR><TD PORT="channels" COLSPAN="3" ALIGN="LEFT">channels</TD></TR> + <TR><TD PORT="homepage" COLSPAN="3" ALIGN="LEFT">homepage</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="thumb" COLSPAN="3" ALIGN="LEFT">thumb</TD></TR> + <TR><TD PORT="publish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">publish</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">11 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/profile.html" + tooltip="profile" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/profile.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/profile.1degree.png Binary files differnew file mode 100644 index 000000000..393ee8273 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/profile.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/profile_check.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/profile_check.1degree.dot new file mode 100644 index 000000000..762580419 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/profile_check.1degree.dot @@ -0,0 +1,35 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "profile_check" { + 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" + ]; + "profile_check" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="cid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cid</TD></TR> + <TR><TD PORT="dfrn_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dfrn_id</TD></TR> + <TR><TD PORT="sec" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">sec</TD></TR> + <TR><TD PORT="expire" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expire</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/profile_check.html" + tooltip="profile_check" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/profile_check.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/profile_check.1degree.png Binary files differnew file mode 100644 index 000000000..7f074e851 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/profile_check.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/register.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/register.1degree.dot new file mode 100644 index 000000000..6d3259a33 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/register.1degree.dot @@ -0,0 +1,35 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "register" { + 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" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="password" COLSPAN="3" ALIGN="LEFT">password</TD></TR> + <TR><TD PORT="language" COLSPAN="3" ALIGN="LEFT">language</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/register.html" + tooltip="register" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/register.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/register.1degree.png Binary files differnew file mode 100644 index 000000000..099684117 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/register.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/relationships.implied.compact.dot b/doc/schemaspy_hubzilla/diagrams/summary/relationships.implied.compact.dot new file mode 100644 index 000000000..20df61b32 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/relationships.implied.compact.dot @@ -0,0 +1,1094 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "compactImpliedRelationshipsDiagram" { + 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" + ]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="abook_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">abook_id</TD></TR> + <TR><TD PORT="abook_account" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_account</TD></TR> + <TR><TD PORT="abook_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_channel</TD></TR> + <TR><TD PORT="abook_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_xchan</TD></TR> + <TR><TD PORT="abook_my_perms" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_my_perms</TD></TR> + <TR><TD PORT="abook_their_perms" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_their_perms</TD></TR> + <TR><TD PORT="abook_closeness" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_closeness</TD></TR> + <TR><TD PORT="abook_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_created</TD></TR> + <TR><TD PORT="abook_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_updated</TD></TR> + <TR><TD PORT="abook_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_connected</TD></TR> + <TR><TD PORT="abook_dob" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_dob</TD></TR> + <TR><TD PORT="abook_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_flags</TD></TR> + <TR><TD PORT="abook_blocked" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_blocked</TD></TR> + <TR><TD PORT="abook_ignored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_ignored</TD></TR> + <TR><TD PORT="abook_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_hidden</TD></TR> + <TR><TD PORT="abook_archived" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_archived</TD></TR> + <TR><TD PORT="abook_pending" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_pending</TD></TR> + <TR><TD PORT="abook_unconnected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_unconnected</TD></TR> + <TR><TD PORT="abook_self" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_self</TD></TR> + <TR><TD PORT="abook_feed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_feed</TD></TR> + <TR><TD PORT="abook_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_profile</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/abook.html" + tooltip="abook" + ]; + "account" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">account</TD></TR> + <TR><TD PORT="account_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">account_id</TD></TR> + <TR><TD PORT="account_parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_parent</TD></TR> + <TR><TD PORT="account_default_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_default_channel</TD></TR> + <TR><TD PORT="account_email" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_email</TD></TR> + <TR><TD PORT="account_external" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_external</TD></TR> + <TR><TD PORT="account_lastlog" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_lastlog</TD></TR> + <TR><TD PORT="account_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_flags</TD></TR> + <TR><TD PORT="account_roles" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_roles</TD></TR> + <TR><TD PORT="account_expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_expires</TD></TR> + <TR><TD PORT="account_service_class" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_service_class</TD></TR> + <TR><TD PORT="account_level" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_level</TD></TR> + <TR><TD PORT="account_password_changed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_password_changed</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/account.html" + tooltip="account" + ]; + "addon" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">addon</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="installed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">installed</TD></TR> + <TR><TD PORT="hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hidden</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/addon.html" + tooltip="addon" + ]; + "app" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">app</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="app_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_id</TD></TR> + <TR><TD PORT="app_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_name</TD></TR> + <TR><TD PORT="app_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_url</TD></TR> + <TR><TD PORT="app_photo" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_photo</TD></TR> + <TR><TD PORT="app_version" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_version</TD></TR> + <TR><TD PORT="app_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_channel</TD></TR> + <TR><TD PORT="app_price" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_price</TD></TR> + <TR><TD PORT="app_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_created</TD></TR> + <TR><TD PORT="app_edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_edited</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/app.html" + tooltip="app" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="creator" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">creator</TD></TR> + <TR><TD PORT="filename" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filename</TD></TR> + <TR><TD PORT="filetype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filetype</TD></TR> + <TR><TD PORT="filesize" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filesize</TD></TR> + <TR><TD PORT="revision" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD></TR> + <TR><TD PORT="folder" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">folder</TD></TR> + <TR><TD PORT="flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">flags</TD></TR> + <TR><TD PORT="is_dir" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_dir</TD></TR> + <TR><TD PORT="is_photo" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_photo</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/attach.html" + tooltip="attach" + ]; + "auth_codes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">auth_codes</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="client_id" COLSPAN="3" ALIGN="LEFT">client_id</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</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/auth_codes.html" + tooltip="auth_codes" + ]; + "cache" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">cache</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">334 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/cache.html" + tooltip="cache" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="tables/channel.html" + tooltip="channel" + ]; + "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="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="cp_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">cp_id</TD></TR> + <TR><TD PORT="cp_room" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_room</TD></TR> + <TR><TD PORT="cp_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_xchan</TD></TR> + <TR><TD PORT="cp_last" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_last</TD></TR> + <TR><TD PORT="cp_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_status</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/chatpresence.html" + tooltip="chatpresence" + ]; + "clients" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">clients</TD></TR> + <TR><TD PORT="client_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">client_id</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</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/clients.html" + tooltip="clients" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="cat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/config.html" + tooltip="config" + ]; + "conv" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">updated</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/conv.html" + tooltip="conv" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="dreport_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">dreport_id</TD></TR> + <TR><TD PORT="dreport_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_channel</TD></TR> + <TR><TD PORT="dreport_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_mid</TD></TR> + <TR><TD PORT="dreport_site" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_site</TD></TR> + <TR><TD PORT="dreport_time" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_time</TD></TR> + <TR><TD PORT="dreport_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_xchan</TD></TR> + <TR><TD PORT="dreport_queue" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_queue</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="event_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_xchan</TD></TR> + <TR><TD PORT="event_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_hash</TD></TR> + <TR><TD PORT="start" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">start</TD></TR> + <TR><TD PORT="finish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">finish</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="nofinish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">nofinish</TD></TR> + <TR><TD PORT="adjust" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">adjust</TD></TR> + <TR><TD PORT="ignore" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ignore</TD></TR> + <TR><TD PORT="event_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_status</TD></TR> + <TR><TD PORT="event_sequence" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_sequence</TD></TR> + <TR><TD PORT="event_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_priority</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/event.html" + tooltip="event" + ]; + "fcontact" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">addr</TD></TR> + <TR><TD PORT="network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">network</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</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/fcontact.html" + tooltip="fcontact" + ]; + "ffinder" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="cid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cid</TD></TR> + <TR><TD PORT="fid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">fid</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/ffinder.html" + tooltip="ffinder" + ]; + "fserver" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fserver</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="server" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">server</TD></TR> + <TR><TD PORT="posturl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">posturl</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</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/fserver.html" + tooltip="fserver" + ]; + "fsuggest" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fsuggest</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</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/fsuggest.html" + tooltip="fsuggest" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="gid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">gid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="visible" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">visible</TD></TR> + <TR><TD PORT="deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deleted</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/groups.html" + tooltip="groups" + ]; + "hook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hook</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">41 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/hook.html" + tooltip="hook" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="tables/hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="parent_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_mid</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="commented" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">commented</TD></TR> + <TR><TD PORT="received" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">received</TD></TR> + <TR><TD PORT="changed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">changed</TD></TR> + <TR><TD PORT="comments_closed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">comments_closed</TD></TR> + <TR><TD PORT="owner_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">owner_xchan</TD></TR> + <TR><TD PORT="author_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">author_xchan</TD></TR> + <TR><TD PORT="source_xchan" COLSPAN="3" ALIGN="LEFT">source_xchan</TD></TR> + <TR><TD PORT="mimetype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mimetype</TD></TR> + <TR><TD PORT="title" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">title</TD></TR> + <TR><TD PORT="body" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">body</TD></TR> + <TR><TD PORT="revision" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="layout_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">layout_mid</TD></TR> + <TR><TD PORT="llink" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">llink</TD></TR> + <TR><TD PORT="resource_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">resource_type</TD></TR> + <TR><TD PORT="public_policy" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">public_policy</TD></TR> + <TR><TD PORT="comment_policy" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">comment_policy</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD PORT="item_restrict" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_restrict</TD></TR> + <TR><TD PORT="item_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_flags</TD></TR> + <TR><TD PORT="item_private" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_private</TD></TR> + <TR><TD PORT="item_origin" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_origin</TD></TR> + <TR><TD PORT="item_unseen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_unseen</TD></TR> + <TR><TD PORT="item_starred" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_starred</TD></TR> + <TR><TD PORT="item_uplink" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_uplink</TD></TR> + <TR><TD PORT="item_consensus" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_consensus</TD></TR> + <TR><TD PORT="item_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_wall</TD></TR> + <TR><TD PORT="item_thread_top" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_thread_top</TD></TR> + <TR><TD PORT="item_notshown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_notshown</TD></TR> + <TR><TD PORT="item_nsfw" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_nsfw</TD></TR> + <TR><TD PORT="item_relay" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_relay</TD></TR> + <TR><TD PORT="item_mentionsme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_mentionsme</TD></TR> + <TR><TD PORT="item_nocomment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_nocomment</TD></TR> + <TR><TD PORT="item_obscured" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_obscured</TD></TR> + <TR><TD PORT="item_verified" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_verified</TD></TR> + <TR><TD PORT="item_retained" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_retained</TD></TR> + <TR><TD PORT="item_rss" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_rss</TD></TR> + <TR><TD PORT="item_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_deleted</TD></TR> + <TR><TD PORT="item_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_type</TD></TR> + <TR><TD PORT="item_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_hidden</TD></TR> + <TR><TD PORT="item_unpublished" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_unpublished</TD></TR> + <TR><TD PORT="item_delayed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_delayed</TD></TR> + <TR><TD PORT="item_pending_remove" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_pending_remove</TD></TR> + <TR><TD PORT="item_blocked" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_blocked</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/item.html" + tooltip="item" + ]; + "item_id" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="iid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">iid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="sid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">sid</TD></TR> + <TR><TD PORT="service" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">service</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/item_id.html" + tooltip="item_id" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="liker" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">liker</TD></TR> + <TR><TD PORT="likee" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">likee</TD></TR> + <TR><TD PORT="iid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">iid</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="target_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">target_type</TD></TR> + <TR><TD PORT="target_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">target_id</TD></TR> + <TR><TD PORT="i_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">i_mid</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</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/likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="convid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">convid</TD></TR> + <TR><TD PORT="mail_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_flags</TD></TR> + <TR><TD PORT="from_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">from_xchan</TD></TR> + <TR><TD PORT="to_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">to_xchan</TD></TR> + <TR><TD PORT="account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mid</TD></TR> + <TR><TD PORT="parent_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_mid</TD></TR> + <TR><TD PORT="mail_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_deleted</TD></TR> + <TR><TD PORT="mail_replied" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_replied</TD></TR> + <TR><TD PORT="mail_isreply" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_isreply</TD></TR> + <TR><TD PORT="mail_seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_seen</TD></TR> + <TR><TD PORT="mail_recalled" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_recalled</TD></TR> + <TR><TD PORT="mail_obscured" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_obscured</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="conv_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">conv_guid</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="outq_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">outq_hash</TD></TR> + <TR><TD PORT="outq_account" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_account</TD></TR> + <TR><TD PORT="outq_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_channel</TD></TR> + <TR><TD PORT="outq_posturl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_posturl</TD></TR> + <TR><TD PORT="outq_async" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_async</TD></TR> + <TR><TD PORT="outq_delivered" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_delivered</TD></TR> + <TR><TD PORT="outq_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_created</TD></TR> + <TR><TD PORT="outq_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_updated</TD></TR> + <TR><TD PORT="outq_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_priority</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/outq.html" + tooltip="outq" + ]; + "pconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">pconfig</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="cat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">719 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/pconfig.html" + tooltip="pconfig" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD PORT="resource_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">resource_id</TD></TR> + <TR><TD PORT="album" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">album</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="size" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">size</TD></TR> + <TR><TD PORT="scale" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">scale</TD></TR> + <TR><TD PORT="photo_usage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">photo_usage</TD></TR> + <TR><TD PORT="profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">profile</TD></TR> + <TR><TD PORT="is_nsfw" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_nsfw</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD></TR> + <TR><TD PORT="photo_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">photo_flags</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/photo.html" + tooltip="photo" + ]; + "profdef" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="field_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">field_name</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</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/profdef.html" + tooltip="profdef" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/profext.html" + tooltip="profext" + ]; + "profile" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="profile_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">profile_guid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="is_default" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_default</TD></TR> + <TR><TD PORT="hide_friends" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hide_friends</TD></TR> + <TR><TD PORT="locality" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">locality</TD></TR> + <TR><TD PORT="postal_code" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">postal_code</TD></TR> + <TR><TD PORT="country_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">country_name</TD></TR> + <TR><TD PORT="hometown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hometown</TD></TR> + <TR><TD PORT="gender" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">gender</TD></TR> + <TR><TD PORT="marital" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">marital</TD></TR> + <TR><TD PORT="sexual" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">sexual</TD></TR> + <TR><TD PORT="publish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">publish</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">11 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/profile.html" + tooltip="profile" + ]; + "profile_check" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="cid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cid</TD></TR> + <TR><TD PORT="dfrn_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dfrn_id</TD></TR> + <TR><TD PORT="sec" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">sec</TD></TR> + <TR><TD PORT="expire" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expire</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/profile_check.html" + tooltip="profile_check" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="share_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">share_id</TD></TR> + <TR><TD PORT="share_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">share_type</TD></TR> + <TR><TD PORT="share_target" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">share_target</TD></TR> + <TR><TD PORT="share_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">share_xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/shares.html" + tooltip="shares" + ]; + "sign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="iid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">iid</TD></TR> + <TR><TD PORT="retract_iid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">retract_iid</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</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/sign.html" + tooltip="sign" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="src_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">src_id</TD></TR> + <TR><TD PORT="src_channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">src_channel_id</TD></TR> + <TR><TD PORT="src_channel_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">src_channel_xchan</TD></TR> + <TR><TD PORT="src_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">src_xchan</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/source.html" + tooltip="source" + ]; + "spam" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">spam</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="spam" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">spam</TD></TR> + <TR><TD PORT="ham" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ham</TD></TR> + <TR><TD PORT="term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</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/spam.html" + tooltip="spam" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="k" COLSPAN="3" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</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/sys_perms.html" + tooltip="sys_perms" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="tid" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">tid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="oid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">oid</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term</TD></TR> + <TR><TD PORT="imgurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">imgurl</TD></TR> + <TR><TD PORT="term_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term_hash</TD></TR> + <TR><TD PORT="parent_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_hash</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/term.html" + tooltip="term" + ]; + "tokens" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">tokens</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="client_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">client_id</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</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/tokens.html" + tooltip="tokens" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="ud_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">ud_id</TD></TR> + <TR><TD PORT="ud_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_hash</TD></TR> + <TR><TD PORT="ud_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_guid</TD></TR> + <TR><TD PORT="ud_date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_date</TD></TR> + <TR><TD PORT="ud_last" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_last</TD></TR> + <TR><TD PORT="ud_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_flags</TD></TR> + <TR><TD PORT="ud_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_addr</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/updates.html" + tooltip="updates" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="token" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD></TR> + <TR><TD PORT="meta" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</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/verify.html" + tooltip="verify" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="vote_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">vote_id</TD></TR> + <TR><TD PORT="vote_poll" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_poll</TD></TR> + <TR><TD PORT="vote_element" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_element</TD></TR> + <TR><TD PORT="vote_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_xchan</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="tables/xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="xchat_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchat_id</TD></TR> + <TR><TD PORT="xchat_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_url</TD></TR> + <TR><TD PORT="xchat_desc" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_desc</TD></TR> + <TR><TD PORT="xchat_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_xchan</TD></TR> + <TR><TD PORT="xchat_edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_edited</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD PORT="cat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="xlink_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xlink_id</TD></TR> + <TR><TD PORT="xlink_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_xchan</TD></TR> + <TR><TD PORT="xlink_link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_link</TD></TR> + <TR><TD PORT="xlink_rating" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_rating</TD></TR> + <TR><TD PORT="xlink_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_updated</TD></TR> + <TR><TD PORT="xlink_static" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_static</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="xprof_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xprof_hash</TD></TR> + <TR><TD PORT="xprof_age" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_age</TD></TR> + <TR><TD PORT="xprof_desc" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_desc</TD></TR> + <TR><TD PORT="xprof_dob" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_dob</TD></TR> + <TR><TD PORT="xprof_gender" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_gender</TD></TR> + <TR><TD PORT="xprof_marital" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_marital</TD></TR> + <TR><TD PORT="xprof_sexual" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_sexual</TD></TR> + <TR><TD PORT="xprof_locale" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_locale</TD></TR> + <TR><TD PORT="xprof_region" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_region</TD></TR> + <TR><TD PORT="xprof_postcode" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_postcode</TD></TR> + <TR><TD PORT="xprof_country" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_country</TD></TR> + <TR><TD PORT="xprof_hometown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_hometown</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="xtag_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xtag_id</TD></TR> + <TR><TD PORT="xtag_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_hash</TD></TR> + <TR><TD PORT="xtag_term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_term</TD></TR> + <TR><TD PORT="xtag_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_flags</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xtag.html" + tooltip="xtag" + ]; + "abook":"abook_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "addon":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "app":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "attach":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "auth_codes":"client_id":w -> "clients":"client_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "auth_codes":"id":w -> "tokens":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"chat_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"cp_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "config":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "config":"k":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "conv":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "dreport":"dreport_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fcontact":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "ffinder":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fserver":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fsuggest":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hook":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"author_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"owner_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"source_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item_id":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "likes":"channel_id":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "likes":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"account_id":w -> "account":"account_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"channel_id":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"from_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"to_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"outq_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "pconfig":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "pconfig":"k":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "photo":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profdef":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"channel_id":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"k":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profile":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile_check":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "shares":"share_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "sign":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "source":"src_channel_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"src_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "spam":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sys_perms":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sys_perms":"k":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "term":"parent_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "tokens":"client_id":w -> "clients":"client_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "updates":"ud_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"vote_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"xchat_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"k":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "xconfig":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xign":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"xlink_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"xprof_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"xtag_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/relationships.implied.compact.png b/doc/schemaspy_hubzilla/diagrams/summary/relationships.implied.compact.png Binary files differnew file mode 100644 index 000000000..f7da83f7a --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/relationships.implied.compact.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/relationships.implied.large.dot b/doc/schemaspy_hubzilla/diagrams/summary/relationships.implied.large.dot new file mode 100644 index 000000000..f2a665b2f --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/relationships.implied.large.dot @@ -0,0 +1,1256 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "largeImpliedRelationshipsDiagram" { + 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" + ]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="abook_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">abook_id</TD></TR> + <TR><TD PORT="abook_account" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_account</TD></TR> + <TR><TD PORT="abook_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_channel</TD></TR> + <TR><TD PORT="abook_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_xchan</TD></TR> + <TR><TD PORT="abook_my_perms" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_my_perms</TD></TR> + <TR><TD PORT="abook_their_perms" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_their_perms</TD></TR> + <TR><TD PORT="abook_closeness" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_closeness</TD></TR> + <TR><TD PORT="abook_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_created</TD></TR> + <TR><TD PORT="abook_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_updated</TD></TR> + <TR><TD PORT="abook_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_connected</TD></TR> + <TR><TD PORT="abook_dob" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_dob</TD></TR> + <TR><TD PORT="abook_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_flags</TD></TR> + <TR><TD PORT="abook_blocked" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_blocked</TD></TR> + <TR><TD PORT="abook_ignored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_ignored</TD></TR> + <TR><TD PORT="abook_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_hidden</TD></TR> + <TR><TD PORT="abook_archived" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_archived</TD></TR> + <TR><TD PORT="abook_pending" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_pending</TD></TR> + <TR><TD PORT="abook_unconnected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_unconnected</TD></TR> + <TR><TD PORT="abook_self" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_self</TD></TR> + <TR><TD PORT="abook_feed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_feed</TD></TR> + <TR><TD PORT="abook_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_profile</TD></TR> + <TR><TD PORT="abook_incl" COLSPAN="3" ALIGN="LEFT">abook_incl</TD></TR> + <TR><TD PORT="abook_excl" COLSPAN="3" ALIGN="LEFT">abook_excl</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/abook.html" + tooltip="abook" + ]; + "account" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">account</TD></TR> + <TR><TD PORT="account_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">account_id</TD></TR> + <TR><TD PORT="account_parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_parent</TD></TR> + <TR><TD PORT="account_default_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_default_channel</TD></TR> + <TR><TD PORT="account_salt" COLSPAN="3" ALIGN="LEFT">account_salt</TD></TR> + <TR><TD PORT="account_password" COLSPAN="3" ALIGN="LEFT">account_password</TD></TR> + <TR><TD PORT="account_email" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_email</TD></TR> + <TR><TD PORT="account_external" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_external</TD></TR> + <TR><TD PORT="account_language" COLSPAN="3" ALIGN="LEFT">account_language</TD></TR> + <TR><TD PORT="account_created" COLSPAN="3" ALIGN="LEFT">account_created</TD></TR> + <TR><TD PORT="account_lastlog" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_lastlog</TD></TR> + <TR><TD PORT="account_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_flags</TD></TR> + <TR><TD PORT="account_roles" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_roles</TD></TR> + <TR><TD PORT="account_reset" COLSPAN="3" ALIGN="LEFT">account_reset</TD></TR> + <TR><TD PORT="account_expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_expires</TD></TR> + <TR><TD PORT="account_expire_notified" COLSPAN="3" ALIGN="LEFT">account_expire_notified</TD></TR> + <TR><TD PORT="account_service_class" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_service_class</TD></TR> + <TR><TD PORT="account_level" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_level</TD></TR> + <TR><TD PORT="account_password_changed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_password_changed</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/account.html" + tooltip="account" + ]; + "addon" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">addon</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="version" COLSPAN="3" ALIGN="LEFT">version</TD></TR> + <TR><TD PORT="installed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">installed</TD></TR> + <TR><TD PORT="hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hidden</TD></TR> + <TR><TD PORT="timestamp" COLSPAN="3" ALIGN="LEFT">timestamp</TD></TR> + <TR><TD PORT="plugin_admin" COLSPAN="3" ALIGN="LEFT">plugin_admin</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/addon.html" + tooltip="addon" + ]; + "app" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">app</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="app_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_id</TD></TR> + <TR><TD PORT="app_sig" COLSPAN="3" ALIGN="LEFT">app_sig</TD></TR> + <TR><TD PORT="app_author" COLSPAN="3" ALIGN="LEFT">app_author</TD></TR> + <TR><TD PORT="app_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_name</TD></TR> + <TR><TD PORT="app_desc" COLSPAN="3" ALIGN="LEFT">app_desc</TD></TR> + <TR><TD PORT="app_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_url</TD></TR> + <TR><TD PORT="app_photo" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_photo</TD></TR> + <TR><TD PORT="app_version" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_version</TD></TR> + <TR><TD PORT="app_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_channel</TD></TR> + <TR><TD PORT="app_addr" COLSPAN="3" ALIGN="LEFT">app_addr</TD></TR> + <TR><TD PORT="app_price" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_price</TD></TR> + <TR><TD PORT="app_page" COLSPAN="3" ALIGN="LEFT">app_page</TD></TR> + <TR><TD PORT="app_requires" COLSPAN="3" ALIGN="LEFT">app_requires</TD></TR> + <TR><TD PORT="app_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_created</TD></TR> + <TR><TD PORT="app_edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">app_edited</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/app.html" + tooltip="app" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="creator" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">creator</TD></TR> + <TR><TD PORT="filename" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filename</TD></TR> + <TR><TD PORT="filetype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filetype</TD></TR> + <TR><TD PORT="filesize" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filesize</TD></TR> + <TR><TD PORT="revision" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD></TR> + <TR><TD PORT="folder" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">folder</TD></TR> + <TR><TD PORT="flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">flags</TD></TR> + <TR><TD PORT="is_dir" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_dir</TD></TR> + <TR><TD PORT="is_photo" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_photo</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD></TR> + <TR><TD PORT="os_path" COLSPAN="3" ALIGN="LEFT">os_path</TD></TR> + <TR><TD PORT="display_path" COLSPAN="3" ALIGN="LEFT">display_path</TD></TR> + <TR><TD PORT="data" COLSPAN="3" ALIGN="LEFT">data</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/attach.html" + tooltip="attach" + ]; + "auth_codes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">auth_codes</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="client_id" COLSPAN="3" ALIGN="LEFT">client_id</TD></TR> + <TR><TD PORT="redirect_uri" COLSPAN="3" ALIGN="LEFT">redirect_uri</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="scope" COLSPAN="3" ALIGN="LEFT">scope</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/auth_codes.html" + tooltip="auth_codes" + ]; + "cache" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">cache</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD PORT="updated" COLSPAN="3" ALIGN="LEFT">updated</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">334 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/cache.html" + tooltip="cache" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="tables/channel.html" + tooltip="channel" + ]; + "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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="cp_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">cp_id</TD></TR> + <TR><TD PORT="cp_room" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_room</TD></TR> + <TR><TD PORT="cp_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_xchan</TD></TR> + <TR><TD PORT="cp_last" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_last</TD></TR> + <TR><TD PORT="cp_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_status</TD></TR> + <TR><TD PORT="cp_client" COLSPAN="3" ALIGN="LEFT">cp_client</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/chatpresence.html" + tooltip="chatpresence" + ]; + "clients" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">clients</TD></TR> + <TR><TD PORT="client_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">client_id</TD></TR> + <TR><TD PORT="pw" COLSPAN="3" ALIGN="LEFT">pw</TD></TR> + <TR><TD PORT="redirect_uri" COLSPAN="3" ALIGN="LEFT">redirect_uri</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="icon" COLSPAN="3" ALIGN="LEFT">icon</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" ALIGN="LEFT">uid</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/clients.html" + tooltip="clients" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="cat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/config.html" + tooltip="config" + ]; + "conv" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="guid" COLSPAN="3" ALIGN="LEFT">guid</TD></TR> + <TR><TD PORT="recips" COLSPAN="3" ALIGN="LEFT">recips</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="creator" COLSPAN="3" ALIGN="LEFT">creator</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">updated</TD></TR> + <TR><TD PORT="subject" COLSPAN="3" ALIGN="LEFT">subject</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/conv.html" + tooltip="conv" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="dreport_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">dreport_id</TD></TR> + <TR><TD PORT="dreport_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_channel</TD></TR> + <TR><TD PORT="dreport_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_mid</TD></TR> + <TR><TD PORT="dreport_site" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_site</TD></TR> + <TR><TD PORT="dreport_recip" COLSPAN="3" ALIGN="LEFT">dreport_recip</TD></TR> + <TR><TD PORT="dreport_result" COLSPAN="3" ALIGN="LEFT">dreport_result</TD></TR> + <TR><TD PORT="dreport_time" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_time</TD></TR> + <TR><TD PORT="dreport_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_xchan</TD></TR> + <TR><TD PORT="dreport_queue" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_queue</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="event_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_xchan</TD></TR> + <TR><TD PORT="event_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="start" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">start</TD></TR> + <TR><TD PORT="finish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">finish</TD></TR> + <TR><TD PORT="summary" COLSPAN="3" ALIGN="LEFT">summary</TD></TR> + <TR><TD PORT="description" COLSPAN="3" ALIGN="LEFT">description</TD></TR> + <TR><TD PORT="location" COLSPAN="3" ALIGN="LEFT">location</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="nofinish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">nofinish</TD></TR> + <TR><TD PORT="adjust" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">adjust</TD></TR> + <TR><TD PORT="ignore" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ignore</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD PORT="event_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_status</TD></TR> + <TR><TD PORT="event_status_date" COLSPAN="3" ALIGN="LEFT">event_status_date</TD></TR> + <TR><TD PORT="event_percent" COLSPAN="3" ALIGN="LEFT">event_percent</TD></TR> + <TR><TD PORT="event_repeat" COLSPAN="3" ALIGN="LEFT">event_repeat</TD></TR> + <TR><TD PORT="event_sequence" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_sequence</TD></TR> + <TR><TD PORT="event_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_priority</TD></TR> + <TR><TD PORT="event_vdata" COLSPAN="3" ALIGN="LEFT">event_vdata</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/event.html" + tooltip="event" + ]; + "fcontact" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="request" COLSPAN="3" ALIGN="LEFT">request</TD></TR> + <TR><TD PORT="nick" COLSPAN="3" ALIGN="LEFT">nick</TD></TR> + <TR><TD PORT="addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">addr</TD></TR> + <TR><TD PORT="batch" COLSPAN="3" ALIGN="LEFT">batch</TD></TR> + <TR><TD PORT="notify" COLSPAN="3" ALIGN="LEFT">notify</TD></TR> + <TR><TD PORT="poll" COLSPAN="3" ALIGN="LEFT">poll</TD></TR> + <TR><TD PORT="confirm" COLSPAN="3" ALIGN="LEFT">confirm</TD></TR> + <TR><TD PORT="priority" COLSPAN="3" ALIGN="LEFT">priority</TD></TR> + <TR><TD PORT="network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">network</TD></TR> + <TR><TD PORT="alias" COLSPAN="3" ALIGN="LEFT">alias</TD></TR> + <TR><TD PORT="pubkey" COLSPAN="3" ALIGN="LEFT">pubkey</TD></TR> + <TR><TD PORT="updated" COLSPAN="3" ALIGN="LEFT">updated</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/fcontact.html" + tooltip="fcontact" + ]; + "ffinder" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="cid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cid</TD></TR> + <TR><TD PORT="fid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">fid</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/ffinder.html" + tooltip="ffinder" + ]; + "fserver" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fserver</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="server" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">server</TD></TR> + <TR><TD PORT="posturl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">posturl</TD></TR> + <TR><TD PORT="key" COLSPAN="3" ALIGN="LEFT">key</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/fserver.html" + tooltip="fserver" + ]; + "fsuggest" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fsuggest</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="cid" COLSPAN="3" ALIGN="LEFT">cid</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="request" COLSPAN="3" ALIGN="LEFT">request</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="note" COLSPAN="3" ALIGN="LEFT">note</TD></TR> + <TR><TD PORT="created" COLSPAN="3" 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/fsuggest.html" + tooltip="fsuggest" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="gid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">gid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="visible" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">visible</TD></TR> + <TR><TD PORT="deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deleted</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/groups.html" + tooltip="groups" + ]; + "hook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hook</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hook</TD></TR> + <TR><TD PORT="file" COLSPAN="3" ALIGN="LEFT">file</TD></TR> + <TR><TD PORT="function" COLSPAN="3" ALIGN="LEFT">function</TD></TR> + <TR><TD PORT="priority" COLSPAN="3" ALIGN="LEFT">priority</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">41 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/hook.html" + tooltip="hook" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="tables/hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="parent_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_mid</TD></TR> + <TR><TD PORT="thr_parent" COLSPAN="3" ALIGN="LEFT">thr_parent</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="commented" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">commented</TD></TR> + <TR><TD PORT="received" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">received</TD></TR> + <TR><TD PORT="changed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">changed</TD></TR> + <TR><TD PORT="comments_closed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">comments_closed</TD></TR> + <TR><TD PORT="owner_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">owner_xchan</TD></TR> + <TR><TD PORT="author_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">author_xchan</TD></TR> + <TR><TD PORT="source_xchan" COLSPAN="3" ALIGN="LEFT">source_xchan</TD></TR> + <TR><TD PORT="mimetype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mimetype</TD></TR> + <TR><TD PORT="title" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">title</TD></TR> + <TR><TD PORT="body" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">body</TD></TR> + <TR><TD PORT="html" COLSPAN="3" ALIGN="LEFT">html</TD></TR> + <TR><TD PORT="app" COLSPAN="3" ALIGN="LEFT">app</TD></TR> + <TR><TD PORT="lang" COLSPAN="3" ALIGN="LEFT">lang</TD></TR> + <TR><TD PORT="revision" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="obj_type" COLSPAN="3" ALIGN="LEFT">obj_type</TD></TR> + <TR><TD PORT="object" COLSPAN="3" ALIGN="LEFT">object</TD></TR> + <TR><TD PORT="tgt_type" COLSPAN="3" ALIGN="LEFT">tgt_type</TD></TR> + <TR><TD PORT="target" COLSPAN="3" ALIGN="LEFT">target</TD></TR> + <TR><TD PORT="layout_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">layout_mid</TD></TR> + <TR><TD PORT="postopts" COLSPAN="3" ALIGN="LEFT">postopts</TD></TR> + <TR><TD PORT="route" COLSPAN="3" ALIGN="LEFT">route</TD></TR> + <TR><TD PORT="llink" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">llink</TD></TR> + <TR><TD PORT="plink" COLSPAN="3" ALIGN="LEFT">plink</TD></TR> + <TR><TD PORT="resource_id" COLSPAN="3" ALIGN="LEFT">resource_id</TD></TR> + <TR><TD PORT="resource_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">resource_type</TD></TR> + <TR><TD PORT="attach" COLSPAN="3" ALIGN="LEFT">attach</TD></TR> + <TR><TD PORT="sig" COLSPAN="3" ALIGN="LEFT">sig</TD></TR> + <TR><TD PORT="diaspora_meta" COLSPAN="3" ALIGN="LEFT">diaspora_meta</TD></TR> + <TR><TD PORT="location" COLSPAN="3" ALIGN="LEFT">location</TD></TR> + <TR><TD PORT="coord" COLSPAN="3" ALIGN="LEFT">coord</TD></TR> + <TR><TD PORT="public_policy" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">public_policy</TD></TR> + <TR><TD PORT="comment_policy" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">comment_policy</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD PORT="item_restrict" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_restrict</TD></TR> + <TR><TD PORT="item_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_flags</TD></TR> + <TR><TD PORT="item_private" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_private</TD></TR> + <TR><TD PORT="item_origin" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_origin</TD></TR> + <TR><TD PORT="item_unseen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_unseen</TD></TR> + <TR><TD PORT="item_starred" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_starred</TD></TR> + <TR><TD PORT="item_uplink" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_uplink</TD></TR> + <TR><TD PORT="item_consensus" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_consensus</TD></TR> + <TR><TD PORT="item_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_wall</TD></TR> + <TR><TD PORT="item_thread_top" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_thread_top</TD></TR> + <TR><TD PORT="item_notshown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_notshown</TD></TR> + <TR><TD PORT="item_nsfw" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_nsfw</TD></TR> + <TR><TD PORT="item_relay" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_relay</TD></TR> + <TR><TD PORT="item_mentionsme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_mentionsme</TD></TR> + <TR><TD PORT="item_nocomment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_nocomment</TD></TR> + <TR><TD PORT="item_obscured" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_obscured</TD></TR> + <TR><TD PORT="item_verified" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_verified</TD></TR> + <TR><TD PORT="item_retained" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_retained</TD></TR> + <TR><TD PORT="item_rss" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_rss</TD></TR> + <TR><TD PORT="item_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_deleted</TD></TR> + <TR><TD PORT="item_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_type</TD></TR> + <TR><TD PORT="item_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_hidden</TD></TR> + <TR><TD PORT="item_unpublished" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_unpublished</TD></TR> + <TR><TD PORT="item_delayed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_delayed</TD></TR> + <TR><TD PORT="item_pending_remove" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_pending_remove</TD></TR> + <TR><TD PORT="item_blocked" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_blocked</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/item.html" + tooltip="item" + ]; + "item_id" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="iid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">iid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="sid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">sid</TD></TR> + <TR><TD PORT="service" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">service</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/item_id.html" + tooltip="item_id" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="liker" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">liker</TD></TR> + <TR><TD PORT="likee" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">likee</TD></TR> + <TR><TD PORT="iid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">iid</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="target_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">target_type</TD></TR> + <TR><TD PORT="target_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">target_id</TD></TR> + <TR><TD PORT="target" COLSPAN="3" ALIGN="LEFT">target</TD></TR> + <TR><TD PORT="i_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">i_mid</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/likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="convid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">convid</TD></TR> + <TR><TD PORT="mail_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_flags</TD></TR> + <TR><TD PORT="from_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">from_xchan</TD></TR> + <TR><TD PORT="to_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">to_xchan</TD></TR> + <TR><TD PORT="account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="title" COLSPAN="3" ALIGN="LEFT">title</TD></TR> + <TR><TD PORT="body" COLSPAN="3" ALIGN="LEFT">body</TD></TR> + <TR><TD PORT="sig" COLSPAN="3" ALIGN="LEFT">sig</TD></TR> + <TR><TD PORT="attach" COLSPAN="3" ALIGN="LEFT">attach</TD></TR> + <TR><TD PORT="mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mid</TD></TR> + <TR><TD PORT="parent_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_mid</TD></TR> + <TR><TD PORT="mail_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_deleted</TD></TR> + <TR><TD PORT="mail_replied" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_replied</TD></TR> + <TR><TD PORT="mail_isreply" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_isreply</TD></TR> + <TR><TD PORT="mail_seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_seen</TD></TR> + <TR><TD PORT="mail_recalled" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_recalled</TD></TR> + <TR><TD PORT="mail_obscured" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_obscured</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="conv_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">conv_guid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD></TR> + <TR><TD PORT="msg" COLSPAN="3" ALIGN="LEFT">msg</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="outq_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">outq_hash</TD></TR> + <TR><TD PORT="outq_account" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_account</TD></TR> + <TR><TD PORT="outq_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_channel</TD></TR> + <TR><TD PORT="outq_driver" COLSPAN="3" ALIGN="LEFT">outq_driver</TD></TR> + <TR><TD PORT="outq_posturl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_posturl</TD></TR> + <TR><TD PORT="outq_async" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_async</TD></TR> + <TR><TD PORT="outq_delivered" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_delivered</TD></TR> + <TR><TD PORT="outq_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_created</TD></TR> + <TR><TD PORT="outq_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_updated</TD></TR> + <TR><TD PORT="outq_notify" COLSPAN="3" ALIGN="LEFT">outq_notify</TD></TR> + <TR><TD PORT="outq_msg" COLSPAN="3" ALIGN="LEFT">outq_msg</TD></TR> + <TR><TD PORT="outq_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_priority</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/outq.html" + tooltip="outq" + ]; + "pconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">pconfig</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="cat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">719 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/pconfig.html" + tooltip="pconfig" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD PORT="resource_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">resource_id</TD></TR> + <TR><TD PORT="created" COLSPAN="3" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="title" COLSPAN="3" ALIGN="LEFT">title</TD></TR> + <TR><TD PORT="description" COLSPAN="3" ALIGN="LEFT">description</TD></TR> + <TR><TD PORT="album" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">album</TD></TR> + <TR><TD PORT="filename" COLSPAN="3" ALIGN="LEFT">filename</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="height" COLSPAN="3" ALIGN="LEFT">height</TD></TR> + <TR><TD PORT="width" COLSPAN="3" ALIGN="LEFT">width</TD></TR> + <TR><TD PORT="size" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">size</TD></TR> + <TR><TD PORT="data" COLSPAN="3" ALIGN="LEFT">data</TD></TR> + <TR><TD PORT="scale" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">scale</TD></TR> + <TR><TD PORT="photo_usage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">photo_usage</TD></TR> + <TR><TD PORT="profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">profile</TD></TR> + <TR><TD PORT="is_nsfw" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_nsfw</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD></TR> + <TR><TD PORT="os_path" COLSPAN="3" ALIGN="LEFT">os_path</TD></TR> + <TR><TD PORT="display_path" COLSPAN="3" ALIGN="LEFT">display_path</TD></TR> + <TR><TD PORT="photo_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">photo_flags</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/photo.html" + tooltip="photo" + ]; + "profdef" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="field_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">field_name</TD></TR> + <TR><TD PORT="field_type" COLSPAN="3" ALIGN="LEFT">field_type</TD></TR> + <TR><TD PORT="field_desc" COLSPAN="3" ALIGN="LEFT">field_desc</TD></TR> + <TR><TD PORT="field_help" COLSPAN="3" ALIGN="LEFT">field_help</TD></TR> + <TR><TD PORT="field_inputs" COLSPAN="3" ALIGN="LEFT">field_inputs</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/profdef.html" + tooltip="profdef" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/profext.html" + tooltip="profext" + ]; + "profile" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="profile_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">profile_guid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="profile_name" COLSPAN="3" ALIGN="LEFT">profile_name</TD></TR> + <TR><TD PORT="is_default" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_default</TD></TR> + <TR><TD PORT="hide_friends" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hide_friends</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="pdesc" COLSPAN="3" ALIGN="LEFT">pdesc</TD></TR> + <TR><TD PORT="chandesc" COLSPAN="3" ALIGN="LEFT">chandesc</TD></TR> + <TR><TD PORT="dob" COLSPAN="3" ALIGN="LEFT">dob</TD></TR> + <TR><TD PORT="dob_tz" COLSPAN="3" ALIGN="LEFT">dob_tz</TD></TR> + <TR><TD PORT="address" COLSPAN="3" ALIGN="LEFT">address</TD></TR> + <TR><TD PORT="locality" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">locality</TD></TR> + <TR><TD PORT="region" COLSPAN="3" ALIGN="LEFT">region</TD></TR> + <TR><TD PORT="postal_code" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">postal_code</TD></TR> + <TR><TD PORT="country_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">country_name</TD></TR> + <TR><TD PORT="hometown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hometown</TD></TR> + <TR><TD PORT="gender" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">gender</TD></TR> + <TR><TD PORT="marital" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">marital</TD></TR> + <TR><TD PORT="with" COLSPAN="3" ALIGN="LEFT">with</TD></TR> + <TR><TD PORT="howlong" COLSPAN="3" ALIGN="LEFT">howlong</TD></TR> + <TR><TD PORT="sexual" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">sexual</TD></TR> + <TR><TD PORT="politic" COLSPAN="3" ALIGN="LEFT">politic</TD></TR> + <TR><TD PORT="religion" COLSPAN="3" ALIGN="LEFT">religion</TD></TR> + <TR><TD PORT="keywords" COLSPAN="3" ALIGN="LEFT">keywords</TD></TR> + <TR><TD PORT="likes" COLSPAN="3" ALIGN="LEFT">likes</TD></TR> + <TR><TD PORT="dislikes" COLSPAN="3" ALIGN="LEFT">dislikes</TD></TR> + <TR><TD PORT="about" COLSPAN="3" ALIGN="LEFT">about</TD></TR> + <TR><TD PORT="summary" COLSPAN="3" ALIGN="LEFT">summary</TD></TR> + <TR><TD PORT="music" COLSPAN="3" ALIGN="LEFT">music</TD></TR> + <TR><TD PORT="book" COLSPAN="3" ALIGN="LEFT">book</TD></TR> + <TR><TD PORT="tv" COLSPAN="3" ALIGN="LEFT">tv</TD></TR> + <TR><TD PORT="film" COLSPAN="3" ALIGN="LEFT">film</TD></TR> + <TR><TD PORT="interest" COLSPAN="3" ALIGN="LEFT">interest</TD></TR> + <TR><TD PORT="romance" COLSPAN="3" ALIGN="LEFT">romance</TD></TR> + <TR><TD PORT="work" COLSPAN="3" ALIGN="LEFT">work</TD></TR> + <TR><TD PORT="education" COLSPAN="3" ALIGN="LEFT">education</TD></TR> + <TR><TD PORT="contact" COLSPAN="3" ALIGN="LEFT">contact</TD></TR> + <TR><TD PORT="channels" COLSPAN="3" ALIGN="LEFT">channels</TD></TR> + <TR><TD PORT="homepage" COLSPAN="3" ALIGN="LEFT">homepage</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="thumb" COLSPAN="3" ALIGN="LEFT">thumb</TD></TR> + <TR><TD PORT="publish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">publish</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">11 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/profile.html" + tooltip="profile" + ]; + "profile_check" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="cid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cid</TD></TR> + <TR><TD PORT="dfrn_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dfrn_id</TD></TR> + <TR><TD PORT="sec" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">sec</TD></TR> + <TR><TD PORT="expire" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expire</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/profile_check.html" + tooltip="profile_check" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="password" COLSPAN="3" ALIGN="LEFT">password</TD></TR> + <TR><TD PORT="language" COLSPAN="3" ALIGN="LEFT">language</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="share_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">share_id</TD></TR> + <TR><TD PORT="share_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">share_type</TD></TR> + <TR><TD PORT="share_target" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">share_target</TD></TR> + <TR><TD PORT="share_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">share_xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/shares.html" + tooltip="shares" + ]; + "sign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="iid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">iid</TD></TR> + <TR><TD PORT="retract_iid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">retract_iid</TD></TR> + <TR><TD PORT="signed_text" COLSPAN="3" ALIGN="LEFT">signed_text</TD></TR> + <TR><TD PORT="signature" COLSPAN="3" ALIGN="LEFT">signature</TD></TR> + <TR><TD PORT="signer" COLSPAN="3" ALIGN="LEFT">signer</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/sign.html" + tooltip="sign" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="src_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">src_id</TD></TR> + <TR><TD PORT="src_channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">src_channel_id</TD></TR> + <TR><TD PORT="src_channel_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">src_channel_xchan</TD></TR> + <TR><TD PORT="src_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">src_xchan</TD></TR> + <TR><TD PORT="src_patt" COLSPAN="3" ALIGN="LEFT">src_patt</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/source.html" + tooltip="source" + ]; + "spam" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">spam</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="spam" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">spam</TD></TR> + <TR><TD PORT="ham" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ham</TD></TR> + <TR><TD PORT="term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term</TD></TR> + <TR><TD PORT="date" COLSPAN="3" ALIGN="LEFT">date</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/spam.html" + tooltip="spam" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="cat" COLSPAN="3" ALIGN="LEFT">cat</TD></TR> + <TR><TD PORT="k" COLSPAN="3" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD PORT="public_perm" COLSPAN="3" ALIGN="LEFT">public_perm</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/sys_perms.html" + tooltip="sys_perms" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="tid" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">tid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="oid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">oid</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="imgurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">imgurl</TD></TR> + <TR><TD PORT="term_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term_hash</TD></TR> + <TR><TD PORT="parent_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_hash</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/term.html" + tooltip="term" + ]; + "tokens" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">tokens</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="secret" COLSPAN="3" ALIGN="LEFT">secret</TD></TR> + <TR><TD PORT="client_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">client_id</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="scope" COLSPAN="3" ALIGN="LEFT">scope</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</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/tokens.html" + tooltip="tokens" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="ud_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">ud_id</TD></TR> + <TR><TD PORT="ud_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_hash</TD></TR> + <TR><TD PORT="ud_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_guid</TD></TR> + <TR><TD PORT="ud_date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_date</TD></TR> + <TR><TD PORT="ud_last" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_last</TD></TR> + <TR><TD PORT="ud_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_flags</TD></TR> + <TR><TD PORT="ud_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_addr</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/updates.html" + tooltip="updates" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="token" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD></TR> + <TR><TD PORT="meta" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</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/verify.html" + tooltip="verify" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="vote_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">vote_id</TD></TR> + <TR><TD PORT="vote_poll" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_poll</TD></TR> + <TR><TD PORT="vote_element" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_element</TD></TR> + <TR><TD PORT="vote_result" COLSPAN="3" ALIGN="LEFT">vote_result</TD></TR> + <TR><TD PORT="vote_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="tables/xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="xchat_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchat_id</TD></TR> + <TR><TD PORT="xchat_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_url</TD></TR> + <TR><TD PORT="xchat_desc" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_desc</TD></TR> + <TR><TD PORT="xchat_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_xchan</TD></TR> + <TR><TD PORT="xchat_edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_edited</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD PORT="cat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="xlink_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xlink_id</TD></TR> + <TR><TD PORT="xlink_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_xchan</TD></TR> + <TR><TD PORT="xlink_link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_link</TD></TR> + <TR><TD PORT="xlink_rating" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_rating</TD></TR> + <TR><TD PORT="xlink_rating_text" COLSPAN="3" ALIGN="LEFT">xlink_rating_text</TD></TR> + <TR><TD PORT="xlink_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_updated</TD></TR> + <TR><TD PORT="xlink_static" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_static</TD></TR> + <TR><TD PORT="xlink_sig" COLSPAN="3" ALIGN="LEFT">xlink_sig</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="xprof_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xprof_hash</TD></TR> + <TR><TD PORT="xprof_age" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_age</TD></TR> + <TR><TD PORT="xprof_desc" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_desc</TD></TR> + <TR><TD PORT="xprof_dob" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_dob</TD></TR> + <TR><TD PORT="xprof_gender" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_gender</TD></TR> + <TR><TD PORT="xprof_marital" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_marital</TD></TR> + <TR><TD PORT="xprof_sexual" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_sexual</TD></TR> + <TR><TD PORT="xprof_locale" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_locale</TD></TR> + <TR><TD PORT="xprof_region" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_region</TD></TR> + <TR><TD PORT="xprof_postcode" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_postcode</TD></TR> + <TR><TD PORT="xprof_country" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_country</TD></TR> + <TR><TD PORT="xprof_keywords" COLSPAN="3" ALIGN="LEFT">xprof_keywords</TD></TR> + <TR><TD PORT="xprof_about" COLSPAN="3" ALIGN="LEFT">xprof_about</TD></TR> + <TR><TD PORT="xprof_homepage" COLSPAN="3" ALIGN="LEFT">xprof_homepage</TD></TR> + <TR><TD PORT="xprof_hometown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_hometown</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="xtag_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xtag_id</TD></TR> + <TR><TD PORT="xtag_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_hash</TD></TR> + <TR><TD PORT="xtag_term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_term</TD></TR> + <TR><TD PORT="xtag_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_flags</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xtag.html" + tooltip="xtag" + ]; + "abook":"abook_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "addon":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "app":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "attach":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "auth_codes":"client_id":w -> "clients":"client_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "auth_codes":"id":w -> "tokens":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"chat_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"cp_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "config":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "config":"k":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "conv":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "dreport":"dreport_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fcontact":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "ffinder":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fserver":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fsuggest":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hook":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"author_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"owner_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"source_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item_id":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "likes":"channel_id":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "likes":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"account_id":w -> "account":"account_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"channel_id":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"from_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"to_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"outq_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "pconfig":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "pconfig":"k":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "photo":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profdef":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"channel_id":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"k":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profile":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile_check":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "shares":"share_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "sign":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "source":"src_channel_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"src_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "spam":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sys_perms":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sys_perms":"k":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "term":"parent_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "tokens":"client_id":w -> "clients":"client_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "updates":"ud_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"vote_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"xchat_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"k":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "xconfig":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xign":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"xlink_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"xprof_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"xtag_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/relationships.implied.large.png b/doc/schemaspy_hubzilla/diagrams/summary/relationships.implied.large.png Binary files differnew file mode 100644 index 000000000..8ce6d4cdc --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/relationships.implied.large.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/relationships.real.compact.dot b/doc/schemaspy_hubzilla/diagrams/summary/relationships.real.compact.dot new file mode 100644 index 000000000..32fa71f47 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/relationships.real.compact.dot @@ -0,0 +1,707 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "compactRelationshipsDiagram" { + 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" + ]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="abook_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">abook_id</TD></TR> + <TR><TD PORT="abook_account" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_account</TD></TR> + <TR><TD PORT="abook_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_channel</TD></TR> + <TR><TD PORT="abook_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_xchan</TD></TR> + <TR><TD PORT="abook_my_perms" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_my_perms</TD></TR> + <TR><TD PORT="abook_their_perms" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_their_perms</TD></TR> + <TR><TD PORT="abook_closeness" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_closeness</TD></TR> + <TR><TD PORT="abook_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_created</TD></TR> + <TR><TD PORT="abook_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_updated</TD></TR> + <TR><TD PORT="abook_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_connected</TD></TR> + <TR><TD PORT="abook_dob" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_dob</TD></TR> + <TR><TD PORT="abook_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_flags</TD></TR> + <TR><TD PORT="abook_blocked" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_blocked</TD></TR> + <TR><TD PORT="abook_ignored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_ignored</TD></TR> + <TR><TD PORT="abook_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_hidden</TD></TR> + <TR><TD PORT="abook_archived" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_archived</TD></TR> + <TR><TD PORT="abook_pending" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_pending</TD></TR> + <TR><TD PORT="abook_unconnected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_unconnected</TD></TR> + <TR><TD PORT="abook_self" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_self</TD></TR> + <TR><TD PORT="abook_feed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_feed</TD></TR> + <TR><TD PORT="abook_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_profile</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="creator" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">creator</TD></TR> + <TR><TD PORT="filename" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filename</TD></TR> + <TR><TD PORT="filetype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filetype</TD></TR> + <TR><TD PORT="filesize" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filesize</TD></TR> + <TR><TD PORT="revision" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD></TR> + <TR><TD PORT="folder" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">folder</TD></TR> + <TR><TD PORT="flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">flags</TD></TR> + <TR><TD PORT="is_dir" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_dir</TD></TR> + <TR><TD PORT="is_photo" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_photo</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="tables/channel.html" + tooltip="channel" + ]; + "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="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="cp_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">cp_id</TD></TR> + <TR><TD PORT="cp_room" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_room</TD></TR> + <TR><TD PORT="cp_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_xchan</TD></TR> + <TR><TD PORT="cp_last" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_last</TD></TR> + <TR><TD PORT="cp_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_status</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="dreport_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">dreport_id</TD></TR> + <TR><TD PORT="dreport_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_channel</TD></TR> + <TR><TD PORT="dreport_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_mid</TD></TR> + <TR><TD PORT="dreport_site" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_site</TD></TR> + <TR><TD PORT="dreport_time" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_time</TD></TR> + <TR><TD PORT="dreport_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_xchan</TD></TR> + <TR><TD PORT="dreport_queue" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_queue</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="event_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_xchan</TD></TR> + <TR><TD PORT="event_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_hash</TD></TR> + <TR><TD PORT="start" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">start</TD></TR> + <TR><TD PORT="finish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">finish</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="nofinish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">nofinish</TD></TR> + <TR><TD PORT="adjust" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">adjust</TD></TR> + <TR><TD PORT="ignore" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ignore</TD></TR> + <TR><TD PORT="event_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_status</TD></TR> + <TR><TD PORT="event_sequence" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_sequence</TD></TR> + <TR><TD PORT="event_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_priority</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="gid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">gid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="visible" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">visible</TD></TR> + <TR><TD PORT="deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deleted</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="tables/hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="parent_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_mid</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="commented" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">commented</TD></TR> + <TR><TD PORT="received" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">received</TD></TR> + <TR><TD PORT="changed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">changed</TD></TR> + <TR><TD PORT="comments_closed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">comments_closed</TD></TR> + <TR><TD PORT="owner_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">owner_xchan</TD></TR> + <TR><TD PORT="author_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">author_xchan</TD></TR> + <TR><TD PORT="source_xchan" COLSPAN="3" ALIGN="LEFT">source_xchan</TD></TR> + <TR><TD PORT="mimetype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mimetype</TD></TR> + <TR><TD PORT="title" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">title</TD></TR> + <TR><TD PORT="body" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">body</TD></TR> + <TR><TD PORT="revision" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="layout_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">layout_mid</TD></TR> + <TR><TD PORT="llink" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">llink</TD></TR> + <TR><TD PORT="resource_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">resource_type</TD></TR> + <TR><TD PORT="public_policy" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">public_policy</TD></TR> + <TR><TD PORT="comment_policy" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">comment_policy</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD PORT="item_restrict" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_restrict</TD></TR> + <TR><TD PORT="item_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_flags</TD></TR> + <TR><TD PORT="item_private" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_private</TD></TR> + <TR><TD PORT="item_origin" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_origin</TD></TR> + <TR><TD PORT="item_unseen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_unseen</TD></TR> + <TR><TD PORT="item_starred" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_starred</TD></TR> + <TR><TD PORT="item_uplink" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_uplink</TD></TR> + <TR><TD PORT="item_consensus" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_consensus</TD></TR> + <TR><TD PORT="item_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_wall</TD></TR> + <TR><TD PORT="item_thread_top" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_thread_top</TD></TR> + <TR><TD PORT="item_notshown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_notshown</TD></TR> + <TR><TD PORT="item_nsfw" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_nsfw</TD></TR> + <TR><TD PORT="item_relay" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_relay</TD></TR> + <TR><TD PORT="item_mentionsme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_mentionsme</TD></TR> + <TR><TD PORT="item_nocomment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_nocomment</TD></TR> + <TR><TD PORT="item_obscured" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_obscured</TD></TR> + <TR><TD PORT="item_verified" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_verified</TD></TR> + <TR><TD PORT="item_retained" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_retained</TD></TR> + <TR><TD PORT="item_rss" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_rss</TD></TR> + <TR><TD PORT="item_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_deleted</TD></TR> + <TR><TD PORT="item_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_type</TD></TR> + <TR><TD PORT="item_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_hidden</TD></TR> + <TR><TD PORT="item_unpublished" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_unpublished</TD></TR> + <TR><TD PORT="item_delayed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_delayed</TD></TR> + <TR><TD PORT="item_pending_remove" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_pending_remove</TD></TR> + <TR><TD PORT="item_blocked" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_blocked</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="convid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">convid</TD></TR> + <TR><TD PORT="mail_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_flags</TD></TR> + <TR><TD PORT="from_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">from_xchan</TD></TR> + <TR><TD PORT="to_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">to_xchan</TD></TR> + <TR><TD PORT="account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mid</TD></TR> + <TR><TD PORT="parent_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_mid</TD></TR> + <TR><TD PORT="mail_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_deleted</TD></TR> + <TR><TD PORT="mail_replied" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_replied</TD></TR> + <TR><TD PORT="mail_isreply" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_isreply</TD></TR> + <TR><TD PORT="mail_seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_seen</TD></TR> + <TR><TD PORT="mail_recalled" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_recalled</TD></TR> + <TR><TD PORT="mail_obscured" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_obscured</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="conv_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">conv_guid</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="outq_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">outq_hash</TD></TR> + <TR><TD PORT="outq_account" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_account</TD></TR> + <TR><TD PORT="outq_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_channel</TD></TR> + <TR><TD PORT="outq_posturl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_posturl</TD></TR> + <TR><TD PORT="outq_async" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_async</TD></TR> + <TR><TD PORT="outq_delivered" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_delivered</TD></TR> + <TR><TD PORT="outq_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_created</TD></TR> + <TR><TD PORT="outq_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_updated</TD></TR> + <TR><TD PORT="outq_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_priority</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD PORT="resource_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">resource_id</TD></TR> + <TR><TD PORT="album" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">album</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="size" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">size</TD></TR> + <TR><TD PORT="scale" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">scale</TD></TR> + <TR><TD PORT="photo_usage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">photo_usage</TD></TR> + <TR><TD PORT="profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">profile</TD></TR> + <TR><TD PORT="is_nsfw" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_nsfw</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD></TR> + <TR><TD PORT="photo_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">photo_flags</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="share_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">share_id</TD></TR> + <TR><TD PORT="share_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">share_type</TD></TR> + <TR><TD PORT="share_target" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">share_target</TD></TR> + <TR><TD PORT="share_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">share_xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="src_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">src_id</TD></TR> + <TR><TD PORT="src_channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">src_channel_id</TD></TR> + <TR><TD PORT="src_channel_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">src_channel_xchan</TD></TR> + <TR><TD PORT="src_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">src_xchan</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="tid" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">tid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="oid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">oid</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term</TD></TR> + <TR><TD PORT="imgurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">imgurl</TD></TR> + <TR><TD PORT="term_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term_hash</TD></TR> + <TR><TD PORT="parent_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_hash</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="ud_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">ud_id</TD></TR> + <TR><TD PORT="ud_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_hash</TD></TR> + <TR><TD PORT="ud_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_guid</TD></TR> + <TR><TD PORT="ud_date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_date</TD></TR> + <TR><TD PORT="ud_last" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_last</TD></TR> + <TR><TD PORT="ud_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_flags</TD></TR> + <TR><TD PORT="ud_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_addr</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="vote_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">vote_id</TD></TR> + <TR><TD PORT="vote_poll" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_poll</TD></TR> + <TR><TD PORT="vote_element" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_element</TD></TR> + <TR><TD PORT="vote_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_xchan</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="tables/xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="xchat_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchat_id</TD></TR> + <TR><TD PORT="xchat_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_url</TD></TR> + <TR><TD PORT="xchat_desc" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_desc</TD></TR> + <TR><TD PORT="xchat_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_xchan</TD></TR> + <TR><TD PORT="xchat_edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_edited</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD PORT="cat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="xlink_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xlink_id</TD></TR> + <TR><TD PORT="xlink_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_xchan</TD></TR> + <TR><TD PORT="xlink_link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_link</TD></TR> + <TR><TD PORT="xlink_rating" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_rating</TD></TR> + <TR><TD PORT="xlink_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_updated</TD></TR> + <TR><TD PORT="xlink_static" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_static</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="xprof_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xprof_hash</TD></TR> + <TR><TD PORT="xprof_age" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_age</TD></TR> + <TR><TD PORT="xprof_desc" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_desc</TD></TR> + <TR><TD PORT="xprof_dob" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_dob</TD></TR> + <TR><TD PORT="xprof_gender" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_gender</TD></TR> + <TR><TD PORT="xprof_marital" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_marital</TD></TR> + <TR><TD PORT="xprof_sexual" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_sexual</TD></TR> + <TR><TD PORT="xprof_locale" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_locale</TD></TR> + <TR><TD PORT="xprof_region" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_region</TD></TR> + <TR><TD PORT="xprof_postcode" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_postcode</TD></TR> + <TR><TD PORT="xprof_country" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_country</TD></TR> + <TR><TD PORT="xprof_hometown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_hometown</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="xtag_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xtag_id</TD></TR> + <TR><TD PORT="xtag_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_hash</TD></TR> + <TR><TD PORT="xtag_term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_term</TD></TR> + <TR><TD PORT="xtag_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_flags</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xtag.html" + tooltip="xtag" + ]; + "abook":"abook_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"chat_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"cp_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"dreport_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"author_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"owner_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"source_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"from_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"to_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"outq_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"share_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"src_channel_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"src_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"vote_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"xchat_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"xlink_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"xprof_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"xtag_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/relationships.real.compact.png b/doc/schemaspy_hubzilla/diagrams/summary/relationships.real.compact.png Binary files differnew file mode 100644 index 000000000..abce05f53 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/relationships.real.compact.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/relationships.real.large.dot b/doc/schemaspy_hubzilla/diagrams/summary/relationships.real.large.dot new file mode 100644 index 000000000..1c114c836 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/relationships.real.large.dot @@ -0,0 +1,788 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "largeRelationshipsDiagram" { + 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" + ]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="abook_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">abook_id</TD></TR> + <TR><TD PORT="abook_account" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_account</TD></TR> + <TR><TD PORT="abook_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_channel</TD></TR> + <TR><TD PORT="abook_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_xchan</TD></TR> + <TR><TD PORT="abook_my_perms" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_my_perms</TD></TR> + <TR><TD PORT="abook_their_perms" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_their_perms</TD></TR> + <TR><TD PORT="abook_closeness" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_closeness</TD></TR> + <TR><TD PORT="abook_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_created</TD></TR> + <TR><TD PORT="abook_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_updated</TD></TR> + <TR><TD PORT="abook_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_connected</TD></TR> + <TR><TD PORT="abook_dob" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_dob</TD></TR> + <TR><TD PORT="abook_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_flags</TD></TR> + <TR><TD PORT="abook_blocked" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_blocked</TD></TR> + <TR><TD PORT="abook_ignored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_ignored</TD></TR> + <TR><TD PORT="abook_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_hidden</TD></TR> + <TR><TD PORT="abook_archived" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_archived</TD></TR> + <TR><TD PORT="abook_pending" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_pending</TD></TR> + <TR><TD PORT="abook_unconnected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_unconnected</TD></TR> + <TR><TD PORT="abook_self" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_self</TD></TR> + <TR><TD PORT="abook_feed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_feed</TD></TR> + <TR><TD PORT="abook_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_profile</TD></TR> + <TR><TD PORT="abook_incl" COLSPAN="3" ALIGN="LEFT">abook_incl</TD></TR> + <TR><TD PORT="abook_excl" COLSPAN="3" ALIGN="LEFT">abook_excl</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="creator" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">creator</TD></TR> + <TR><TD PORT="filename" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filename</TD></TR> + <TR><TD PORT="filetype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filetype</TD></TR> + <TR><TD PORT="filesize" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filesize</TD></TR> + <TR><TD PORT="revision" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD></TR> + <TR><TD PORT="folder" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">folder</TD></TR> + <TR><TD PORT="flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">flags</TD></TR> + <TR><TD PORT="is_dir" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_dir</TD></TR> + <TR><TD PORT="is_photo" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_photo</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD></TR> + <TR><TD PORT="os_path" COLSPAN="3" ALIGN="LEFT">os_path</TD></TR> + <TR><TD PORT="display_path" COLSPAN="3" ALIGN="LEFT">display_path</TD></TR> + <TR><TD PORT="data" COLSPAN="3" ALIGN="LEFT">data</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="tables/channel.html" + tooltip="channel" + ]; + "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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="cp_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">cp_id</TD></TR> + <TR><TD PORT="cp_room" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_room</TD></TR> + <TR><TD PORT="cp_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_xchan</TD></TR> + <TR><TD PORT="cp_last" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_last</TD></TR> + <TR><TD PORT="cp_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_status</TD></TR> + <TR><TD PORT="cp_client" COLSPAN="3" ALIGN="LEFT">cp_client</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="dreport_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">dreport_id</TD></TR> + <TR><TD PORT="dreport_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_channel</TD></TR> + <TR><TD PORT="dreport_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_mid</TD></TR> + <TR><TD PORT="dreport_site" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_site</TD></TR> + <TR><TD PORT="dreport_recip" COLSPAN="3" ALIGN="LEFT">dreport_recip</TD></TR> + <TR><TD PORT="dreport_result" COLSPAN="3" ALIGN="LEFT">dreport_result</TD></TR> + <TR><TD PORT="dreport_time" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_time</TD></TR> + <TR><TD PORT="dreport_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_xchan</TD></TR> + <TR><TD PORT="dreport_queue" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_queue</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="event_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_xchan</TD></TR> + <TR><TD PORT="event_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="start" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">start</TD></TR> + <TR><TD PORT="finish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">finish</TD></TR> + <TR><TD PORT="summary" COLSPAN="3" ALIGN="LEFT">summary</TD></TR> + <TR><TD PORT="description" COLSPAN="3" ALIGN="LEFT">description</TD></TR> + <TR><TD PORT="location" COLSPAN="3" ALIGN="LEFT">location</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="nofinish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">nofinish</TD></TR> + <TR><TD PORT="adjust" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">adjust</TD></TR> + <TR><TD PORT="ignore" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ignore</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD PORT="event_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_status</TD></TR> + <TR><TD PORT="event_status_date" COLSPAN="3" ALIGN="LEFT">event_status_date</TD></TR> + <TR><TD PORT="event_percent" COLSPAN="3" ALIGN="LEFT">event_percent</TD></TR> + <TR><TD PORT="event_repeat" COLSPAN="3" ALIGN="LEFT">event_repeat</TD></TR> + <TR><TD PORT="event_sequence" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_sequence</TD></TR> + <TR><TD PORT="event_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_priority</TD></TR> + <TR><TD PORT="event_vdata" COLSPAN="3" ALIGN="LEFT">event_vdata</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="gid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">gid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="visible" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">visible</TD></TR> + <TR><TD PORT="deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deleted</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="tables/hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="parent_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_mid</TD></TR> + <TR><TD PORT="thr_parent" COLSPAN="3" ALIGN="LEFT">thr_parent</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="commented" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">commented</TD></TR> + <TR><TD PORT="received" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">received</TD></TR> + <TR><TD PORT="changed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">changed</TD></TR> + <TR><TD PORT="comments_closed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">comments_closed</TD></TR> + <TR><TD PORT="owner_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">owner_xchan</TD></TR> + <TR><TD PORT="author_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">author_xchan</TD></TR> + <TR><TD PORT="source_xchan" COLSPAN="3" ALIGN="LEFT">source_xchan</TD></TR> + <TR><TD PORT="mimetype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mimetype</TD></TR> + <TR><TD PORT="title" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">title</TD></TR> + <TR><TD PORT="body" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">body</TD></TR> + <TR><TD PORT="html" COLSPAN="3" ALIGN="LEFT">html</TD></TR> + <TR><TD PORT="app" COLSPAN="3" ALIGN="LEFT">app</TD></TR> + <TR><TD PORT="lang" COLSPAN="3" ALIGN="LEFT">lang</TD></TR> + <TR><TD PORT="revision" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="obj_type" COLSPAN="3" ALIGN="LEFT">obj_type</TD></TR> + <TR><TD PORT="object" COLSPAN="3" ALIGN="LEFT">object</TD></TR> + <TR><TD PORT="tgt_type" COLSPAN="3" ALIGN="LEFT">tgt_type</TD></TR> + <TR><TD PORT="target" COLSPAN="3" ALIGN="LEFT">target</TD></TR> + <TR><TD PORT="layout_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">layout_mid</TD></TR> + <TR><TD PORT="postopts" COLSPAN="3" ALIGN="LEFT">postopts</TD></TR> + <TR><TD PORT="route" COLSPAN="3" ALIGN="LEFT">route</TD></TR> + <TR><TD PORT="llink" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">llink</TD></TR> + <TR><TD PORT="plink" COLSPAN="3" ALIGN="LEFT">plink</TD></TR> + <TR><TD PORT="resource_id" COLSPAN="3" ALIGN="LEFT">resource_id</TD></TR> + <TR><TD PORT="resource_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">resource_type</TD></TR> + <TR><TD PORT="attach" COLSPAN="3" ALIGN="LEFT">attach</TD></TR> + <TR><TD PORT="sig" COLSPAN="3" ALIGN="LEFT">sig</TD></TR> + <TR><TD PORT="diaspora_meta" COLSPAN="3" ALIGN="LEFT">diaspora_meta</TD></TR> + <TR><TD PORT="location" COLSPAN="3" ALIGN="LEFT">location</TD></TR> + <TR><TD PORT="coord" COLSPAN="3" ALIGN="LEFT">coord</TD></TR> + <TR><TD PORT="public_policy" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">public_policy</TD></TR> + <TR><TD PORT="comment_policy" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">comment_policy</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD PORT="item_restrict" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_restrict</TD></TR> + <TR><TD PORT="item_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_flags</TD></TR> + <TR><TD PORT="item_private" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_private</TD></TR> + <TR><TD PORT="item_origin" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_origin</TD></TR> + <TR><TD PORT="item_unseen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_unseen</TD></TR> + <TR><TD PORT="item_starred" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_starred</TD></TR> + <TR><TD PORT="item_uplink" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_uplink</TD></TR> + <TR><TD PORT="item_consensus" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_consensus</TD></TR> + <TR><TD PORT="item_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_wall</TD></TR> + <TR><TD PORT="item_thread_top" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_thread_top</TD></TR> + <TR><TD PORT="item_notshown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_notshown</TD></TR> + <TR><TD PORT="item_nsfw" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_nsfw</TD></TR> + <TR><TD PORT="item_relay" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_relay</TD></TR> + <TR><TD PORT="item_mentionsme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_mentionsme</TD></TR> + <TR><TD PORT="item_nocomment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_nocomment</TD></TR> + <TR><TD PORT="item_obscured" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_obscured</TD></TR> + <TR><TD PORT="item_verified" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_verified</TD></TR> + <TR><TD PORT="item_retained" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_retained</TD></TR> + <TR><TD PORT="item_rss" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_rss</TD></TR> + <TR><TD PORT="item_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_deleted</TD></TR> + <TR><TD PORT="item_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_type</TD></TR> + <TR><TD PORT="item_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_hidden</TD></TR> + <TR><TD PORT="item_unpublished" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_unpublished</TD></TR> + <TR><TD PORT="item_delayed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_delayed</TD></TR> + <TR><TD PORT="item_pending_remove" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_pending_remove</TD></TR> + <TR><TD PORT="item_blocked" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_blocked</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="convid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">convid</TD></TR> + <TR><TD PORT="mail_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_flags</TD></TR> + <TR><TD PORT="from_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">from_xchan</TD></TR> + <TR><TD PORT="to_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">to_xchan</TD></TR> + <TR><TD PORT="account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="title" COLSPAN="3" ALIGN="LEFT">title</TD></TR> + <TR><TD PORT="body" COLSPAN="3" ALIGN="LEFT">body</TD></TR> + <TR><TD PORT="sig" COLSPAN="3" ALIGN="LEFT">sig</TD></TR> + <TR><TD PORT="attach" COLSPAN="3" ALIGN="LEFT">attach</TD></TR> + <TR><TD PORT="mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mid</TD></TR> + <TR><TD PORT="parent_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_mid</TD></TR> + <TR><TD PORT="mail_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_deleted</TD></TR> + <TR><TD PORT="mail_replied" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_replied</TD></TR> + <TR><TD PORT="mail_isreply" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_isreply</TD></TR> + <TR><TD PORT="mail_seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_seen</TD></TR> + <TR><TD PORT="mail_recalled" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_recalled</TD></TR> + <TR><TD PORT="mail_obscured" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_obscured</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="conv_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">conv_guid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD></TR> + <TR><TD PORT="msg" COLSPAN="3" ALIGN="LEFT">msg</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="outq_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">outq_hash</TD></TR> + <TR><TD PORT="outq_account" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_account</TD></TR> + <TR><TD PORT="outq_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_channel</TD></TR> + <TR><TD PORT="outq_driver" COLSPAN="3" ALIGN="LEFT">outq_driver</TD></TR> + <TR><TD PORT="outq_posturl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_posturl</TD></TR> + <TR><TD PORT="outq_async" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_async</TD></TR> + <TR><TD PORT="outq_delivered" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_delivered</TD></TR> + <TR><TD PORT="outq_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_created</TD></TR> + <TR><TD PORT="outq_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_updated</TD></TR> + <TR><TD PORT="outq_notify" COLSPAN="3" ALIGN="LEFT">outq_notify</TD></TR> + <TR><TD PORT="outq_msg" COLSPAN="3" ALIGN="LEFT">outq_msg</TD></TR> + <TR><TD PORT="outq_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_priority</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD PORT="resource_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">resource_id</TD></TR> + <TR><TD PORT="created" COLSPAN="3" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="title" COLSPAN="3" ALIGN="LEFT">title</TD></TR> + <TR><TD PORT="description" COLSPAN="3" ALIGN="LEFT">description</TD></TR> + <TR><TD PORT="album" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">album</TD></TR> + <TR><TD PORT="filename" COLSPAN="3" ALIGN="LEFT">filename</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="height" COLSPAN="3" ALIGN="LEFT">height</TD></TR> + <TR><TD PORT="width" COLSPAN="3" ALIGN="LEFT">width</TD></TR> + <TR><TD PORT="size" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">size</TD></TR> + <TR><TD PORT="data" COLSPAN="3" ALIGN="LEFT">data</TD></TR> + <TR><TD PORT="scale" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">scale</TD></TR> + <TR><TD PORT="photo_usage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">photo_usage</TD></TR> + <TR><TD PORT="profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">profile</TD></TR> + <TR><TD PORT="is_nsfw" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_nsfw</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD></TR> + <TR><TD PORT="os_path" COLSPAN="3" ALIGN="LEFT">os_path</TD></TR> + <TR><TD PORT="display_path" COLSPAN="3" ALIGN="LEFT">display_path</TD></TR> + <TR><TD PORT="photo_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">photo_flags</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="password" COLSPAN="3" ALIGN="LEFT">password</TD></TR> + <TR><TD PORT="language" COLSPAN="3" ALIGN="LEFT">language</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="share_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">share_id</TD></TR> + <TR><TD PORT="share_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">share_type</TD></TR> + <TR><TD PORT="share_target" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">share_target</TD></TR> + <TR><TD PORT="share_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">share_xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="src_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">src_id</TD></TR> + <TR><TD PORT="src_channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">src_channel_id</TD></TR> + <TR><TD PORT="src_channel_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">src_channel_xchan</TD></TR> + <TR><TD PORT="src_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">src_xchan</TD></TR> + <TR><TD PORT="src_patt" COLSPAN="3" ALIGN="LEFT">src_patt</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="tid" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">tid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="oid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">oid</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="imgurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">imgurl</TD></TR> + <TR><TD PORT="term_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term_hash</TD></TR> + <TR><TD PORT="parent_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_hash</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="ud_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">ud_id</TD></TR> + <TR><TD PORT="ud_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_hash</TD></TR> + <TR><TD PORT="ud_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_guid</TD></TR> + <TR><TD PORT="ud_date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_date</TD></TR> + <TR><TD PORT="ud_last" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_last</TD></TR> + <TR><TD PORT="ud_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_flags</TD></TR> + <TR><TD PORT="ud_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_addr</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="vote_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">vote_id</TD></TR> + <TR><TD PORT="vote_poll" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_poll</TD></TR> + <TR><TD PORT="vote_element" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_element</TD></TR> + <TR><TD PORT="vote_result" COLSPAN="3" ALIGN="LEFT">vote_result</TD></TR> + <TR><TD PORT="vote_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="tables/xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="xchat_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchat_id</TD></TR> + <TR><TD PORT="xchat_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_url</TD></TR> + <TR><TD PORT="xchat_desc" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_desc</TD></TR> + <TR><TD PORT="xchat_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_xchan</TD></TR> + <TR><TD PORT="xchat_edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_edited</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD PORT="cat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="xlink_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xlink_id</TD></TR> + <TR><TD PORT="xlink_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_xchan</TD></TR> + <TR><TD PORT="xlink_link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_link</TD></TR> + <TR><TD PORT="xlink_rating" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_rating</TD></TR> + <TR><TD PORT="xlink_rating_text" COLSPAN="3" ALIGN="LEFT">xlink_rating_text</TD></TR> + <TR><TD PORT="xlink_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_updated</TD></TR> + <TR><TD PORT="xlink_static" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_static</TD></TR> + <TR><TD PORT="xlink_sig" COLSPAN="3" ALIGN="LEFT">xlink_sig</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="xprof_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xprof_hash</TD></TR> + <TR><TD PORT="xprof_age" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_age</TD></TR> + <TR><TD PORT="xprof_desc" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_desc</TD></TR> + <TR><TD PORT="xprof_dob" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_dob</TD></TR> + <TR><TD PORT="xprof_gender" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_gender</TD></TR> + <TR><TD PORT="xprof_marital" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_marital</TD></TR> + <TR><TD PORT="xprof_sexual" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_sexual</TD></TR> + <TR><TD PORT="xprof_locale" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_locale</TD></TR> + <TR><TD PORT="xprof_region" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_region</TD></TR> + <TR><TD PORT="xprof_postcode" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_postcode</TD></TR> + <TR><TD PORT="xprof_country" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_country</TD></TR> + <TR><TD PORT="xprof_keywords" COLSPAN="3" ALIGN="LEFT">xprof_keywords</TD></TR> + <TR><TD PORT="xprof_about" COLSPAN="3" ALIGN="LEFT">xprof_about</TD></TR> + <TR><TD PORT="xprof_homepage" COLSPAN="3" ALIGN="LEFT">xprof_homepage</TD></TR> + <TR><TD PORT="xprof_hometown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_hometown</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="xtag_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xtag_id</TD></TR> + <TR><TD PORT="xtag_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_hash</TD></TR> + <TR><TD PORT="xtag_term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_term</TD></TR> + <TR><TD PORT="xtag_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_flags</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xtag.html" + tooltip="xtag" + ]; + "abook":"abook_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"chat_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"cp_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"dreport_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"author_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"owner_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"source_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"from_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"to_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"outq_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"share_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"src_channel_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"src_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"vote_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"xchat_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"xlink_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"xprof_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"xtag_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/relationships.real.large.png b/doc/schemaspy_hubzilla/diagrams/summary/relationships.real.large.png Binary files differnew file mode 100644 index 000000000..5cb277d5d --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/relationships.real.large.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/session.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/session.1degree.dot new file mode 100644 index 000000000..993670a3e --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/session.1degree.dot @@ -0,0 +1,33 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "session" { + 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" + ]; + "session" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">session</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="sid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">sid</TD></TR> + <TR><TD PORT="data" COLSPAN="3" ALIGN="LEFT">data</TD></TR> + <TR><TD PORT="expire" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expire</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">71 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/session.html" + tooltip="session" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/session.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/session.1degree.png Binary files differnew file mode 100644 index 000000000..f50075d0f --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/session.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/shares.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/shares.1degree.dot new file mode 100644 index 000000000..903d6bf1c --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/shares.1degree.dot @@ -0,0 +1,33 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "shares" { + 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" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="share_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">share_id</TD></TR> + <TR><TD PORT="share_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">share_type</TD></TR> + <TR><TD PORT="share_target" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">share_target</TD></TR> + <TR><TD PORT="share_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">share_xchan</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/shares.html" + tooltip="shares" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/shares.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/shares.1degree.png Binary files differnew file mode 100644 index 000000000..b74cbe601 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/shares.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/sign.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/sign.1degree.dot new file mode 100644 index 000000000..f3eac7028 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/sign.1degree.dot @@ -0,0 +1,35 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "sign" { + 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" + ]; + "sign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="iid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">iid</TD></TR> + <TR><TD PORT="retract_iid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">retract_iid</TD></TR> + <TR><TD PORT="signed_text" COLSPAN="3" ALIGN="LEFT">signed_text</TD></TR> + <TR><TD PORT="signature" COLSPAN="3" ALIGN="LEFT">signature</TD></TR> + <TR><TD PORT="signer" COLSPAN="3" ALIGN="LEFT">signer</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/sign.html" + tooltip="sign" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/sign.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/sign.1degree.png Binary files differnew file mode 100644 index 000000000..5b23d795c --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/sign.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/site.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/site.1degree.dot new file mode 100644 index 000000000..1d4204f1e --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/site.1degree.dot @@ -0,0 +1,44 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "site" { + 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" + ]; + "site" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">site</TD></TR> + <TR><TD PORT="site_url" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">site_url</TD></TR> + <TR><TD PORT="site_access" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">site_access</TD></TR> + <TR><TD PORT="site_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">site_flags</TD></TR> + <TR><TD PORT="site_update" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">site_update</TD></TR> + <TR><TD PORT="site_pull" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">site_pull</TD></TR> + <TR><TD PORT="site_sync" COLSPAN="3" ALIGN="LEFT">site_sync</TD></TR> + <TR><TD PORT="site_directory" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">site_directory</TD></TR> + <TR><TD PORT="site_register" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">site_register</TD></TR> + <TR><TD PORT="site_sellpage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">site_sellpage</TD></TR> + <TR><TD PORT="site_location" COLSPAN="3" ALIGN="LEFT">site_location</TD></TR> + <TR><TD PORT="site_realm" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">site_realm</TD></TR> + <TR><TD PORT="site_valid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">site_valid</TD></TR> + <TR><TD PORT="site_dead" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">site_dead</TD></TR> + <TR><TD PORT="site_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">site_type</TD></TR> + <TR><TD PORT="site_project" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">site_project</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">224 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/site.html" + tooltip="site" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/site.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/site.1degree.png Binary files differnew file mode 100644 index 000000000..badb88ca9 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/site.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/source.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/source.1degree.dot new file mode 100644 index 000000000..fa656d7df --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/source.1degree.dot @@ -0,0 +1,34 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "source" { + 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" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="src_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">src_id</TD></TR> + <TR><TD PORT="src_channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">src_channel_id</TD></TR> + <TR><TD PORT="src_channel_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">src_channel_xchan</TD></TR> + <TR><TD PORT="src_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">src_xchan</TD></TR> + <TR><TD PORT="src_patt" COLSPAN="3" ALIGN="LEFT">src_patt</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/source.html" + tooltip="source" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/source.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/source.1degree.png Binary files differnew file mode 100644 index 000000000..fda7de5b6 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/source.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/spam.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/spam.1degree.dot new file mode 100644 index 000000000..d8a7e8b67 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/spam.1degree.dot @@ -0,0 +1,35 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "spam" { + 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" + ]; + "spam" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">spam</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="spam" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">spam</TD></TR> + <TR><TD PORT="ham" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ham</TD></TR> + <TR><TD PORT="term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term</TD></TR> + <TR><TD PORT="date" COLSPAN="3" ALIGN="LEFT">date</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/spam.html" + tooltip="spam" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/spam.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/spam.1degree.png Binary files differnew file mode 100644 index 000000000..705472eea --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/spam.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/sys_perms.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/sys_perms.1degree.dot new file mode 100644 index 000000000..caea5abe8 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/sys_perms.1degree.dot @@ -0,0 +1,34 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "sys_perms" { + 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" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="cat" COLSPAN="3" ALIGN="LEFT">cat</TD></TR> + <TR><TD PORT="k" COLSPAN="3" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD PORT="public_perm" COLSPAN="3" ALIGN="LEFT">public_perm</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/sys_perms.html" + tooltip="sys_perms" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/sys_perms.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/sys_perms.1degree.png Binary files differnew file mode 100644 index 000000000..c3c9fd415 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/sys_perms.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/term.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/term.1degree.dot new file mode 100644 index 000000000..ea6db83ee --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/term.1degree.dot @@ -0,0 +1,40 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "term" { + 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" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="tid" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">tid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="oid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">oid</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="imgurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">imgurl</TD></TR> + <TR><TD PORT="term_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term_hash</TD></TR> + <TR><TD PORT="parent_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_hash</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9Â 010 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/term.html" + tooltip="term" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/term.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/term.1degree.png Binary files differnew file mode 100644 index 000000000..d97b2dc16 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/term.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/tokens.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/tokens.1degree.dot new file mode 100644 index 000000000..5efc34ca1 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/tokens.1degree.dot @@ -0,0 +1,35 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "tokens" { + 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" + ]; + "tokens" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">tokens</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="secret" COLSPAN="3" ALIGN="LEFT">secret</TD></TR> + <TR><TD PORT="client_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">client_id</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="scope" COLSPAN="3" ALIGN="LEFT">scope</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</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/tokens.html" + tooltip="tokens" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/tokens.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/tokens.1degree.png Binary files differnew file mode 100644 index 000000000..c2bd336dc --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/tokens.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/updates.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/updates.1degree.dot new file mode 100644 index 000000000..e779f8247 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/updates.1degree.dot @@ -0,0 +1,36 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "updates" { + 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" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="ud_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">ud_id</TD></TR> + <TR><TD PORT="ud_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_hash</TD></TR> + <TR><TD PORT="ud_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_guid</TD></TR> + <TR><TD PORT="ud_date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_date</TD></TR> + <TR><TD PORT="ud_last" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_last</TD></TR> + <TR><TD PORT="ud_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_flags</TD></TR> + <TR><TD PORT="ud_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_addr</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/updates.html" + tooltip="updates" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/updates.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/updates.1degree.png Binary files differnew file mode 100644 index 000000000..7d5990ca1 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/updates.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/verify.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/verify.1degree.dot new file mode 100644 index 000000000..14b59bd2c --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/verify.1degree.dot @@ -0,0 +1,35 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "verify" { + 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" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="token" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD></TR> + <TR><TD PORT="meta" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</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/verify.html" + tooltip="verify" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/verify.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/verify.1degree.png Binary files differnew file mode 100644 index 000000000..0f4dfda22 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/verify.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/vote.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/vote.1degree.dot new file mode 100644 index 000000000..b0a0a3aac --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/vote.1degree.dot @@ -0,0 +1,34 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "vote" { + 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" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="vote_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">vote_id</TD></TR> + <TR><TD PORT="vote_poll" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_poll</TD></TR> + <TR><TD PORT="vote_element" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_element</TD></TR> + <TR><TD PORT="vote_result" COLSPAN="3" ALIGN="LEFT">vote_result</TD></TR> + <TR><TD PORT="vote_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_xchan</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/vote.html" + tooltip="vote" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/vote.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/vote.1degree.png Binary files differnew file mode 100644 index 000000000..ae4a552bc --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/vote.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/xchan.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/xchan.1degree.dot new file mode 100644 index 000000000..aa6bbdfb2 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/xchan.1degree.dot @@ -0,0 +1,55 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "xchan" { + 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" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 291 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/xchan.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/xchan.1degree.png Binary files differnew file mode 100644 index 000000000..6b3fdd064 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/xchan.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/xchat.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/xchat.1degree.dot new file mode 100644 index 000000000..64945b787 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/xchat.1degree.dot @@ -0,0 +1,34 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "xchat" { + 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" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="xchat_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchat_id</TD></TR> + <TR><TD PORT="xchat_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_url</TD></TR> + <TR><TD PORT="xchat_desc" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_desc</TD></TR> + <TR><TD PORT="xchat_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_xchan</TD></TR> + <TR><TD PORT="xchat_edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_edited</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xchat.html" + tooltip="xchat" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/xchat.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/xchat.1degree.png Binary files differnew file mode 100644 index 000000000..34d7f123b --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/xchat.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/xconfig.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/xconfig.1degree.dot new file mode 100644 index 000000000..5a63eead2 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/xconfig.1degree.dot @@ -0,0 +1,34 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "xconfig" { + 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" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD PORT="cat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xconfig.html" + tooltip="xconfig" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/xconfig.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/xconfig.1degree.png Binary files differnew file mode 100644 index 000000000..d1aba2cfb --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/xconfig.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/xign.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/xign.1degree.dot new file mode 100644 index 000000000..2642999ab --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/xign.1degree.dot @@ -0,0 +1,32 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "xign" { + 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" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</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/xign.html" + tooltip="xign" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/xign.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/xign.1degree.png Binary files differnew file mode 100644 index 000000000..a0990cb2e --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/xign.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/xlink.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/xlink.1degree.dot new file mode 100644 index 000000000..daf4f6b7a --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/xlink.1degree.dot @@ -0,0 +1,37 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "xlink" { + 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" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="xlink_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xlink_id</TD></TR> + <TR><TD PORT="xlink_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_xchan</TD></TR> + <TR><TD PORT="xlink_link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_link</TD></TR> + <TR><TD PORT="xlink_rating" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_rating</TD></TR> + <TR><TD PORT="xlink_rating_text" COLSPAN="3" ALIGN="LEFT">xlink_rating_text</TD></TR> + <TR><TD PORT="xlink_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_updated</TD></TR> + <TR><TD PORT="xlink_static" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_static</TD></TR> + <TR><TD PORT="xlink_sig" COLSPAN="3" ALIGN="LEFT">xlink_sig</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">3Â 827 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="tables/xlink.html" + tooltip="xlink" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/xlink.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/xlink.1degree.png Binary files differnew file mode 100644 index 000000000..c29f049ae --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/xlink.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/xperm.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/xperm.1degree.dot new file mode 100644 index 000000000..bc73e1def --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/xperm.1degree.dot @@ -0,0 +1,33 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "xperm" { + 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" + ]; + "xperm" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xperm</TD></TR> + <TR><TD PORT="xp_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xp_id</TD></TR> + <TR><TD PORT="xp_client" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xp_client</TD></TR> + <TR><TD PORT="xp_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xp_channel</TD></TR> + <TR><TD PORT="xp_perm" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xp_perm</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/xperm.html" + tooltip="xperm" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/xperm.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/xperm.1degree.png Binary files differnew file mode 100644 index 000000000..43e0429c3 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/xperm.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/xprof.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/xprof.1degree.dot new file mode 100644 index 000000000..21a9a95d4 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/xprof.1degree.dot @@ -0,0 +1,44 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "xprof" { + 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" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="xprof_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xprof_hash</TD></TR> + <TR><TD PORT="xprof_age" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_age</TD></TR> + <TR><TD PORT="xprof_desc" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_desc</TD></TR> + <TR><TD PORT="xprof_dob" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_dob</TD></TR> + <TR><TD PORT="xprof_gender" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_gender</TD></TR> + <TR><TD PORT="xprof_marital" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_marital</TD></TR> + <TR><TD PORT="xprof_sexual" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_sexual</TD></TR> + <TR><TD PORT="xprof_locale" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_locale</TD></TR> + <TR><TD PORT="xprof_region" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_region</TD></TR> + <TR><TD PORT="xprof_postcode" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_postcode</TD></TR> + <TR><TD PORT="xprof_country" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_country</TD></TR> + <TR><TD PORT="xprof_keywords" COLSPAN="3" ALIGN="LEFT">xprof_keywords</TD></TR> + <TR><TD PORT="xprof_about" COLSPAN="3" ALIGN="LEFT">xprof_about</TD></TR> + <TR><TD PORT="xprof_homepage" COLSPAN="3" ALIGN="LEFT">xprof_homepage</TD></TR> + <TR><TD PORT="xprof_hometown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_hometown</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/xprof.html" + tooltip="xprof" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/xprof.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/xprof.1degree.png Binary files differnew file mode 100644 index 000000000..deba49a1f --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/xprof.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/summary/xtag.1degree.dot b/doc/schemaspy_hubzilla/diagrams/summary/xtag.1degree.dot new file mode 100644 index 000000000..d258c8875 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/xtag.1degree.dot @@ -0,0 +1,33 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "xtag" { + 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" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="xtag_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xtag_id</TD></TR> + <TR><TD PORT="xtag_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_hash</TD></TR> + <TR><TD PORT="xtag_term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_term</TD></TR> + <TR><TD PORT="xtag_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_flags</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/xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/summary/xtag.1degree.png b/doc/schemaspy_hubzilla/diagrams/summary/xtag.1degree.png Binary files differnew file mode 100644 index 000000000..def67569d --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/summary/xtag.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/sys_perms.1degree.dot b/doc/schemaspy_hubzilla/diagrams/sys_perms.1degree.dot new file mode 100644 index 000000000..5d1b68501 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/sys_perms.1degree.dot @@ -0,0 +1,36 @@ +// 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" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="cat" COLSPAN="2" ALIGN="LEFT">cat</TD><TD PORT="cat.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="k" COLSPAN="2" ALIGN="LEFT">k</TD><TD PORT="k.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="v" COLSPAN="2" ALIGN="LEFT">v</TD><TD PORT="v.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="public_perm" COLSPAN="2" ALIGN="LEFT">public_perm</TD><TD PORT="public_perm.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="sys_perms.html" + tooltip="sys_perms" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/sys_perms.1degree.png b/doc/schemaspy_hubzilla/diagrams/sys_perms.1degree.png Binary files differnew file mode 100644 index 000000000..8d0d335c7 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/sys_perms.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/sys_perms.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/sys_perms.implied2degrees.dot new file mode 100644 index 000000000..c88761c86 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/sys_perms.implied2degrees.dot @@ -0,0 +1,288 @@ +// 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" + ]; + "attach":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "config":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "config":"elipses":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "conv":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fcontact":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "ffinder":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "groups":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item_id":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "likes":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "pconfig":"elipses":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "photo":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profdef":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"elipses":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profile_check":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sys_perms":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sys_perms":"k":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "xconfig":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"elipses":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "xign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "cache" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">cache</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD PORT="updated" COLSPAN="3" ALIGN="LEFT">updated</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">334 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 ></TD></TR> + </TABLE>> + URL="cache.html" + tooltip="cache" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="config.html" + tooltip="config" + ]; + "conv" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="conv.html" + tooltip="conv" + ]; + "fcontact" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fcontact.html" + tooltip="fcontact" + ]; + "ffinder" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="ffinder.html" + tooltip="ffinder" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "item_id" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item_id.html" + tooltip="item_id" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "pconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">pconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">719 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="pconfig.html" + tooltip="pconfig" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profdef" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profdef.html" + tooltip="profdef" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile_check" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile_check.html" + tooltip="profile_check" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "sign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sign.html" + tooltip="sign" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="cat" COLSPAN="2" ALIGN="LEFT">cat</TD><TD PORT="cat.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="k" COLSPAN="2" ALIGN="LEFT">k</TD><TD PORT="k.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="v" COLSPAN="2" ALIGN="LEFT">v</TD><TD PORT="v.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD PORT="public_perm" COLSPAN="2" ALIGN="LEFT">public_perm</TD><TD PORT="public_perm.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="sys_perms.html" + tooltip="sys_perms" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="token" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD></TR> + <TR><TD PORT="meta" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</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">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/sys_perms.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/sys_perms.implied2degrees.png Binary files differnew file mode 100644 index 000000000..9a00b9e6d --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/sys_perms.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/term.1degree.dot b/doc/schemaspy_hubzilla/diagrams/term.1degree.dot new file mode 100644 index 000000000..ed05722c2 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/term.1degree.dot @@ -0,0 +1,174 @@ +// 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" + ]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "term" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="tid" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">tid</TD><TD PORT="tid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="aid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD><TD PORT="aid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="oid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">oid</TD><TD PORT="oid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="otype" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD><TD PORT="otype.type" ALIGN="LEFT">tinyint unsigned[3]</TD></TR> + <TR><TD PORT="type" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD><TD PORT="type.type" ALIGN="LEFT">tinyint unsigned[3]</TD></TR> + <TR><TD PORT="term" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">term</TD><TD PORT="term.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="url" COLSPAN="2" ALIGN="LEFT">url</TD><TD PORT="url.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="imgurl" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">imgurl</TD><TD PORT="imgurl.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="term_hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">term_hash</TD><TD PORT="term_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="parent_hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_hash</TD><TD PORT="parent_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/term.1degree.png b/doc/schemaspy_hubzilla/diagrams/term.1degree.png Binary files differnew file mode 100644 index 000000000..e315e404c --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/term.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/term.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/term.2degrees.dot new file mode 100644 index 000000000..8124a7215 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/term.2degrees.dot @@ -0,0 +1,485 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="tid" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">tid</TD><TD PORT="tid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="aid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD><TD PORT="aid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="oid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">oid</TD><TD PORT="oid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="otype" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD><TD PORT="otype.type" ALIGN="LEFT">tinyint unsigned[3]</TD></TR> + <TR><TD PORT="type" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD><TD PORT="type.type" ALIGN="LEFT">tinyint unsigned[3]</TD></TR> + <TR><TD PORT="term" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">term</TD><TD PORT="term.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="url" COLSPAN="2" ALIGN="LEFT">url</TD><TD PORT="url.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="imgurl" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">imgurl</TD><TD PORT="imgurl.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="term_hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">term_hash</TD><TD PORT="term_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="parent_hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_hash</TD><TD PORT="parent_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/term.2degrees.png b/doc/schemaspy_hubzilla/diagrams/term.2degrees.png Binary files differnew file mode 100644 index 000000000..8bb3db0a4 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/term.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/term.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/term.implied2degrees.dot new file mode 100644 index 000000000..7b5e54139 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/term.implied2degrees.dot @@ -0,0 +1,500 @@ +// 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "likes":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="tid" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">tid</TD><TD PORT="tid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="aid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD><TD PORT="aid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="oid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">oid</TD><TD PORT="oid.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="otype" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD><TD PORT="otype.type" ALIGN="LEFT">tinyint unsigned[3]</TD></TR> + <TR><TD PORT="type" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD><TD PORT="type.type" ALIGN="LEFT">tinyint unsigned[3]</TD></TR> + <TR><TD PORT="term" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">term</TD><TD PORT="term.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="url" COLSPAN="2" ALIGN="LEFT">url</TD><TD PORT="url.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="imgurl" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">imgurl</TD><TD PORT="imgurl.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="term_hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">term_hash</TD><TD PORT="term_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="parent_hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_hash</TD><TD PORT="parent_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/term.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/term.implied2degrees.png Binary files differnew file mode 100644 index 000000000..515937c71 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/term.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/tokens.1degree.dot b/doc/schemaspy_hubzilla/diagrams/tokens.1degree.dot new file mode 100644 index 000000000..736431cb1 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/tokens.1degree.dot @@ -0,0 +1,37 @@ +// 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" + ]; + "tokens" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">tokens</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">varchar[40]</TD></TR> + <TR><TD PORT="secret" COLSPAN="2" ALIGN="LEFT">secret</TD><TD PORT="secret.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="client_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">client_id</TD><TD PORT="client_id.type" ALIGN="LEFT">varchar[20]</TD></TR> + <TR><TD PORT="expires" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD><TD PORT="expires.type" ALIGN="LEFT">bigint unsigned[20]</TD></TR> + <TR><TD PORT="scope" COLSPAN="2" ALIGN="LEFT">scope</TD><TD PORT="scope.type" ALIGN="LEFT">varchar[200]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="tokens.html" + tooltip="tokens" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/tokens.1degree.png b/doc/schemaspy_hubzilla/diagrams/tokens.1degree.png Binary files differnew file mode 100644 index 000000000..e394a4531 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/tokens.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/tokens.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/tokens.implied2degrees.dot new file mode 100644 index 000000000..e5fa204dc --- /dev/null +++ b/doc/schemaspy_hubzilla/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=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">auth_codes</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="client_id" COLSPAN="3" ALIGN="LEFT">client_id</TD></TR> + <TR><TD PORT="redirect_uri" COLSPAN="3" ALIGN="LEFT">redirect_uri</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="scope" COLSPAN="3" ALIGN="LEFT">scope</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="auth_codes.html" + tooltip="auth_codes" + ]; + "clients" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">clients</TD></TR> + <TR><TD PORT="client_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">client_id</TD></TR> + <TR><TD PORT="pw" COLSPAN="3" ALIGN="LEFT">pw</TD></TR> + <TR><TD PORT="redirect_uri" COLSPAN="3" ALIGN="LEFT">redirect_uri</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="icon" COLSPAN="3" ALIGN="LEFT">icon</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" ALIGN="LEFT">uid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2 ></TD></TR> + </TABLE>> + URL="clients.html" + tooltip="clients" + ]; + "tokens" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">tokens</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">varchar[40]</TD></TR> + <TR><TD PORT="secret" COLSPAN="2" ALIGN="LEFT">secret</TD><TD PORT="secret.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="client_id" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">client_id</TD><TD PORT="client_id.type" ALIGN="LEFT">varchar[20]</TD></TR> + <TR><TD PORT="expires" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD><TD PORT="expires.type" ALIGN="LEFT">bigint unsigned[20]</TD></TR> + <TR><TD PORT="scope" COLSPAN="2" ALIGN="LEFT">scope</TD><TD PORT="scope.type" ALIGN="LEFT">varchar[200]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 ></TD></TR> + </TABLE>> + URL="tokens.html" + tooltip="tokens" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/tokens.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/tokens.implied2degrees.png Binary files differnew file mode 100644 index 000000000..587686310 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/tokens.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/updates.1degree.dot b/doc/schemaspy_hubzilla/diagrams/updates.1degree.dot new file mode 100644 index 000000000..32eee97d6 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/updates.1degree.dot @@ -0,0 +1,167 @@ +// 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" + ]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "updates" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="ud_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">ud_id</TD><TD PORT="ud_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="ud_hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_hash</TD><TD PORT="ud_hash.type" ALIGN="LEFT">char[128]</TD></TR> + <TR><TD PORT="ud_guid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_guid</TD><TD PORT="ud_guid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="ud_date" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_date</TD><TD PORT="ud_date.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="ud_last" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_last</TD><TD PORT="ud_last.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="ud_flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_flags</TD><TD PORT="ud_flags.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="ud_addr" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_addr</TD><TD PORT="ud_addr.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/updates.1degree.png b/doc/schemaspy_hubzilla/diagrams/updates.1degree.png Binary files differnew file mode 100644 index 000000000..968a416a3 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/updates.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/updates.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/updates.2degrees.dot new file mode 100644 index 000000000..3aca0eb02 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/updates.2degrees.dot @@ -0,0 +1,481 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="ud_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">ud_id</TD><TD PORT="ud_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="ud_hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_hash</TD><TD PORT="ud_hash.type" ALIGN="LEFT">char[128]</TD></TR> + <TR><TD PORT="ud_guid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_guid</TD><TD PORT="ud_guid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="ud_date" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_date</TD><TD PORT="ud_date.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="ud_last" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_last</TD><TD PORT="ud_last.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="ud_flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_flags</TD><TD PORT="ud_flags.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="ud_addr" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_addr</TD><TD PORT="ud_addr.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/updates.2degrees.png b/doc/schemaspy_hubzilla/diagrams/updates.2degrees.png Binary files differnew file mode 100644 index 000000000..9e1d2a9d2 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/updates.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/updates.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/updates.implied2degrees.dot new file mode 100644 index 000000000..5761b6862 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/updates.implied2degrees.dot @@ -0,0 +1,496 @@ +// 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "likes":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="ud_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">ud_id</TD><TD PORT="ud_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="ud_hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_hash</TD><TD PORT="ud_hash.type" ALIGN="LEFT">char[128]</TD></TR> + <TR><TD PORT="ud_guid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_guid</TD><TD PORT="ud_guid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="ud_date" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_date</TD><TD PORT="ud_date.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="ud_last" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_last</TD><TD PORT="ud_last.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="ud_flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_flags</TD><TD PORT="ud_flags.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="ud_addr" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_addr</TD><TD PORT="ud_addr.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/updates.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/updates.implied2degrees.png Binary files differnew file mode 100644 index 000000000..77a6d26fb --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/updates.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/verify.1degree.dot b/doc/schemaspy_hubzilla/diagrams/verify.1degree.dot new file mode 100644 index 000000000..a9e0f8670 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/verify.1degree.dot @@ -0,0 +1,37 @@ +// 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" + ]; + "verify" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD><TD PORT="channel.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="type" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD><TD PORT="type.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="token" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD><TD PORT="token.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="meta" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</TD><TD PORT="meta.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/verify.1degree.png b/doc/schemaspy_hubzilla/diagrams/verify.1degree.png Binary files differnew file mode 100644 index 000000000..6a7f82cff --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/verify.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/verify.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/verify.implied2degrees.dot new file mode 100644 index 000000000..9231d9509 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/verify.implied2degrees.dot @@ -0,0 +1,566 @@ +// 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" + ]; + "attach":"hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"id":w -> "verify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "config":"id":w -> "verify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "config":"k":w -> "cache":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "conv":"id":w -> "verify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fcontact":"id":w -> "verify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "ffinder":"id":w -> "verify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"id":w -> "verify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"xchan":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"id":w -> "verify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"author_xchan":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"id":w -> "verify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"owner_xchan":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"source_xchan":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "item_id":"id":w -> "verify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "likes":"channel_id":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "likes":"id":w -> "verify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"account_id":w -> "account":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"channel_id":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"from_xchan":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"id":w -> "verify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"to_xchan":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "photo":"id":w -> "verify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"xchan":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profdef":"id":w -> "verify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"channel_id":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"id":w -> "verify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"k":w -> "cache":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profile_check":"id":w -> "verify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"id":w -> "verify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sign":"id":w -> "verify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sys_perms":"id":w -> "verify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sys_perms":"k":w -> "cache":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "xchan":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xconfig":"id":w -> "verify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"k":w -> "cache":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "xconfig":"xchan":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"id":w -> "verify":"id.type":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xign":"xchan":w -> "xchan":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "account" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">account</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 ></TD></TR> + </TABLE>> + URL="account.html" + tooltip="account" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="creator" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">creator</TD></TR> + <TR><TD PORT="filename" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filename</TD></TR> + <TR><TD PORT="filetype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filetype</TD></TR> + <TR><TD PORT="filesize" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filesize</TD></TR> + <TR><TD PORT="revision" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD></TR> + <TR><TD PORT="folder" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">folder</TD></TR> + <TR><TD PORT="flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">flags</TD></TR> + <TR><TD PORT="is_dir" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_dir</TD></TR> + <TR><TD PORT="is_photo" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_photo</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD></TR> + <TR><TD PORT="os_path" COLSPAN="3" ALIGN="LEFT">os_path</TD></TR> + <TR><TD PORT="display_path" COLSPAN="3" ALIGN="LEFT">display_path</TD></TR> + <TR><TD PORT="data" COLSPAN="3" ALIGN="LEFT">data</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "cache" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">cache</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">334 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 ></TD></TR> + </TABLE>> + URL="cache.html" + tooltip="cache" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="cat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="config.html" + tooltip="config" + ]; + "conv" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="guid" COLSPAN="3" ALIGN="LEFT">guid</TD></TR> + <TR><TD PORT="recips" COLSPAN="3" ALIGN="LEFT">recips</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="creator" COLSPAN="3" ALIGN="LEFT">creator</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">updated</TD></TR> + <TR><TD PORT="subject" COLSPAN="3" ALIGN="LEFT">subject</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="conv.html" + tooltip="conv" + ]; + "fcontact" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="request" COLSPAN="3" ALIGN="LEFT">request</TD></TR> + <TR><TD PORT="nick" COLSPAN="3" ALIGN="LEFT">nick</TD></TR> + <TR><TD PORT="addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">addr</TD></TR> + <TR><TD PORT="batch" COLSPAN="3" ALIGN="LEFT">batch</TD></TR> + <TR><TD PORT="notify" COLSPAN="3" ALIGN="LEFT">notify</TD></TR> + <TR><TD PORT="poll" COLSPAN="3" ALIGN="LEFT">poll</TD></TR> + <TR><TD PORT="confirm" COLSPAN="3" ALIGN="LEFT">confirm</TD></TR> + <TR><TD PORT="priority" COLSPAN="3" ALIGN="LEFT">priority</TD></TR> + <TR><TD PORT="network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">network</TD></TR> + <TR><TD PORT="alias" COLSPAN="3" ALIGN="LEFT">alias</TD></TR> + <TR><TD PORT="pubkey" COLSPAN="3" ALIGN="LEFT">pubkey</TD></TR> + <TR><TD PORT="updated" COLSPAN="3" ALIGN="LEFT">updated</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fcontact.html" + tooltip="fcontact" + ]; + "ffinder" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="cid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cid</TD></TR> + <TR><TD PORT="fid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">fid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="ffinder.html" + tooltip="ffinder" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="gid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">gid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="visible" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">visible</TD></TR> + <TR><TD PORT="deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deleted</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="parent_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_mid</TD></TR> + <TR><TD PORT="thr_parent" COLSPAN="3" ALIGN="LEFT">thr_parent</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="commented" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">commented</TD></TR> + <TR><TD PORT="received" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">received</TD></TR> + <TR><TD PORT="changed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">changed</TD></TR> + <TR><TD PORT="comments_closed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">comments_closed</TD></TR> + <TR><TD PORT="owner_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">owner_xchan</TD></TR> + <TR><TD PORT="author_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">author_xchan</TD></TR> + <TR><TD PORT="source_xchan" COLSPAN="3" ALIGN="LEFT">source_xchan</TD></TR> + <TR><TD PORT="mimetype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mimetype</TD></TR> + <TR><TD PORT="title" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">title</TD></TR> + <TR><TD PORT="body" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">body</TD></TR> + <TR><TD PORT="html" COLSPAN="3" ALIGN="LEFT">html</TD></TR> + <TR><TD PORT="app" COLSPAN="3" ALIGN="LEFT">app</TD></TR> + <TR><TD PORT="lang" COLSPAN="3" ALIGN="LEFT">lang</TD></TR> + <TR><TD PORT="revision" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="obj_type" COLSPAN="3" ALIGN="LEFT">obj_type</TD></TR> + <TR><TD PORT="object" COLSPAN="3" ALIGN="LEFT">object</TD></TR> + <TR><TD PORT="tgt_type" COLSPAN="3" ALIGN="LEFT">tgt_type</TD></TR> + <TR><TD PORT="target" COLSPAN="3" ALIGN="LEFT">target</TD></TR> + <TR><TD PORT="layout_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">layout_mid</TD></TR> + <TR><TD PORT="postopts" COLSPAN="3" ALIGN="LEFT">postopts</TD></TR> + <TR><TD PORT="route" COLSPAN="3" ALIGN="LEFT">route</TD></TR> + <TR><TD PORT="llink" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">llink</TD></TR> + <TR><TD PORT="plink" COLSPAN="3" ALIGN="LEFT">plink</TD></TR> + <TR><TD PORT="resource_id" COLSPAN="3" ALIGN="LEFT">resource_id</TD></TR> + <TR><TD PORT="resource_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">resource_type</TD></TR> + <TR><TD PORT="attach" COLSPAN="3" ALIGN="LEFT">attach</TD></TR> + <TR><TD PORT="sig" COLSPAN="3" ALIGN="LEFT">sig</TD></TR> + <TR><TD PORT="diaspora_meta" COLSPAN="3" ALIGN="LEFT">diaspora_meta</TD></TR> + <TR><TD PORT="location" COLSPAN="3" ALIGN="LEFT">location</TD></TR> + <TR><TD PORT="coord" COLSPAN="3" ALIGN="LEFT">coord</TD></TR> + <TR><TD PORT="public_policy" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">public_policy</TD></TR> + <TR><TD PORT="comment_policy" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">comment_policy</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD PORT="item_restrict" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_restrict</TD></TR> + <TR><TD PORT="item_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_flags</TD></TR> + <TR><TD PORT="item_private" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_private</TD></TR> + <TR><TD PORT="item_origin" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_origin</TD></TR> + <TR><TD PORT="item_unseen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_unseen</TD></TR> + <TR><TD PORT="item_starred" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_starred</TD></TR> + <TR><TD PORT="item_uplink" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_uplink</TD></TR> + <TR><TD PORT="item_consensus" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_consensus</TD></TR> + <TR><TD PORT="item_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_wall</TD></TR> + <TR><TD PORT="item_thread_top" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_thread_top</TD></TR> + <TR><TD PORT="item_notshown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_notshown</TD></TR> + <TR><TD PORT="item_nsfw" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_nsfw</TD></TR> + <TR><TD PORT="item_relay" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_relay</TD></TR> + <TR><TD PORT="item_mentionsme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_mentionsme</TD></TR> + <TR><TD PORT="item_nocomment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_nocomment</TD></TR> + <TR><TD PORT="item_obscured" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_obscured</TD></TR> + <TR><TD PORT="item_verified" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_verified</TD></TR> + <TR><TD PORT="item_retained" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_retained</TD></TR> + <TR><TD PORT="item_rss" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_rss</TD></TR> + <TR><TD PORT="item_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_deleted</TD></TR> + <TR><TD PORT="item_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_type</TD></TR> + <TR><TD PORT="item_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_hidden</TD></TR> + <TR><TD PORT="item_unpublished" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_unpublished</TD></TR> + <TR><TD PORT="item_delayed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_delayed</TD></TR> + <TR><TD PORT="item_pending_remove" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_pending_remove</TD></TR> + <TR><TD PORT="item_blocked" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_blocked</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "item_id" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="iid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">iid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="sid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">sid</TD></TR> + <TR><TD PORT="service" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">service</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item_id.html" + tooltip="item_id" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="liker" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">liker</TD></TR> + <TR><TD PORT="likee" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">likee</TD></TR> + <TR><TD PORT="iid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">iid</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="target_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">target_type</TD></TR> + <TR><TD PORT="target_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">target_id</TD></TR> + <TR><TD PORT="target" COLSPAN="3" ALIGN="LEFT">target</TD></TR> + <TR><TD PORT="i_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">i_mid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="convid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">convid</TD></TR> + <TR><TD PORT="mail_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_flags</TD></TR> + <TR><TD PORT="from_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">from_xchan</TD></TR> + <TR><TD PORT="to_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">to_xchan</TD></TR> + <TR><TD PORT="account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="title" COLSPAN="3" ALIGN="LEFT">title</TD></TR> + <TR><TD PORT="body" COLSPAN="3" ALIGN="LEFT">body</TD></TR> + <TR><TD PORT="sig" COLSPAN="3" ALIGN="LEFT">sig</TD></TR> + <TR><TD PORT="attach" COLSPAN="3" ALIGN="LEFT">attach</TD></TR> + <TR><TD PORT="mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mid</TD></TR> + <TR><TD PORT="parent_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_mid</TD></TR> + <TR><TD PORT="mail_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_deleted</TD></TR> + <TR><TD PORT="mail_replied" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_replied</TD></TR> + <TR><TD PORT="mail_isreply" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_isreply</TD></TR> + <TR><TD PORT="mail_seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_seen</TD></TR> + <TR><TD PORT="mail_recalled" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_recalled</TD></TR> + <TR><TD PORT="mail_obscured" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_obscured</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="conv_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">conv_guid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD PORT="resource_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">resource_id</TD></TR> + <TR><TD PORT="created" COLSPAN="3" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="title" COLSPAN="3" ALIGN="LEFT">title</TD></TR> + <TR><TD PORT="description" COLSPAN="3" ALIGN="LEFT">description</TD></TR> + <TR><TD PORT="album" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">album</TD></TR> + <TR><TD PORT="filename" COLSPAN="3" ALIGN="LEFT">filename</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="height" COLSPAN="3" ALIGN="LEFT">height</TD></TR> + <TR><TD PORT="width" COLSPAN="3" ALIGN="LEFT">width</TD></TR> + <TR><TD PORT="size" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">size</TD></TR> + <TR><TD PORT="data" COLSPAN="3" ALIGN="LEFT">data</TD></TR> + <TR><TD PORT="scale" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">scale</TD></TR> + <TR><TD PORT="photo_usage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">photo_usage</TD></TR> + <TR><TD PORT="profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">profile</TD></TR> + <TR><TD PORT="is_nsfw" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_nsfw</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD></TR> + <TR><TD PORT="os_path" COLSPAN="3" ALIGN="LEFT">os_path</TD></TR> + <TR><TD PORT="display_path" COLSPAN="3" ALIGN="LEFT">display_path</TD></TR> + <TR><TD PORT="photo_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">photo_flags</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profdef" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="field_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">field_name</TD></TR> + <TR><TD PORT="field_type" COLSPAN="3" ALIGN="LEFT">field_type</TD></TR> + <TR><TD PORT="field_desc" COLSPAN="3" ALIGN="LEFT">field_desc</TD></TR> + <TR><TD PORT="field_help" COLSPAN="3" ALIGN="LEFT">field_help</TD></TR> + <TR><TD PORT="field_inputs" COLSPAN="3" ALIGN="LEFT">field_inputs</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profdef.html" + tooltip="profdef" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile_check" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="cid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cid</TD></TR> + <TR><TD PORT="dfrn_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dfrn_id</TD></TR> + <TR><TD PORT="sec" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">sec</TD></TR> + <TR><TD PORT="expire" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expire</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile_check.html" + tooltip="profile_check" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="password" COLSPAN="3" ALIGN="LEFT">password</TD></TR> + <TR><TD PORT="language" COLSPAN="3" ALIGN="LEFT">language</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "sign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="iid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">iid</TD></TR> + <TR><TD PORT="retract_iid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">retract_iid</TD></TR> + <TR><TD PORT="signed_text" COLSPAN="3" ALIGN="LEFT">signed_text</TD></TR> + <TR><TD PORT="signature" COLSPAN="3" ALIGN="LEFT">signature</TD></TR> + <TR><TD PORT="signer" COLSPAN="3" ALIGN="LEFT">signer</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sign.html" + tooltip="sign" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="cat" COLSPAN="3" ALIGN="LEFT">cat</TD></TR> + <TR><TD PORT="k" COLSPAN="3" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD PORT="public_perm" COLSPAN="3" ALIGN="LEFT">public_perm</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sys_perms.html" + tooltip="sys_perms" + ]; + "verify" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="channel" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD><TD PORT="channel.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="type" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD><TD PORT="type.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="token" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD><TD PORT="token.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="meta" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</TD><TD PORT="meta.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="created" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD><TD PORT="created.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD PORT="cat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/verify.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/verify.implied2degrees.png Binary files differnew file mode 100644 index 000000000..2757a2e65 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/verify.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/vote.1degree.dot b/doc/schemaspy_hubzilla/diagrams/vote.1degree.dot new file mode 100644 index 000000000..411252f38 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/vote.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" + ]; + "vote":"vote_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="vote_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">vote_id</TD><TD PORT="vote_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="vote_poll" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_poll</TD><TD PORT="vote_poll.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="vote_element" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_element</TD><TD PORT="vote_element.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="vote_result" COLSPAN="2" ALIGN="LEFT">vote_result</TD><TD PORT="vote_result.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="vote_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_xchan</TD><TD PORT="vote_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/vote.1degree.png b/doc/schemaspy_hubzilla/diagrams/vote.1degree.png Binary files differnew file mode 100644 index 000000000..9ca23c9b4 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/vote.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/vote.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/vote.2degrees.dot new file mode 100644 index 000000000..c2762eb3f --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/vote.2degrees.dot @@ -0,0 +1,413 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"vote_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="vote_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">vote_id</TD><TD PORT="vote_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="vote_poll" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_poll</TD><TD PORT="vote_poll.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="vote_element" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_element</TD><TD PORT="vote_element.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="vote_result" COLSPAN="2" ALIGN="LEFT">vote_result</TD><TD PORT="vote_result.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="vote_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_xchan</TD><TD PORT="vote_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/vote.2degrees.png b/doc/schemaspy_hubzilla/diagrams/vote.2degrees.png Binary files differnew file mode 100644 index 000000000..a3c84d967 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/vote.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/xchan.1degree.dot b/doc/schemaspy_hubzilla/diagrams/xchan.1degree.dot new file mode 100644 index 000000000..45e8ad64c --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xchan.1degree.dot @@ -0,0 +1,787 @@ +// 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" + ]; + "abook":"abook_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"chat_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"cp_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"dreport_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"author_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"owner_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"source_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"from_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"to_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"outq_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"share_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"src_channel_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"src_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"vote_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"xchat_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"xlink_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"xprof_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"xtag_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="abook_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">abook_id</TD></TR> + <TR><TD PORT="abook_account" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_account</TD></TR> + <TR><TD PORT="abook_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_channel</TD></TR> + <TR><TD PORT="abook_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_xchan</TD></TR> + <TR><TD PORT="abook_my_perms" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_my_perms</TD></TR> + <TR><TD PORT="abook_their_perms" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_their_perms</TD></TR> + <TR><TD PORT="abook_closeness" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_closeness</TD></TR> + <TR><TD PORT="abook_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_created</TD></TR> + <TR><TD PORT="abook_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_updated</TD></TR> + <TR><TD PORT="abook_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_connected</TD></TR> + <TR><TD PORT="abook_dob" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_dob</TD></TR> + <TR><TD PORT="abook_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_flags</TD></TR> + <TR><TD PORT="abook_blocked" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_blocked</TD></TR> + <TR><TD PORT="abook_ignored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_ignored</TD></TR> + <TR><TD PORT="abook_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_hidden</TD></TR> + <TR><TD PORT="abook_archived" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_archived</TD></TR> + <TR><TD PORT="abook_pending" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_pending</TD></TR> + <TR><TD PORT="abook_unconnected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_unconnected</TD></TR> + <TR><TD PORT="abook_self" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_self</TD></TR> + <TR><TD PORT="abook_feed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_feed</TD></TR> + <TR><TD PORT="abook_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_profile</TD></TR> + <TR><TD PORT="abook_incl" COLSPAN="3" ALIGN="LEFT">abook_incl</TD></TR> + <TR><TD PORT="abook_excl" COLSPAN="3" ALIGN="LEFT">abook_excl</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="creator" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">creator</TD></TR> + <TR><TD PORT="filename" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filename</TD></TR> + <TR><TD PORT="filetype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filetype</TD></TR> + <TR><TD PORT="filesize" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filesize</TD></TR> + <TR><TD PORT="revision" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD></TR> + <TR><TD PORT="folder" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">folder</TD></TR> + <TR><TD PORT="flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">flags</TD></TR> + <TR><TD PORT="is_dir" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_dir</TD></TR> + <TR><TD PORT="is_photo" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_photo</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD></TR> + <TR><TD PORT="os_path" COLSPAN="3" ALIGN="LEFT">os_path</TD></TR> + <TR><TD PORT="display_path" COLSPAN="3" ALIGN="LEFT">display_path</TD></TR> + <TR><TD PORT="data" COLSPAN="3" ALIGN="LEFT">data</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="cp_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">cp_id</TD></TR> + <TR><TD PORT="cp_room" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_room</TD></TR> + <TR><TD PORT="cp_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_xchan</TD></TR> + <TR><TD PORT="cp_last" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_last</TD></TR> + <TR><TD PORT="cp_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_status</TD></TR> + <TR><TD PORT="cp_client" COLSPAN="3" ALIGN="LEFT">cp_client</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="dreport_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">dreport_id</TD></TR> + <TR><TD PORT="dreport_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_channel</TD></TR> + <TR><TD PORT="dreport_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_mid</TD></TR> + <TR><TD PORT="dreport_site" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_site</TD></TR> + <TR><TD PORT="dreport_recip" COLSPAN="3" ALIGN="LEFT">dreport_recip</TD></TR> + <TR><TD PORT="dreport_result" COLSPAN="3" ALIGN="LEFT">dreport_result</TD></TR> + <TR><TD PORT="dreport_time" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_time</TD></TR> + <TR><TD PORT="dreport_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_xchan</TD></TR> + <TR><TD PORT="dreport_queue" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_queue</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="event_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_xchan</TD></TR> + <TR><TD PORT="event_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="start" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">start</TD></TR> + <TR><TD PORT="finish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">finish</TD></TR> + <TR><TD PORT="summary" COLSPAN="3" ALIGN="LEFT">summary</TD></TR> + <TR><TD PORT="description" COLSPAN="3" ALIGN="LEFT">description</TD></TR> + <TR><TD PORT="location" COLSPAN="3" ALIGN="LEFT">location</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="nofinish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">nofinish</TD></TR> + <TR><TD PORT="adjust" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">adjust</TD></TR> + <TR><TD PORT="ignore" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ignore</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD PORT="event_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_status</TD></TR> + <TR><TD PORT="event_status_date" COLSPAN="3" ALIGN="LEFT">event_status_date</TD></TR> + <TR><TD PORT="event_percent" COLSPAN="3" ALIGN="LEFT">event_percent</TD></TR> + <TR><TD PORT="event_repeat" COLSPAN="3" ALIGN="LEFT">event_repeat</TD></TR> + <TR><TD PORT="event_sequence" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_sequence</TD></TR> + <TR><TD PORT="event_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_priority</TD></TR> + <TR><TD PORT="event_vdata" COLSPAN="3" ALIGN="LEFT">event_vdata</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="gid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">gid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="visible" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">visible</TD></TR> + <TR><TD PORT="deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deleted</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="parent_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_mid</TD></TR> + <TR><TD PORT="thr_parent" COLSPAN="3" ALIGN="LEFT">thr_parent</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="commented" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">commented</TD></TR> + <TR><TD PORT="received" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">received</TD></TR> + <TR><TD PORT="changed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">changed</TD></TR> + <TR><TD PORT="comments_closed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">comments_closed</TD></TR> + <TR><TD PORT="owner_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">owner_xchan</TD></TR> + <TR><TD PORT="author_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">author_xchan</TD></TR> + <TR><TD PORT="source_xchan" COLSPAN="3" ALIGN="LEFT">source_xchan</TD></TR> + <TR><TD PORT="mimetype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mimetype</TD></TR> + <TR><TD PORT="title" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">title</TD></TR> + <TR><TD PORT="body" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">body</TD></TR> + <TR><TD PORT="html" COLSPAN="3" ALIGN="LEFT">html</TD></TR> + <TR><TD PORT="app" COLSPAN="3" ALIGN="LEFT">app</TD></TR> + <TR><TD PORT="lang" COLSPAN="3" ALIGN="LEFT">lang</TD></TR> + <TR><TD PORT="revision" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="obj_type" COLSPAN="3" ALIGN="LEFT">obj_type</TD></TR> + <TR><TD PORT="object" COLSPAN="3" ALIGN="LEFT">object</TD></TR> + <TR><TD PORT="tgt_type" COLSPAN="3" ALIGN="LEFT">tgt_type</TD></TR> + <TR><TD PORT="target" COLSPAN="3" ALIGN="LEFT">target</TD></TR> + <TR><TD PORT="layout_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">layout_mid</TD></TR> + <TR><TD PORT="postopts" COLSPAN="3" ALIGN="LEFT">postopts</TD></TR> + <TR><TD PORT="route" COLSPAN="3" ALIGN="LEFT">route</TD></TR> + <TR><TD PORT="llink" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">llink</TD></TR> + <TR><TD PORT="plink" COLSPAN="3" ALIGN="LEFT">plink</TD></TR> + <TR><TD PORT="resource_id" COLSPAN="3" ALIGN="LEFT">resource_id</TD></TR> + <TR><TD PORT="resource_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">resource_type</TD></TR> + <TR><TD PORT="attach" COLSPAN="3" ALIGN="LEFT">attach</TD></TR> + <TR><TD PORT="sig" COLSPAN="3" ALIGN="LEFT">sig</TD></TR> + <TR><TD PORT="diaspora_meta" COLSPAN="3" ALIGN="LEFT">diaspora_meta</TD></TR> + <TR><TD PORT="location" COLSPAN="3" ALIGN="LEFT">location</TD></TR> + <TR><TD PORT="coord" COLSPAN="3" ALIGN="LEFT">coord</TD></TR> + <TR><TD PORT="public_policy" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">public_policy</TD></TR> + <TR><TD PORT="comment_policy" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">comment_policy</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD PORT="item_restrict" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_restrict</TD></TR> + <TR><TD PORT="item_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_flags</TD></TR> + <TR><TD PORT="item_private" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_private</TD></TR> + <TR><TD PORT="item_origin" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_origin</TD></TR> + <TR><TD PORT="item_unseen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_unseen</TD></TR> + <TR><TD PORT="item_starred" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_starred</TD></TR> + <TR><TD PORT="item_uplink" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_uplink</TD></TR> + <TR><TD PORT="item_consensus" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_consensus</TD></TR> + <TR><TD PORT="item_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_wall</TD></TR> + <TR><TD PORT="item_thread_top" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_thread_top</TD></TR> + <TR><TD PORT="item_notshown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_notshown</TD></TR> + <TR><TD PORT="item_nsfw" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_nsfw</TD></TR> + <TR><TD PORT="item_relay" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_relay</TD></TR> + <TR><TD PORT="item_mentionsme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_mentionsme</TD></TR> + <TR><TD PORT="item_nocomment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_nocomment</TD></TR> + <TR><TD PORT="item_obscured" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_obscured</TD></TR> + <TR><TD PORT="item_verified" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_verified</TD></TR> + <TR><TD PORT="item_retained" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_retained</TD></TR> + <TR><TD PORT="item_rss" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_rss</TD></TR> + <TR><TD PORT="item_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_deleted</TD></TR> + <TR><TD PORT="item_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_type</TD></TR> + <TR><TD PORT="item_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_hidden</TD></TR> + <TR><TD PORT="item_unpublished" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_unpublished</TD></TR> + <TR><TD PORT="item_delayed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_delayed</TD></TR> + <TR><TD PORT="item_pending_remove" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_pending_remove</TD></TR> + <TR><TD PORT="item_blocked" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_blocked</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="convid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">convid</TD></TR> + <TR><TD PORT="mail_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_flags</TD></TR> + <TR><TD PORT="from_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">from_xchan</TD></TR> + <TR><TD PORT="to_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">to_xchan</TD></TR> + <TR><TD PORT="account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="title" COLSPAN="3" ALIGN="LEFT">title</TD></TR> + <TR><TD PORT="body" COLSPAN="3" ALIGN="LEFT">body</TD></TR> + <TR><TD PORT="sig" COLSPAN="3" ALIGN="LEFT">sig</TD></TR> + <TR><TD PORT="attach" COLSPAN="3" ALIGN="LEFT">attach</TD></TR> + <TR><TD PORT="mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mid</TD></TR> + <TR><TD PORT="parent_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_mid</TD></TR> + <TR><TD PORT="mail_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_deleted</TD></TR> + <TR><TD PORT="mail_replied" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_replied</TD></TR> + <TR><TD PORT="mail_isreply" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_isreply</TD></TR> + <TR><TD PORT="mail_seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_seen</TD></TR> + <TR><TD PORT="mail_recalled" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_recalled</TD></TR> + <TR><TD PORT="mail_obscured" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_obscured</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="conv_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">conv_guid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD></TR> + <TR><TD PORT="msg" COLSPAN="3" ALIGN="LEFT">msg</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="outq_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">outq_hash</TD></TR> + <TR><TD PORT="outq_account" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_account</TD></TR> + <TR><TD PORT="outq_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_channel</TD></TR> + <TR><TD PORT="outq_driver" COLSPAN="3" ALIGN="LEFT">outq_driver</TD></TR> + <TR><TD PORT="outq_posturl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_posturl</TD></TR> + <TR><TD PORT="outq_async" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_async</TD></TR> + <TR><TD PORT="outq_delivered" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_delivered</TD></TR> + <TR><TD PORT="outq_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_created</TD></TR> + <TR><TD PORT="outq_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_updated</TD></TR> + <TR><TD PORT="outq_notify" COLSPAN="3" ALIGN="LEFT">outq_notify</TD></TR> + <TR><TD PORT="outq_msg" COLSPAN="3" ALIGN="LEFT">outq_msg</TD></TR> + <TR><TD PORT="outq_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_priority</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD PORT="resource_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">resource_id</TD></TR> + <TR><TD PORT="created" COLSPAN="3" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="title" COLSPAN="3" ALIGN="LEFT">title</TD></TR> + <TR><TD PORT="description" COLSPAN="3" ALIGN="LEFT">description</TD></TR> + <TR><TD PORT="album" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">album</TD></TR> + <TR><TD PORT="filename" COLSPAN="3" ALIGN="LEFT">filename</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="height" COLSPAN="3" ALIGN="LEFT">height</TD></TR> + <TR><TD PORT="width" COLSPAN="3" ALIGN="LEFT">width</TD></TR> + <TR><TD PORT="size" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">size</TD></TR> + <TR><TD PORT="data" COLSPAN="3" ALIGN="LEFT">data</TD></TR> + <TR><TD PORT="scale" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">scale</TD></TR> + <TR><TD PORT="photo_usage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">photo_usage</TD></TR> + <TR><TD PORT="profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">profile</TD></TR> + <TR><TD PORT="is_nsfw" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_nsfw</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD></TR> + <TR><TD PORT="os_path" COLSPAN="3" ALIGN="LEFT">os_path</TD></TR> + <TR><TD PORT="display_path" COLSPAN="3" ALIGN="LEFT">display_path</TD></TR> + <TR><TD PORT="photo_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">photo_flags</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="password" COLSPAN="3" ALIGN="LEFT">password</TD></TR> + <TR><TD PORT="language" COLSPAN="3" ALIGN="LEFT">language</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="share_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">share_id</TD></TR> + <TR><TD PORT="share_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">share_type</TD></TR> + <TR><TD PORT="share_target" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">share_target</TD></TR> + <TR><TD PORT="share_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">share_xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="src_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">src_id</TD></TR> + <TR><TD PORT="src_channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">src_channel_id</TD></TR> + <TR><TD PORT="src_channel_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">src_channel_xchan</TD></TR> + <TR><TD PORT="src_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">src_xchan</TD></TR> + <TR><TD PORT="src_patt" COLSPAN="3" ALIGN="LEFT">src_patt</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="tid" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">tid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="oid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">oid</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="imgurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">imgurl</TD></TR> + <TR><TD PORT="term_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term_hash</TD></TR> + <TR><TD PORT="parent_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_hash</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="ud_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">ud_id</TD></TR> + <TR><TD PORT="ud_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_hash</TD></TR> + <TR><TD PORT="ud_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_guid</TD></TR> + <TR><TD PORT="ud_date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_date</TD></TR> + <TR><TD PORT="ud_last" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_last</TD></TR> + <TR><TD PORT="ud_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_flags</TD></TR> + <TR><TD PORT="ud_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_addr</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="vote_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">vote_id</TD></TR> + <TR><TD PORT="vote_poll" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_poll</TD></TR> + <TR><TD PORT="vote_element" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_element</TD></TR> + <TR><TD PORT="vote_result" COLSPAN="3" ALIGN="LEFT">vote_result</TD></TR> + <TR><TD PORT="vote_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD><TD PORT="xchan_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD><TD PORT="xchan_guid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="2" ALIGN="LEFT">xchan_guid_sig</TD><TD PORT="xchan_guid_sig.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="2" ALIGN="LEFT">xchan_pubkey</TD><TD PORT="xchan_pubkey.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="2" ALIGN="LEFT">xchan_photo_mimetype</TD><TD PORT="xchan_photo_mimetype.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="2" ALIGN="LEFT">xchan_photo_l</TD><TD PORT="xchan_photo_l.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="2" ALIGN="LEFT">xchan_photo_m</TD><TD PORT="xchan_photo_m.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="2" ALIGN="LEFT">xchan_photo_s</TD><TD PORT="xchan_photo_s.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD><TD PORT="xchan_addr.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD><TD PORT="xchan_url.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD><TD PORT="xchan_connurl.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD><TD PORT="xchan_follow.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="2" ALIGN="LEFT">xchan_connpage</TD><TD PORT="xchan_connpage.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD><TD PORT="xchan_name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD><TD PORT="xchan_network.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD><TD PORT="xchan_instance_url.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD><TD PORT="xchan_flags.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="2" ALIGN="LEFT">xchan_photo_date</TD><TD PORT="xchan_photo_date.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="2" ALIGN="LEFT">xchan_name_date</TD><TD PORT="xchan_name_date.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD><TD PORT="xchan_hidden.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD><TD PORT="xchan_orphan.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD><TD PORT="xchan_censored.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD><TD PORT="xchan_selfcensored.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD><TD PORT="xchan_system.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD><TD PORT="xchan_pubforum.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD><TD PORT="xchan_deleted.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="xchat_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchat_id</TD></TR> + <TR><TD PORT="xchat_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_url</TD></TR> + <TR><TD PORT="xchat_desc" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_desc</TD></TR> + <TR><TD PORT="xchat_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_xchan</TD></TR> + <TR><TD PORT="xchat_edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_edited</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD PORT="cat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="xlink_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xlink_id</TD></TR> + <TR><TD PORT="xlink_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_xchan</TD></TR> + <TR><TD PORT="xlink_link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_link</TD></TR> + <TR><TD PORT="xlink_rating" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_rating</TD></TR> + <TR><TD PORT="xlink_rating_text" COLSPAN="3" ALIGN="LEFT">xlink_rating_text</TD></TR> + <TR><TD PORT="xlink_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_updated</TD></TR> + <TR><TD PORT="xlink_static" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_static</TD></TR> + <TR><TD PORT="xlink_sig" COLSPAN="3" ALIGN="LEFT">xlink_sig</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="xprof_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xprof_hash</TD></TR> + <TR><TD PORT="xprof_age" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_age</TD></TR> + <TR><TD PORT="xprof_desc" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_desc</TD></TR> + <TR><TD PORT="xprof_dob" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_dob</TD></TR> + <TR><TD PORT="xprof_gender" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_gender</TD></TR> + <TR><TD PORT="xprof_marital" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_marital</TD></TR> + <TR><TD PORT="xprof_sexual" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_sexual</TD></TR> + <TR><TD PORT="xprof_locale" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_locale</TD></TR> + <TR><TD PORT="xprof_region" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_region</TD></TR> + <TR><TD PORT="xprof_postcode" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_postcode</TD></TR> + <TR><TD PORT="xprof_country" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_country</TD></TR> + <TR><TD PORT="xprof_keywords" COLSPAN="3" ALIGN="LEFT">xprof_keywords</TD></TR> + <TR><TD PORT="xprof_about" COLSPAN="3" ALIGN="LEFT">xprof_about</TD></TR> + <TR><TD PORT="xprof_homepage" COLSPAN="3" ALIGN="LEFT">xprof_homepage</TD></TR> + <TR><TD PORT="xprof_hometown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_hometown</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="xtag_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xtag_id</TD></TR> + <TR><TD PORT="xtag_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_hash</TD></TR> + <TR><TD PORT="xtag_term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_term</TD></TR> + <TR><TD PORT="xtag_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_flags</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/xchan.1degree.png b/doc/schemaspy_hubzilla/diagrams/xchan.1degree.png Binary files differnew file mode 100644 index 000000000..6cbdbf7e4 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xchan.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/xchan.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/xchan.implied2degrees.dot new file mode 100644 index 000000000..f4b20adae --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xchan.implied2degrees.dot @@ -0,0 +1,935 @@ +// 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" + ]; + "abook":"abook_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "addon":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "app":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "attach":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"channel_hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"chat_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"cp_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"dreport_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"event_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fserver":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fsuggest":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hook":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"author_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"owner_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"source_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "likes":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "likes":"elipses":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"account_id":w -> "account":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"channel_id":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"from_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"to_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"id":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"outq_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"outq_hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=teeodot]; + "pconfig":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "pconfig":"elipses":w -> "cache":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "photo":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"channel_id":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"k":w -> "cache":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profile":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "shares":"share_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"src_channel_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"src_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "spam":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "term":"parent_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"parent_hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"term_hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"ud_hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"vote_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"xchat_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"k":w -> "cache":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "xconfig":"xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xign":"xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"xlink_xchan":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"xprof_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"xtag_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "xchan":"xchan_hash.type":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="abook_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">abook_id</TD></TR> + <TR><TD PORT="abook_account" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_account</TD></TR> + <TR><TD PORT="abook_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_channel</TD></TR> + <TR><TD PORT="abook_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_xchan</TD></TR> + <TR><TD PORT="abook_my_perms" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_my_perms</TD></TR> + <TR><TD PORT="abook_their_perms" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_their_perms</TD></TR> + <TR><TD PORT="abook_closeness" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_closeness</TD></TR> + <TR><TD PORT="abook_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_created</TD></TR> + <TR><TD PORT="abook_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_updated</TD></TR> + <TR><TD PORT="abook_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_connected</TD></TR> + <TR><TD PORT="abook_dob" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_dob</TD></TR> + <TR><TD PORT="abook_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_flags</TD></TR> + <TR><TD PORT="abook_blocked" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_blocked</TD></TR> + <TR><TD PORT="abook_ignored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_ignored</TD></TR> + <TR><TD PORT="abook_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_hidden</TD></TR> + <TR><TD PORT="abook_archived" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_archived</TD></TR> + <TR><TD PORT="abook_pending" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_pending</TD></TR> + <TR><TD PORT="abook_unconnected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_unconnected</TD></TR> + <TR><TD PORT="abook_self" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_self</TD></TR> + <TR><TD PORT="abook_feed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_feed</TD></TR> + <TR><TD PORT="abook_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">abook_profile</TD></TR> + <TR><TD PORT="abook_incl" COLSPAN="3" ALIGN="LEFT">abook_incl</TD></TR> + <TR><TD PORT="abook_excl" COLSPAN="3" ALIGN="LEFT">abook_excl</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "account" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">account</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 ></TD></TR> + </TABLE>> + URL="account.html" + tooltip="account" + ]; + "addon" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">addon</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="addon.html" + tooltip="addon" + ]; + "app" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">app</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="app.html" + tooltip="app" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="creator" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">creator</TD></TR> + <TR><TD PORT="filename" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filename</TD></TR> + <TR><TD PORT="filetype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filetype</TD></TR> + <TR><TD PORT="filesize" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">filesize</TD></TR> + <TR><TD PORT="revision" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD></TR> + <TR><TD PORT="folder" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">folder</TD></TR> + <TR><TD PORT="flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">flags</TD></TR> + <TR><TD PORT="is_dir" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_dir</TD></TR> + <TR><TD PORT="is_photo" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_photo</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD></TR> + <TR><TD PORT="os_path" COLSPAN="3" ALIGN="LEFT">os_path</TD></TR> + <TR><TD PORT="display_path" COLSPAN="3" ALIGN="LEFT">display_path</TD></TR> + <TR><TD PORT="data" COLSPAN="3" ALIGN="LEFT">data</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "cache" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">cache</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">334 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 ></TD></TR> + </TABLE>> + URL="cache.html" + tooltip="cache" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="cp_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">cp_id</TD></TR> + <TR><TD PORT="cp_room" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_room</TD></TR> + <TR><TD PORT="cp_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_xchan</TD></TR> + <TR><TD PORT="cp_last" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_last</TD></TR> + <TR><TD PORT="cp_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cp_status</TD></TR> + <TR><TD PORT="cp_client" COLSPAN="3" ALIGN="LEFT">cp_client</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="dreport_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">dreport_id</TD></TR> + <TR><TD PORT="dreport_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_channel</TD></TR> + <TR><TD PORT="dreport_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_mid</TD></TR> + <TR><TD PORT="dreport_site" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_site</TD></TR> + <TR><TD PORT="dreport_recip" COLSPAN="3" ALIGN="LEFT">dreport_recip</TD></TR> + <TR><TD PORT="dreport_result" COLSPAN="3" ALIGN="LEFT">dreport_result</TD></TR> + <TR><TD PORT="dreport_time" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_time</TD></TR> + <TR><TD PORT="dreport_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_xchan</TD></TR> + <TR><TD PORT="dreport_queue" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">dreport_queue</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="event_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_xchan</TD></TR> + <TR><TD PORT="event_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="start" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">start</TD></TR> + <TR><TD PORT="finish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">finish</TD></TR> + <TR><TD PORT="summary" COLSPAN="3" ALIGN="LEFT">summary</TD></TR> + <TR><TD PORT="description" COLSPAN="3" ALIGN="LEFT">description</TD></TR> + <TR><TD PORT="location" COLSPAN="3" ALIGN="LEFT">location</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="nofinish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">nofinish</TD></TR> + <TR><TD PORT="adjust" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">adjust</TD></TR> + <TR><TD PORT="ignore" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ignore</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD PORT="event_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_status</TD></TR> + <TR><TD PORT="event_status_date" COLSPAN="3" ALIGN="LEFT">event_status_date</TD></TR> + <TR><TD PORT="event_percent" COLSPAN="3" ALIGN="LEFT">event_percent</TD></TR> + <TR><TD PORT="event_repeat" COLSPAN="3" ALIGN="LEFT">event_repeat</TD></TR> + <TR><TD PORT="event_sequence" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_sequence</TD></TR> + <TR><TD PORT="event_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">event_priority</TD></TR> + <TR><TD PORT="event_vdata" COLSPAN="3" ALIGN="LEFT">event_vdata</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fserver" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fserver</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fserver.html" + tooltip="fserver" + ]; + "fsuggest" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fsuggest</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fsuggest.html" + tooltip="fsuggest" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="gid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">gid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="visible" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">visible</TD></TR> + <TR><TD PORT="deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deleted</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">41 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="hook.html" + tooltip="hook" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="parent_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_mid</TD></TR> + <TR><TD PORT="thr_parent" COLSPAN="3" ALIGN="LEFT">thr_parent</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="commented" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">commented</TD></TR> + <TR><TD PORT="received" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">received</TD></TR> + <TR><TD PORT="changed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">changed</TD></TR> + <TR><TD PORT="comments_closed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">comments_closed</TD></TR> + <TR><TD PORT="owner_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">owner_xchan</TD></TR> + <TR><TD PORT="author_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">author_xchan</TD></TR> + <TR><TD PORT="source_xchan" COLSPAN="3" ALIGN="LEFT">source_xchan</TD></TR> + <TR><TD PORT="mimetype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mimetype</TD></TR> + <TR><TD PORT="title" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">title</TD></TR> + <TR><TD PORT="body" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">body</TD></TR> + <TR><TD PORT="html" COLSPAN="3" ALIGN="LEFT">html</TD></TR> + <TR><TD PORT="app" COLSPAN="3" ALIGN="LEFT">app</TD></TR> + <TR><TD PORT="lang" COLSPAN="3" ALIGN="LEFT">lang</TD></TR> + <TR><TD PORT="revision" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">revision</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="obj_type" COLSPAN="3" ALIGN="LEFT">obj_type</TD></TR> + <TR><TD PORT="object" COLSPAN="3" ALIGN="LEFT">object</TD></TR> + <TR><TD PORT="tgt_type" COLSPAN="3" ALIGN="LEFT">tgt_type</TD></TR> + <TR><TD PORT="target" COLSPAN="3" ALIGN="LEFT">target</TD></TR> + <TR><TD PORT="layout_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">layout_mid</TD></TR> + <TR><TD PORT="postopts" COLSPAN="3" ALIGN="LEFT">postopts</TD></TR> + <TR><TD PORT="route" COLSPAN="3" ALIGN="LEFT">route</TD></TR> + <TR><TD PORT="llink" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">llink</TD></TR> + <TR><TD PORT="plink" COLSPAN="3" ALIGN="LEFT">plink</TD></TR> + <TR><TD PORT="resource_id" COLSPAN="3" ALIGN="LEFT">resource_id</TD></TR> + <TR><TD PORT="resource_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">resource_type</TD></TR> + <TR><TD PORT="attach" COLSPAN="3" ALIGN="LEFT">attach</TD></TR> + <TR><TD PORT="sig" COLSPAN="3" ALIGN="LEFT">sig</TD></TR> + <TR><TD PORT="diaspora_meta" COLSPAN="3" ALIGN="LEFT">diaspora_meta</TD></TR> + <TR><TD PORT="location" COLSPAN="3" ALIGN="LEFT">location</TD></TR> + <TR><TD PORT="coord" COLSPAN="3" ALIGN="LEFT">coord</TD></TR> + <TR><TD PORT="public_policy" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">public_policy</TD></TR> + <TR><TD PORT="comment_policy" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">comment_policy</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD PORT="item_restrict" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_restrict</TD></TR> + <TR><TD PORT="item_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_flags</TD></TR> + <TR><TD PORT="item_private" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_private</TD></TR> + <TR><TD PORT="item_origin" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_origin</TD></TR> + <TR><TD PORT="item_unseen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_unseen</TD></TR> + <TR><TD PORT="item_starred" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_starred</TD></TR> + <TR><TD PORT="item_uplink" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_uplink</TD></TR> + <TR><TD PORT="item_consensus" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_consensus</TD></TR> + <TR><TD PORT="item_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_wall</TD></TR> + <TR><TD PORT="item_thread_top" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_thread_top</TD></TR> + <TR><TD PORT="item_notshown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_notshown</TD></TR> + <TR><TD PORT="item_nsfw" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_nsfw</TD></TR> + <TR><TD PORT="item_relay" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_relay</TD></TR> + <TR><TD PORT="item_mentionsme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_mentionsme</TD></TR> + <TR><TD PORT="item_nocomment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_nocomment</TD></TR> + <TR><TD PORT="item_obscured" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_obscured</TD></TR> + <TR><TD PORT="item_verified" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_verified</TD></TR> + <TR><TD PORT="item_retained" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_retained</TD></TR> + <TR><TD PORT="item_rss" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_rss</TD></TR> + <TR><TD PORT="item_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_deleted</TD></TR> + <TR><TD PORT="item_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_type</TD></TR> + <TR><TD PORT="item_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_hidden</TD></TR> + <TR><TD PORT="item_unpublished" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_unpublished</TD></TR> + <TR><TD PORT="item_delayed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_delayed</TD></TR> + <TR><TD PORT="item_pending_remove" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_pending_remove</TD></TR> + <TR><TD PORT="item_blocked" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">item_blocked</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="convid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">convid</TD></TR> + <TR><TD PORT="mail_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_flags</TD></TR> + <TR><TD PORT="from_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">from_xchan</TD></TR> + <TR><TD PORT="to_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">to_xchan</TD></TR> + <TR><TD PORT="account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">account_id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="title" COLSPAN="3" ALIGN="LEFT">title</TD></TR> + <TR><TD PORT="body" COLSPAN="3" ALIGN="LEFT">body</TD></TR> + <TR><TD PORT="sig" COLSPAN="3" ALIGN="LEFT">sig</TD></TR> + <TR><TD PORT="attach" COLSPAN="3" ALIGN="LEFT">attach</TD></TR> + <TR><TD PORT="mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mid</TD></TR> + <TR><TD PORT="parent_mid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_mid</TD></TR> + <TR><TD PORT="mail_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_deleted</TD></TR> + <TR><TD PORT="mail_replied" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_replied</TD></TR> + <TR><TD PORT="mail_isreply" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_isreply</TD></TR> + <TR><TD PORT="mail_seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_seen</TD></TR> + <TR><TD PORT="mail_recalled" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_recalled</TD></TR> + <TR><TD PORT="mail_obscured" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">mail_obscured</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="expires" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">expires</TD></TR> + <TR><TD PORT="conv_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">conv_guid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="name" COLSPAN="3" ALIGN="LEFT">name</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="photo" COLSPAN="3" ALIGN="LEFT">photo</TD></TR> + <TR><TD PORT="date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">date</TD></TR> + <TR><TD PORT="msg" COLSPAN="3" ALIGN="LEFT">msg</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">link</TD></TR> + <TR><TD PORT="parent" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent</TD></TR> + <TR><TD PORT="seen" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">seen</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="verb" COLSPAN="3" ALIGN="LEFT">verb</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="outq_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">outq_hash</TD></TR> + <TR><TD PORT="outq_account" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_account</TD></TR> + <TR><TD PORT="outq_channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_channel</TD></TR> + <TR><TD PORT="outq_driver" COLSPAN="3" ALIGN="LEFT">outq_driver</TD></TR> + <TR><TD PORT="outq_posturl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_posturl</TD></TR> + <TR><TD PORT="outq_async" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_async</TD></TR> + <TR><TD PORT="outq_delivered" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_delivered</TD></TR> + <TR><TD PORT="outq_created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_created</TD></TR> + <TR><TD PORT="outq_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_updated</TD></TR> + <TR><TD PORT="outq_notify" COLSPAN="3" ALIGN="LEFT">outq_notify</TD></TR> + <TR><TD PORT="outq_msg" COLSPAN="3" ALIGN="LEFT">outq_msg</TD></TR> + <TR><TD PORT="outq_priority" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">outq_priority</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "pconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">pconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">719 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="pconfig.html" + tooltip="pconfig" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD PORT="resource_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">resource_id</TD></TR> + <TR><TD PORT="created" COLSPAN="3" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="edited" COLSPAN="3" ALIGN="LEFT">edited</TD></TR> + <TR><TD PORT="title" COLSPAN="3" ALIGN="LEFT">title</TD></TR> + <TR><TD PORT="description" COLSPAN="3" ALIGN="LEFT">description</TD></TR> + <TR><TD PORT="album" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">album</TD></TR> + <TR><TD PORT="filename" COLSPAN="3" ALIGN="LEFT">filename</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="height" COLSPAN="3" ALIGN="LEFT">height</TD></TR> + <TR><TD PORT="width" COLSPAN="3" ALIGN="LEFT">width</TD></TR> + <TR><TD PORT="size" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">size</TD></TR> + <TR><TD PORT="data" COLSPAN="3" ALIGN="LEFT">data</TD></TR> + <TR><TD PORT="scale" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">scale</TD></TR> + <TR><TD PORT="photo_usage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">photo_usage</TD></TR> + <TR><TD PORT="profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">profile</TD></TR> + <TR><TD PORT="is_nsfw" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">is_nsfw</TD></TR> + <TR><TD PORT="os_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">os_storage</TD></TR> + <TR><TD PORT="os_path" COLSPAN="3" ALIGN="LEFT">os_path</TD></TR> + <TR><TD PORT="display_path" COLSPAN="3" ALIGN="LEFT">display_path</TD></TR> + <TR><TD PORT="photo_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">photo_flags</TD></TR> + <TR><TD PORT="allow_cid" COLSPAN="3" ALIGN="LEFT">allow_cid</TD></TR> + <TR><TD PORT="allow_gid" COLSPAN="3" ALIGN="LEFT">allow_gid</TD></TR> + <TR><TD PORT="deny_cid" COLSPAN="3" ALIGN="LEFT">deny_cid</TD></TR> + <TR><TD PORT="deny_gid" COLSPAN="3" ALIGN="LEFT">deny_gid</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">11 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile.html" + tooltip="profile" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hash</TD></TR> + <TR><TD PORT="created" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">created</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="password" COLSPAN="3" ALIGN="LEFT">password</TD></TR> + <TR><TD PORT="language" COLSPAN="3" ALIGN="LEFT">language</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="share_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">share_id</TD></TR> + <TR><TD PORT="share_type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">share_type</TD></TR> + <TR><TD PORT="share_target" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">share_target</TD></TR> + <TR><TD PORT="share_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">share_xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="src_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">src_id</TD></TR> + <TR><TD PORT="src_channel_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">src_channel_id</TD></TR> + <TR><TD PORT="src_channel_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">src_channel_xchan</TD></TR> + <TR><TD PORT="src_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">src_xchan</TD></TR> + <TR><TD PORT="src_patt" COLSPAN="3" ALIGN="LEFT">src_patt</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "spam" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">spam</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="spam.html" + tooltip="spam" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="tid" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">tid</TD></TR> + <TR><TD PORT="aid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">aid</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="oid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">oid</TD></TR> + <TR><TD PORT="otype" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">otype</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term</TD></TR> + <TR><TD PORT="url" COLSPAN="3" ALIGN="LEFT">url</TD></TR> + <TR><TD PORT="imgurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">imgurl</TD></TR> + <TR><TD PORT="term_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">term_hash</TD></TR> + <TR><TD PORT="parent_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">parent_hash</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="ud_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">ud_id</TD></TR> + <TR><TD PORT="ud_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_hash</TD></TR> + <TR><TD PORT="ud_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_guid</TD></TR> + <TR><TD PORT="ud_date" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_date</TD></TR> + <TR><TD PORT="ud_last" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_last</TD></TR> + <TR><TD PORT="ud_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_flags</TD></TR> + <TR><TD PORT="ud_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">ud_addr</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="vote_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">vote_id</TD></TR> + <TR><TD PORT="vote_poll" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_poll</TD></TR> + <TR><TD PORT="vote_element" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_element</TD></TR> + <TR><TD PORT="vote_result" COLSPAN="3" ALIGN="LEFT">vote_result</TD></TR> + <TR><TD PORT="vote_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">vote_xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD><TD PORT="xchan_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD><TD PORT="xchan_guid.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="2" ALIGN="LEFT">xchan_guid_sig</TD><TD PORT="xchan_guid_sig.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="2" ALIGN="LEFT">xchan_pubkey</TD><TD PORT="xchan_pubkey.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="2" ALIGN="LEFT">xchan_photo_mimetype</TD><TD PORT="xchan_photo_mimetype.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="2" ALIGN="LEFT">xchan_photo_l</TD><TD PORT="xchan_photo_l.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="2" ALIGN="LEFT">xchan_photo_m</TD><TD PORT="xchan_photo_m.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="2" ALIGN="LEFT">xchan_photo_s</TD><TD PORT="xchan_photo_s.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD><TD PORT="xchan_addr.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD><TD PORT="xchan_url.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD><TD PORT="xchan_connurl.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD><TD PORT="xchan_follow.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="2" ALIGN="LEFT">xchan_connpage</TD><TD PORT="xchan_connpage.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD><TD PORT="xchan_name.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD><TD PORT="xchan_network.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD><TD PORT="xchan_instance_url.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD><TD PORT="xchan_flags.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="2" ALIGN="LEFT">xchan_photo_date</TD><TD PORT="xchan_photo_date.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="2" ALIGN="LEFT">xchan_name_date</TD><TD PORT="xchan_name_date.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD><TD PORT="xchan_hidden.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD><TD PORT="xchan_orphan.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD><TD PORT="xchan_censored.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD><TD PORT="xchan_selfcensored.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD><TD PORT="xchan_system.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD><TD PORT="xchan_pubforum.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD><TD PORT="xchan_deleted.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="xchat_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchat_id</TD></TR> + <TR><TD PORT="xchat_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_url</TD></TR> + <TR><TD PORT="xchat_desc" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_desc</TD></TR> + <TR><TD PORT="xchat_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_xchan</TD></TR> + <TR><TD PORT="xchat_edited" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_edited</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD PORT="cat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="uid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD></TR> + <TR><TD PORT="xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="xlink_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xlink_id</TD></TR> + <TR><TD PORT="xlink_xchan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_xchan</TD></TR> + <TR><TD PORT="xlink_link" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_link</TD></TR> + <TR><TD PORT="xlink_rating" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_rating</TD></TR> + <TR><TD PORT="xlink_rating_text" COLSPAN="3" ALIGN="LEFT">xlink_rating_text</TD></TR> + <TR><TD PORT="xlink_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_updated</TD></TR> + <TR><TD PORT="xlink_static" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_static</TD></TR> + <TR><TD PORT="xlink_sig" COLSPAN="3" ALIGN="LEFT">xlink_sig</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="xprof_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xprof_hash</TD></TR> + <TR><TD PORT="xprof_age" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_age</TD></TR> + <TR><TD PORT="xprof_desc" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_desc</TD></TR> + <TR><TD PORT="xprof_dob" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_dob</TD></TR> + <TR><TD PORT="xprof_gender" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_gender</TD></TR> + <TR><TD PORT="xprof_marital" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_marital</TD></TR> + <TR><TD PORT="xprof_sexual" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_sexual</TD></TR> + <TR><TD PORT="xprof_locale" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_locale</TD></TR> + <TR><TD PORT="xprof_region" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_region</TD></TR> + <TR><TD PORT="xprof_postcode" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_postcode</TD></TR> + <TR><TD PORT="xprof_country" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_country</TD></TR> + <TR><TD PORT="xprof_keywords" COLSPAN="3" ALIGN="LEFT">xprof_keywords</TD></TR> + <TR><TD PORT="xprof_about" COLSPAN="3" ALIGN="LEFT">xprof_about</TD></TR> + <TR><TD PORT="xprof_homepage" COLSPAN="3" ALIGN="LEFT">xprof_homepage</TD></TR> + <TR><TD PORT="xprof_hometown" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_hometown</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="xtag_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xtag_id</TD></TR> + <TR><TD PORT="xtag_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_hash</TD></TR> + <TR><TD PORT="xtag_term" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_term</TD></TR> + <TR><TD PORT="xtag_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_flags</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/xchan.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/xchan.implied2degrees.png Binary files differnew file mode 100644 index 000000000..09d9f34aa --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xchan.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/xchat.1degree.dot b/doc/schemaspy_hubzilla/diagrams/xchat.1degree.dot new file mode 100644 index 000000000..408fa10e0 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xchat.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" + ]; + "xchat":"xchat_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="xchat_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">xchat_id</TD><TD PORT="xchat_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="xchat_url" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_url</TD><TD PORT="xchat_url.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchat_desc" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_desc</TD><TD PORT="xchat_desc.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchat_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_xchan</TD><TD PORT="xchat_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchat_edited" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_edited</TD><TD PORT="xchat_edited.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/xchat.1degree.png b/doc/schemaspy_hubzilla/diagrams/xchat.1degree.png Binary files differnew file mode 100644 index 000000000..dd7a0a614 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xchat.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/xchat.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/xchat.2degrees.dot new file mode 100644 index 000000000..7972e5116 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xchat.2degrees.dot @@ -0,0 +1,413 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"xchat_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="xchat_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">xchat_id</TD><TD PORT="xchat_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="xchat_url" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_url</TD><TD PORT="xchat_url.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchat_desc" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_desc</TD><TD PORT="xchat_desc.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchat_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_xchan</TD><TD PORT="xchat_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xchat_edited" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchat_edited</TD><TD PORT="xchat_edited.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/xchat.2degrees.png b/doc/schemaspy_hubzilla/diagrams/xchat.2degrees.png Binary files differnew file mode 100644 index 000000000..4bfb8e4db --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xchat.2degrees.png 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=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xconfig" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD><TD PORT="xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="cat" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD><TD PORT="cat.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="k" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD><TD PORT="k.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="v" COLSPAN="2" ALIGN="LEFT">v</TD><TD PORT="v.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/xconfig.1degree.png b/doc/schemaspy_hubzilla/diagrams/xconfig.1degree.png Binary files differnew file mode 100644 index 000000000..d8751278d --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xconfig.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/xconfig.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/xconfig.2degrees.dot new file mode 100644 index 000000000..2590f4a5d --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xconfig.2degrees.dot @@ -0,0 +1,413 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD><TD PORT="xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="cat" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD><TD PORT="cat.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="k" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD><TD PORT="k.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="v" COLSPAN="2" ALIGN="LEFT">v</TD><TD PORT="v.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/xconfig.2degrees.png b/doc/schemaspy_hubzilla/diagrams/xconfig.2degrees.png Binary files differnew file mode 100644 index 000000000..82f4b8533 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xconfig.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/xconfig.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/xconfig.implied2degrees.dot new file mode 100644 index 000000000..4488fb4d1 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xconfig.implied2degrees.dot @@ -0,0 +1,581 @@ +// 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "config":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "config":"elipses":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "conv":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fcontact":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "ffinder":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item_id":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "likes":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "likes":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "pconfig":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "pconfig":"elipses":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "photo":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profdef":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"elipses":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profile_check":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "sign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "sys_perms":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "sys_perms":"elipses":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"k":w -> "cache":"k":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "xconfig":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "cache" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">cache</TD></TR> + <TR><TD PORT="k" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">k</TD></TR> + <TR><TD PORT="v" COLSPAN="3" ALIGN="LEFT">v</TD></TR> + <TR><TD PORT="updated" COLSPAN="3" ALIGN="LEFT">updated</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">334 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 ></TD></TR> + </TABLE>> + URL="cache.html" + tooltip="cache" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="config.html" + tooltip="config" + ]; + "conv" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="conv.html" + tooltip="conv" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fcontact" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fcontact.html" + tooltip="fcontact" + ]; + "ffinder" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="ffinder.html" + tooltip="ffinder" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "item_id" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item_id.html" + tooltip="item_id" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "pconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">pconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">719 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="pconfig.html" + tooltip="pconfig" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profdef" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profdef.html" + tooltip="profdef" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile_check" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile_check.html" + tooltip="profile_check" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "sign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sign.html" + tooltip="sign" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sys_perms.html" + tooltip="sys_perms" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="token" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD></TR> + <TR><TD PORT="meta" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</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">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD><TD PORT="xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="cat" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">cat</TD><TD PORT="cat.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="k" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">k</TD><TD PORT="k.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="v" COLSPAN="2" ALIGN="LEFT">v</TD><TD PORT="v.type" ALIGN="LEFT">mediumtext[16777215]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/xconfig.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/xconfig.implied2degrees.png Binary files differnew file mode 100644 index 000000000..4b8aece27 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xconfig.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/xign.1degree.dot b/doc/schemaspy_hubzilla/diagrams/xign.1degree.dot new file mode 100644 index 000000000..e38dff7e4 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xign.1degree.dot @@ -0,0 +1,70 @@ +// 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" + ]; + "xign":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xign" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD><TD PORT="xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/xign.1degree.png b/doc/schemaspy_hubzilla/diagrams/xign.1degree.png Binary files differnew file mode 100644 index 000000000..98063c617 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xign.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/xign.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/xign.2degrees.dot new file mode 100644 index 000000000..eeacb9fcd --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xign.2degrees.dot @@ -0,0 +1,411 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD><TD PORT="xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/xign.2degrees.png b/doc/schemaspy_hubzilla/diagrams/xign.2degrees.png Binary files differnew file mode 100644 index 000000000..2548c3ee9 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xign.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/xign.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/xign.implied2degrees.dot new file mode 100644 index 000000000..8a283586c --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xign.implied2degrees.dot @@ -0,0 +1,551 @@ +// 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "channel":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "config":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "conv":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "fcontact":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "ffinder":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item_id":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "likes":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "likes":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profdef":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "profile_check":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "register":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "sign":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "sys_perms":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"id":w -> "verify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "xign":"xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "config" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">config</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">83 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="config.html" + tooltip="config" + ]; + "conv" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">conv</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">15 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="conv.html" + tooltip="conv" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "fcontact" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">fcontact</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="fcontact.html" + tooltip="fcontact" + ]; + "ffinder" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">ffinder</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="ffinder.html" + tooltip="ffinder" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "item_id" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item_id</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">194 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item_id.html" + tooltip="item_id" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profdef" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profdef</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profdef.html" + tooltip="profdef" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "profile_check" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profile_check</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profile_check.html" + tooltip="profile_check" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "sign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sign.html" + tooltip="sign" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "sys_perms" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">sys_perms</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="sys_perms.html" + tooltip="sys_perms" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "verify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">verify</TD></TR> + <TR><TD PORT="id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD></TR> + <TR><TD PORT="channel" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel</TD></TR> + <TR><TD PORT="type" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">type</TD></TR> + <TR><TD PORT="token" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">token</TD></TR> + <TR><TD PORT="meta" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">meta</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">20 ></TD></TR> + </TABLE>> + URL="verify.html" + tooltip="verify" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">id</TD><TD PORT="id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="uid" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">uid</TD><TD PORT="uid.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan</TD><TD PORT="xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/xign.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/xign.implied2degrees.png Binary files differnew file mode 100644 index 000000000..3661da4d5 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xign.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/xlink.1degree.dot b/doc/schemaspy_hubzilla/diagrams/xlink.1degree.dot new file mode 100644 index 000000000..fa64adcdc --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xlink.1degree.dot @@ -0,0 +1,75 @@ +// 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" + ]; + "xlink":"xlink_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xlink" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="xlink_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">xlink_id</TD><TD PORT="xlink_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="xlink_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_xchan</TD><TD PORT="xlink_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xlink_link" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_link</TD><TD PORT="xlink_link.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xlink_rating" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_rating</TD><TD PORT="xlink_rating.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="xlink_rating_text" COLSPAN="2" ALIGN="LEFT">xlink_rating_text</TD><TD PORT="xlink_rating_text.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="xlink_updated" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_updated</TD><TD PORT="xlink_updated.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="xlink_static" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_static</TD><TD PORT="xlink_static.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="xlink_sig" COLSPAN="2" ALIGN="LEFT">xlink_sig</TD><TD PORT="xlink_sig.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/xlink.1degree.png b/doc/schemaspy_hubzilla/diagrams/xlink.1degree.png Binary files differnew file mode 100644 index 000000000..855bb7c3c --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xlink.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/xlink.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/xlink.2degrees.dot new file mode 100644 index 000000000..83a051969 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xlink.2degrees.dot @@ -0,0 +1,416 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"xlink_xchan":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"elipses":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="xlink_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">xlink_id</TD><TD PORT="xlink_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="xlink_xchan" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_xchan</TD><TD PORT="xlink_xchan.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xlink_link" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_link</TD><TD PORT="xlink_link.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xlink_rating" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_rating</TD><TD PORT="xlink_rating.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD PORT="xlink_rating_text" COLSPAN="2" ALIGN="LEFT">xlink_rating_text</TD><TD PORT="xlink_rating_text.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="xlink_updated" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_updated</TD><TD PORT="xlink_updated.type" ALIGN="LEFT">datetime[19]</TD></TR> + <TR><TD PORT="xlink_static" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xlink_static</TD><TD PORT="xlink_static.type" ALIGN="LEFT">bit[0]</TD></TR> + <TR><TD PORT="xlink_sig" COLSPAN="2" ALIGN="LEFT">xlink_sig</TD><TD PORT="xlink_sig.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/xlink.2degrees.png b/doc/schemaspy_hubzilla/diagrams/xlink.2degrees.png Binary files differnew file mode 100644 index 000000000..3cff3573d --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xlink.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/xprof.1degree.dot b/doc/schemaspy_hubzilla/diagrams/xprof.1degree.dot new file mode 100644 index 000000000..d77c0787a --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xprof.1degree.dot @@ -0,0 +1,175 @@ +// 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" + ]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xprof" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="xprof_hash" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">xprof_hash</TD><TD PORT="xprof_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_age" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_age</TD><TD PORT="xprof_age.type" ALIGN="LEFT">tinyint unsigned[3]</TD></TR> + <TR><TD PORT="xprof_desc" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_desc</TD><TD PORT="xprof_desc.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_dob" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_dob</TD><TD PORT="xprof_dob.type" ALIGN="LEFT">char[12]</TD></TR> + <TR><TD PORT="xprof_gender" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_gender</TD><TD PORT="xprof_gender.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_marital" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_marital</TD><TD PORT="xprof_marital.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_sexual" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_sexual</TD><TD PORT="xprof_sexual.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_locale" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_locale</TD><TD PORT="xprof_locale.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_region" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_region</TD><TD PORT="xprof_region.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_postcode" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_postcode</TD><TD PORT="xprof_postcode.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="xprof_country" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_country</TD><TD PORT="xprof_country.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_keywords" COLSPAN="2" ALIGN="LEFT">xprof_keywords</TD><TD PORT="xprof_keywords.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="xprof_about" COLSPAN="2" ALIGN="LEFT">xprof_about</TD><TD PORT="xprof_about.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="xprof_homepage" COLSPAN="2" ALIGN="LEFT">xprof_homepage</TD><TD PORT="xprof_homepage.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_hometown" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_hometown</TD><TD PORT="xprof_hometown.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/xprof.1degree.png b/doc/schemaspy_hubzilla/diagrams/xprof.1degree.png Binary files differnew file mode 100644 index 000000000..67f26abec --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xprof.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/xprof.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/xprof.2degrees.dot new file mode 100644 index 000000000..dbf7a9db1 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xprof.2degrees.dot @@ -0,0 +1,489 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"xprof_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="xprof_hash" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">xprof_hash</TD><TD PORT="xprof_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_age" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_age</TD><TD PORT="xprof_age.type" ALIGN="LEFT">tinyint unsigned[3]</TD></TR> + <TR><TD PORT="xprof_desc" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_desc</TD><TD PORT="xprof_desc.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_dob" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_dob</TD><TD PORT="xprof_dob.type" ALIGN="LEFT">char[12]</TD></TR> + <TR><TD PORT="xprof_gender" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_gender</TD><TD PORT="xprof_gender.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_marital" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_marital</TD><TD PORT="xprof_marital.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_sexual" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_sexual</TD><TD PORT="xprof_sexual.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_locale" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_locale</TD><TD PORT="xprof_locale.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_region" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_region</TD><TD PORT="xprof_region.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_postcode" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_postcode</TD><TD PORT="xprof_postcode.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="xprof_country" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_country</TD><TD PORT="xprof_country.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_keywords" COLSPAN="2" ALIGN="LEFT">xprof_keywords</TD><TD PORT="xprof_keywords.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="xprof_about" COLSPAN="2" ALIGN="LEFT">xprof_about</TD><TD PORT="xprof_about.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="xprof_homepage" COLSPAN="2" ALIGN="LEFT">xprof_homepage</TD><TD PORT="xprof_homepage.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_hometown" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_hometown</TD><TD PORT="xprof_hometown.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/xprof.2degrees.png b/doc/schemaspy_hubzilla/diagrams/xprof.2degrees.png Binary files differnew file mode 100644 index 000000000..a0c027ae7 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xprof.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/xprof.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/xprof.implied2degrees.dot new file mode 100644 index 000000000..dd1ceddc0 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xprof.implied2degrees.dot @@ -0,0 +1,504 @@ +// 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "likes":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"xprof_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"xprof_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="xprof_hash" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">xprof_hash</TD><TD PORT="xprof_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_age" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_age</TD><TD PORT="xprof_age.type" ALIGN="LEFT">tinyint unsigned[3]</TD></TR> + <TR><TD PORT="xprof_desc" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_desc</TD><TD PORT="xprof_desc.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_dob" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_dob</TD><TD PORT="xprof_dob.type" ALIGN="LEFT">char[12]</TD></TR> + <TR><TD PORT="xprof_gender" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_gender</TD><TD PORT="xprof_gender.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_marital" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_marital</TD><TD PORT="xprof_marital.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_sexual" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_sexual</TD><TD PORT="xprof_sexual.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_locale" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_locale</TD><TD PORT="xprof_locale.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_region" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_region</TD><TD PORT="xprof_region.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_postcode" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_postcode</TD><TD PORT="xprof_postcode.type" ALIGN="LEFT">char[32]</TD></TR> + <TR><TD PORT="xprof_country" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_country</TD><TD PORT="xprof_country.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_keywords" COLSPAN="2" ALIGN="LEFT">xprof_keywords</TD><TD PORT="xprof_keywords.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="xprof_about" COLSPAN="2" ALIGN="LEFT">xprof_about</TD><TD PORT="xprof_about.type" ALIGN="LEFT">text[65535]</TD></TR> + <TR><TD PORT="xprof_homepage" COLSPAN="2" ALIGN="LEFT">xprof_homepage</TD><TD PORT="xprof_homepage.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xprof_hometown" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xprof_hometown</TD><TD PORT="xprof_hometown.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/xprof.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/xprof.implied2degrees.png Binary files differnew file mode 100644 index 000000000..6098c148a --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xprof.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/xtag.1degree.dot b/doc/schemaspy_hubzilla/diagrams/xtag.1degree.dot new file mode 100644 index 000000000..6c2680c13 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xtag.1degree.dot @@ -0,0 +1,164 @@ +// 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" + ]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"xtag_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xtag" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="xtag_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">xtag_id</TD><TD PORT="xtag_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="xtag_hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_hash</TD><TD PORT="xtag_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xtag_term" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_term</TD><TD PORT="xtag_term.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xtag_flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_flags</TD><TD PORT="xtag_flags.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/xtag.1degree.png b/doc/schemaspy_hubzilla/diagrams/xtag.1degree.png Binary files differnew file mode 100644 index 000000000..89a79ff9b --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xtag.1degree.png diff --git a/doc/schemaspy_hubzilla/diagrams/xtag.2degrees.dot b/doc/schemaspy_hubzilla/diagrams/xtag.2degrees.dot new file mode 100644 index 000000000..3265c65d2 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xtag.2degrees.dot @@ -0,0 +1,478 @@ +// dot 2.26.3 on Linux 3.2.0-4-686-pae +// SchemaSpy rev 590 +digraph "twoDegreesRelationshipsDiagram" { + 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"xtag_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 4</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="xtag_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">xtag_id</TD><TD PORT="xtag_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="xtag_hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_hash</TD><TD PORT="xtag_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xtag_term" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_term</TD><TD PORT="xtag_term.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xtag_flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_flags</TD><TD PORT="xtag_flags.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/xtag.2degrees.png b/doc/schemaspy_hubzilla/diagrams/xtag.2degrees.png Binary files differnew file mode 100644 index 000000000..4a1ee0a7b --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xtag.2degrees.png diff --git a/doc/schemaspy_hubzilla/diagrams/xtag.implied2degrees.dot b/doc/schemaspy_hubzilla/diagrams/xtag.implied2degrees.dot new file mode 100644 index 000000000..27b560249 --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xtag.implied2degrees.dot @@ -0,0 +1,493 @@ +// 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" + ]; + "abook":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "attach":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "channel":"channel_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "chatpresence":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "dreport":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "event":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "group_member":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "groups":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "hubloc":"hubloc_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "item":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "likes":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "mail":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "manage":"elipses":w -> "notify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed]; + "manage":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "notify":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "outq":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "outq":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "photo":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot style=dashed]; + "profext":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "profext":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "register":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "shares":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "source":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "term":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "updates":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "vote":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xchan":"xchan_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchan":"xchan_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xchat":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xconfig":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xign":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xlink":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xprof":"elipses":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xprof":"elipses":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=teeodot]; + "xtag":"xtag_hash":w -> "channel":"channel_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "hubloc":"hubloc_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "xtag":"xtag_hash":w -> "xchan":"xchan_hash":e [arrowhead=none dir=back arrowtail=crowodot]; + "abook" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">abook</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">685 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="abook.html" + tooltip="abook" + ]; + "attach" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">attach</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="attach.html" + tooltip="attach" + ]; + "channel" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">channel</TD></TR> + <TR><TD PORT="channel_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">channel_id</TD></TR> + <TR><TD PORT="channel_account_id" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_account_id</TD></TR> + <TR><TD PORT="channel_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_primary</TD></TR> + <TR><TD PORT="channel_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_name</TD></TR> + <TR><TD PORT="channel_address" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_address</TD></TR> + <TR><TD PORT="channel_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_guid</TD></TR> + <TR><TD PORT="channel_guid_sig" COLSPAN="3" ALIGN="LEFT">channel_guid_sig</TD></TR> + <TR><TD PORT="channel_hash" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_hash</TD></TR> + <TR><TD PORT="channel_timezone" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_timezone</TD></TR> + <TR><TD PORT="channel_location" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_location</TD></TR> + <TR><TD PORT="channel_theme" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_theme</TD></TR> + <TR><TD PORT="channel_startpage" COLSPAN="3" ALIGN="LEFT">channel_startpage</TD></TR> + <TR><TD PORT="channel_pubkey" COLSPAN="3" ALIGN="LEFT">channel_pubkey</TD></TR> + <TR><TD PORT="channel_prvkey" COLSPAN="3" ALIGN="LEFT">channel_prvkey</TD></TR> + <TR><TD PORT="channel_notifyflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_notifyflags</TD></TR> + <TR><TD PORT="channel_pageflags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_pageflags</TD></TR> + <TR><TD PORT="channel_dirdate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_dirdate</TD></TR> + <TR><TD PORT="channel_lastpost" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_lastpost</TD></TR> + <TR><TD PORT="channel_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_deleted</TD></TR> + <TR><TD PORT="channel_max_anon_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_anon_mail</TD></TR> + <TR><TD PORT="channel_max_friend_req" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_max_friend_req</TD></TR> + <TR><TD PORT="channel_expire_days" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_expire_days</TD></TR> + <TR><TD PORT="channel_passwd_reset" COLSPAN="3" ALIGN="LEFT">channel_passwd_reset</TD></TR> + <TR><TD PORT="channel_default_group" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_default_group</TD></TR> + <TR><TD PORT="channel_allow_cid" COLSPAN="3" ALIGN="LEFT">channel_allow_cid</TD></TR> + <TR><TD PORT="channel_allow_gid" COLSPAN="3" ALIGN="LEFT">channel_allow_gid</TD></TR> + <TR><TD PORT="channel_deny_cid" COLSPAN="3" ALIGN="LEFT">channel_deny_cid</TD></TR> + <TR><TD PORT="channel_deny_gid" COLSPAN="3" ALIGN="LEFT">channel_deny_gid</TD></TR> + <TR><TD PORT="channel_r_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_stream</TD></TR> + <TR><TD PORT="channel_r_profile" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_profile</TD></TR> + <TR><TD PORT="channel_r_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_photos</TD></TR> + <TR><TD PORT="channel_r_abook" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_abook</TD></TR> + <TR><TD PORT="channel_w_stream" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_stream</TD></TR> + <TR><TD PORT="channel_w_wall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_wall</TD></TR> + <TR><TD PORT="channel_w_tagwall" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_tagwall</TD></TR> + <TR><TD PORT="channel_w_comment" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_comment</TD></TR> + <TR><TD PORT="channel_w_mail" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_mail</TD></TR> + <TR><TD PORT="channel_w_photos" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_photos</TD></TR> + <TR><TD PORT="channel_w_chat" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_chat</TD></TR> + <TR><TD PORT="channel_a_delegate" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_delegate</TD></TR> + <TR><TD PORT="channel_r_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_storage</TD></TR> + <TR><TD PORT="channel_w_storage" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_storage</TD></TR> + <TR><TD PORT="channel_r_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_r_pages</TD></TR> + <TR><TD PORT="channel_w_pages" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_pages</TD></TR> + <TR><TD PORT="channel_a_republish" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_a_republish</TD></TR> + <TR><TD PORT="channel_w_like" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_w_like</TD></TR> + <TR><TD PORT="channel_removed" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_removed</TD></TR> + <TR><TD PORT="channel_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">channel_system</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">17 ></TD></TR> + </TABLE>> + URL="channel.html" + tooltip="channel" + ]; + "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="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chat.html" + tooltip="chat" + ]; + "chatpresence" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">chatpresence</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="chatpresence.html" + tooltip="chatpresence" + ]; + "dreport" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">dreport</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 579 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="dreport.html" + tooltip="dreport" + ]; + "event" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">event</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">12 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="event.html" + tooltip="event" + ]; + "group_member" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">group_member</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">42 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="group_member.html" + tooltip="group_member" + ]; + "groups" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">groups</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="groups.html" + tooltip="groups" + ]; + "hubloc" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">hubloc</TD></TR> + <TR><TD PORT="hubloc_id" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">hubloc_id</TD></TR> + <TR><TD PORT="hubloc_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_guid</TD></TR> + <TR><TD PORT="hubloc_guid_sig" COLSPAN="3" ALIGN="LEFT">hubloc_guid_sig</TD></TR> + <TR><TD PORT="hubloc_hash" COLSPAN="3" ALIGN="LEFT">hubloc_hash</TD></TR> + <TR><TD PORT="hubloc_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_addr</TD></TR> + <TR><TD PORT="hubloc_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_network</TD></TR> + <TR><TD PORT="hubloc_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_flags</TD></TR> + <TR><TD PORT="hubloc_status" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_status</TD></TR> + <TR><TD PORT="hubloc_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_url</TD></TR> + <TR><TD PORT="hubloc_url_sig" COLSPAN="3" ALIGN="LEFT">hubloc_url_sig</TD></TR> + <TR><TD PORT="hubloc_host" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_host</TD></TR> + <TR><TD PORT="hubloc_callback" COLSPAN="3" ALIGN="LEFT">hubloc_callback</TD></TR> + <TR><TD PORT="hubloc_connect" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connect</TD></TR> + <TR><TD PORT="hubloc_sitekey" COLSPAN="3" ALIGN="LEFT">hubloc_sitekey</TD></TR> + <TR><TD PORT="hubloc_updated" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_updated</TD></TR> + <TR><TD PORT="hubloc_connected" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_connected</TD></TR> + <TR><TD PORT="hubloc_primary" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_primary</TD></TR> + <TR><TD PORT="hubloc_orphancheck" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_orphancheck</TD></TR> + <TR><TD PORT="hubloc_error" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_error</TD></TR> + <TR><TD PORT="hubloc_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">hubloc_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 658 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">14 ></TD></TR> + </TABLE>> + URL="hubloc.html" + tooltip="hubloc" + ]; + "item" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">item</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">37Â 583 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="item.html" + tooltip="item" + ]; + "likes" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">likes</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="likes.html" + tooltip="likes" + ]; + "mail" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">mail</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 5</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">39 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="mail.html" + tooltip="mail" + ]; + "manage" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">manage</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="manage.html" + tooltip="manage" + ]; + "notify" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">notify</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">528 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">10 ></TD></TR> + </TABLE>> + URL="notify.html" + tooltip="notify" + ]; + "outq" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">outq</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">660 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="outq.html" + tooltip="outq" + ]; + "photo" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">photo</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5Â 888 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="photo.html" + tooltip="photo" + ]; + "profext" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">profext</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="profext.html" + tooltip="profext" + ]; + "register" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">register</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="register.html" + tooltip="register" + ]; + "shares" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">shares</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="shares.html" + tooltip="shares" + ]; + "source" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">source</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="source.html" + tooltip="source" + ]; + "term" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">term</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 6</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8Â 980 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="term.html" + tooltip="term" + ]; + "updates" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">updates</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="updates.html" + tooltip="updates" + ]; + "vote" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">vote</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="vote.html" + tooltip="vote" + ]; + "xchan" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchan</TD></TR> + <TR><TD PORT="xchan_hash" COLSPAN="3" BGCOLOR="#bed1b8" ALIGN="LEFT">xchan_hash</TD></TR> + <TR><TD PORT="xchan_guid" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_guid</TD></TR> + <TR><TD PORT="xchan_guid_sig" COLSPAN="3" ALIGN="LEFT">xchan_guid_sig</TD></TR> + <TR><TD PORT="xchan_pubkey" COLSPAN="3" ALIGN="LEFT">xchan_pubkey</TD></TR> + <TR><TD PORT="xchan_photo_mimetype" COLSPAN="3" ALIGN="LEFT">xchan_photo_mimetype</TD></TR> + <TR><TD PORT="xchan_photo_l" COLSPAN="3" ALIGN="LEFT">xchan_photo_l</TD></TR> + <TR><TD PORT="xchan_photo_m" COLSPAN="3" ALIGN="LEFT">xchan_photo_m</TD></TR> + <TR><TD PORT="xchan_photo_s" COLSPAN="3" ALIGN="LEFT">xchan_photo_s</TD></TR> + <TR><TD PORT="xchan_addr" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_addr</TD></TR> + <TR><TD PORT="xchan_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_url</TD></TR> + <TR><TD PORT="xchan_connurl" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_connurl</TD></TR> + <TR><TD PORT="xchan_follow" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_follow</TD></TR> + <TR><TD PORT="xchan_connpage" COLSPAN="3" ALIGN="LEFT">xchan_connpage</TD></TR> + <TR><TD PORT="xchan_name" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_name</TD></TR> + <TR><TD PORT="xchan_network" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_network</TD></TR> + <TR><TD PORT="xchan_instance_url" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_instance_url</TD></TR> + <TR><TD PORT="xchan_flags" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_flags</TD></TR> + <TR><TD PORT="xchan_photo_date" COLSPAN="3" ALIGN="LEFT">xchan_photo_date</TD></TR> + <TR><TD PORT="xchan_name_date" COLSPAN="3" ALIGN="LEFT">xchan_name_date</TD></TR> + <TR><TD PORT="xchan_hidden" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_hidden</TD></TR> + <TR><TD PORT="xchan_orphan" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_orphan</TD></TR> + <TR><TD PORT="xchan_censored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_censored</TD></TR> + <TR><TD PORT="xchan_selfcensored" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_selfcensored</TD></TR> + <TR><TD PORT="xchan_system" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_system</TD></TR> + <TR><TD PORT="xchan_pubforum" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_pubforum</TD></TR> + <TR><TD PORT="xchan_deleted" COLSPAN="3" BGCOLOR="#f4f7da" ALIGN="LEFT">xchan_deleted</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2Â 301 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">35 ></TD></TR> + </TABLE>> + URL="xchan.html" + tooltip="xchan" + ]; + "xchat" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xchat</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xchat.html" + tooltip="xchat" + ]; + "xconfig" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xconfig</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">8 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xconfig.html" + tooltip="xconfig" + ]; + "xign" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xign</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xign.html" + tooltip="xign" + ]; + "xlink" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xlink</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4Â 105 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xlink.html" + tooltip="xlink" + ]; + "xprof" [ + label=< + <TABLE BORDER="0" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xprof</TD></TR> + <TR><TD PORT="elipses" COLSPAN="3" ALIGN="LEFT">...</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR> + </TABLE>> + URL="xprof.html" + tooltip="xprof" + ]; + "xtag" [ + label=< + <TABLE BORDER="2" CELLBORDER="1" CELLSPACING="0" BGCOLOR="#ffffff"> + <TR><TD COLSPAN="3" BGCOLOR="#9bab96" ALIGN="CENTER">xtag</TD></TR> + <TR><TD PORT="xtag_id" COLSPAN="2" BGCOLOR="#bed1b8" ALIGN="LEFT">xtag_id</TD><TD PORT="xtag_id.type" ALIGN="LEFT">int unsigned[10]</TD></TR> + <TR><TD PORT="xtag_hash" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_hash</TD><TD PORT="xtag_hash.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xtag_term" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_term</TD><TD PORT="xtag_term.type" ALIGN="LEFT">char[255]</TD></TR> + <TR><TD PORT="xtag_flags" COLSPAN="2" BGCOLOR="#f4f7da" ALIGN="LEFT">xtag_flags</TD><TD PORT="xtag_flags.type" ALIGN="LEFT">int[10]</TD></TR> + <TR><TD ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR> + </TABLE>> + URL="xtag.html" + tooltip="xtag" + ]; +} diff --git a/doc/schemaspy_hubzilla/diagrams/xtag.implied2degrees.png b/doc/schemaspy_hubzilla/diagrams/xtag.implied2degrees.png Binary files differnew file mode 100644 index 000000000..dc0f2f6dd --- /dev/null +++ b/doc/schemaspy_hubzilla/diagrams/xtag.implied2degrees.png diff --git a/doc/schemaspy_hubzilla/images/background.gif b/doc/schemaspy_hubzilla/images/background.gif Binary files differnew file mode 100644 index 000000000..b97924bbe --- /dev/null +++ b/doc/schemaspy_hubzilla/images/background.gif diff --git a/doc/schemaspy_hubzilla/images/tabLeft.gif b/doc/schemaspy_hubzilla/images/tabLeft.gif Binary files differnew file mode 100644 index 000000000..cefb54275 --- /dev/null +++ b/doc/schemaspy_hubzilla/images/tabLeft.gif diff --git a/doc/schemaspy_hubzilla/images/tabRight.gif b/doc/schemaspy_hubzilla/images/tabRight.gif Binary files differnew file mode 100644 index 000000000..d16d1ba17 --- /dev/null +++ b/doc/schemaspy_hubzilla/images/tabRight.gif diff --git a/doc/schemaspy_hubzilla/index.html b/doc/schemaspy_hubzilla/index.html new file mode 100644 index 000000000..3ddab039e --- /dev/null +++ b/doc/schemaspy_hubzilla/index.html @@ -0,0 +1,582 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - zot</title> + <link rel=stylesheet href='schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + $(function(){ + associate($('#showTables'), $('.tbl')); + associate($('#showViews'), $('.view')); + jQuery.fn.alternateRowColors = function() { + $('tbody tr:visible').each(function(i) { + if (i % 2 == 0) { + $(this).removeClass('even').addClass('odd'); + } else { + $(this).removeClass('odd').addClass('even'); + } + }); + return this; + }; + $('#showTables, #showViews').click(function() { + $('table.dataTable').alternateRowColors(); + }); + $('table.dataTable').alternateRowColors(); + }) + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li id='current'><a href='index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>SchemaSpy Analysis of <span title='Database'>zot</span></span><span class='description'> +2015-11-04 - Hubzilla database schema with some corrected cross-table relationships supporting decentralized publishing. Haakon Meland Eriksen. +</span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%'> + <tr><td class='container'> +<span class='container'>Generated by <span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span> on fr nov 06 17:11 CET 2015</span> + </td></tr> + <tr> + <td class='container'>Database Type: MySQL - 5.5.45 </td> + <td class='container' align='right' valign='top' rowspan='3'> + <a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a><br> + <br><div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + </td> + </tr> + <tr> + <td class='container'><br><a href='zot.xml' title='XML Representation'>XML Representation</a><br><a href='insertionOrder.txt' title='Useful for loading data into a database'>Insertion Order</a> <a href='deletionOrder.txt' title='Useful for purging data from a database'>Deletion Order</a> (for database loading/purging scripts)</td> + </tr> +</table> +<div class='indent'> +<p><b><label for='showTables' style='display:none;'><input type='checkbox' id='showTables' checked></label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> +</b> +<table class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th valign='bottom'>Table</th> + <th align='right' valign='bottom'>Children</th> + <th align='right' valign='bottom'>Parents</th> + <th align='right' valign='bottom'>Columns</th> + <th align='right' valign='bottom'>Rows</th> + <th class='comment' align='left' valign='bottom'>Comments</th> +</tr> +</thead> +<tbody> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/abook.html'>abook</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>1</td> + <td class='detail' align='right'>23</td> + <td class='detail' align='right'>685</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/account.html'>account</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>18</td> + <td class='detail' align='right'>2</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/addon.html'>addon</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>7</td> + <td class='detail' align='right'>20</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/app.html'>app</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>16</td> + <td class='detail' align='right'>4</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/attach.html'>attach</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>3</td> + <td class='detail' align='right'>23</td> + <td class='detail' align='right'>105</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/auth_codes.html'>auth_codes</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>5</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/cache.html'>cache</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>3</td> + <td class='detail' align='right'>334</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/channel.html'>channel</a></td> + <td class='detail' align='right'>14</td> + <td class='detail' align='right'>1</td> + <td class='detail' align='right'>48</td> + <td class='detail' align='right'>12</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/chat.html'>chat</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>1</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/chatpresence.html'>chatpresence</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>1</td> + <td class='detail' align='right'>6</td> + <td class='detail' align='right'>1</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/chatroom.html'>chatroom</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>11</td> + <td class='detail' align='right'>2</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/clients.html'>clients</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>6</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/config.html'>config</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>4</td> + <td class='detail' align='right'>83</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/conv.html'>conv</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>8</td> + <td class='detail' align='right'>15</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/dreport.html'>dreport</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>1</td> + <td class='detail' align='right'>9</td> + <td class='detail' align='right'>8 579</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/event.html'>event</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>4</td> + <td class='detail' align='right'>27</td> + <td class='detail' align='right'>12</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/fcontact.html'>fcontact</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>16</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/ffinder.html'>ffinder</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>4</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/fserver.html'>fserver</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>4</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/fsuggest.html'>fsuggest</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>9</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/group_member.html'>group_member</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>1</td> + <td class='detail' align='right'>4</td> + <td class='detail' align='right'>42</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/groups.html'>groups</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>3</td> + <td class='detail' align='right'>6</td> + <td class='detail' align='right'>10</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/hook.html'>hook</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>5</td> + <td class='detail' align='right'>41</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/hubloc.html'>hubloc</a></td> + <td class='detail' align='right'>14</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='right'>2 658</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/issue.html'>issue</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>7</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/item.html'>item</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>3</td> + <td class='detail' align='right'>73</td> + <td class='detail' align='right'>37 583</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/item_id.html'>item_id</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>5</td> + <td class='detail' align='right'>194</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/likes.html'>likes</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>10</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/mail.html'>mail</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>2</td> + <td class='detail' align='right'>22</td> + <td class='detail' align='right'>39</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/manage.html'>manage</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>1</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/menu.html'>menu</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>7</td> + <td class='detail' align='right'>6</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/menu_item.html'>menu_item</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>11</td> + <td class='detail' align='right'>15</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/notify.html'>notify</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>3</td> + <td class='detail' align='right'>15</td> + <td class='detail' align='right'>528</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/obj.html'>obj</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>15</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/outq.html'>outq</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>3</td> + <td class='detail' align='right'>12</td> + <td class='detail' align='right'>660</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/pconfig.html'>pconfig</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>5</td> + <td class='detail' align='right'>719</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/photo.html'>photo</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>1</td> + <td class='detail' align='right'>28</td> + <td class='detail' align='right'>5 888</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/poll.html'>poll</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>5</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/poll_elm.html'>poll_elm</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>5</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/profdef.html'>profdef</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>6</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/profext.html'>profext</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>3</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/profile.html'>profile</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>44</td> + <td class='detail' align='right'>11</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/profile_check.html'>profile_check</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>6</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/register.html'>register</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>3</td> + <td class='detail' align='right'>6</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/session.html'>session</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>4</td> + <td class='detail' align='right'>71</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/shares.html'>shares</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>1</td> + <td class='detail' align='right'>4</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/sign.html'>sign</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>6</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/site.html'>site</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>15</td> + <td class='detail' align='right'>224</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/source.html'>source</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>2</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/spam.html'>spam</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>6</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/sys_perms.html'>sys_perms</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>5</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/term.html'>term</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>6</td> + <td class='detail' align='right'>11</td> + <td class='detail' align='right'>8 980</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/tokens.html'>tokens</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>6</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/updates.html'>updates</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>3</td> + <td class='detail' align='right'>7</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/verify.html'>verify</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>6</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/vote.html'>vote</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>1</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/xchan.html'>xchan</a></td> + <td class='detail' align='right'>35</td> + <td class='detail' align='right'>2</td> + <td class='detail' align='right'>26</td> + <td class='detail' align='right'>2 301</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/xchat.html'>xchat</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>1</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='right'>9</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/xconfig.html'>xconfig</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>1</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='right'>8</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/xign.html'>xign</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>1</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/xlink.html'>xlink</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>1</td> + <td class='detail' align='right'>8</td> + <td class='detail' align='right'>4 105</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/xperm.html'>xperm</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>4</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/xprof.html'>xprof</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>3</td> + <td class='detail' align='right'>15</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr class='tbl' valign='top'> <td class='detail'><a href='tables/xtag.html'>xtag</a></td> + <td class='detail' align='right'></td> + <td class='detail' align='right'>3</td> + <td class='detail' align='right'>4</td> + <td class='detail' align='right'>0</td> + <td class='comment detail'></td> + </tr> + <tr> + <td class='detail'> </td> + <td class='detail'> </td> + <td class='detail'> </td> + <td class='detail'> </td> + <td class='detail'> </td> + <td class='comment detail'> </td> + </tr> + <tr class='tbl'> + <td class='detail'><b>64 Tables</b></td> + <td class='detail'> </td> + <td class='detail'> </td> + <td class='detail' align='right'><b>727</b></td> + <td class='detail' align='right'><b>73 946</b></td> + <td class='comment detail'> </td> + </tr> + <tr class='view'> + <td class='detail'><b>0 Views</b></td> + <td class='detail'> </td> + <td class='detail'> </td> + <td class='detail' align='right'><b>0</b></td> + <td class='detail'> </td> + <td class='comment detail'> </td> + </tr> +</table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/insertionOrder.txt b/doc/schemaspy_hubzilla/insertionOrder.txt new file mode 100644 index 000000000..3f4f4f257 --- /dev/null +++ b/doc/schemaspy_hubzilla/insertionOrder.txt @@ -0,0 +1,64 @@ +verify +cache +clients +account +xchan +channel +hubloc +notify +tokens +abook +addon +app +chat +chatpresence +conv +dreport +fcontact +ffinder +fserver +fsuggest +hook +item_id +profdef +profile +profile_check +shares +sign +spam +vote +xchat +xlink +auth_codes +config +group_member +likes +manage +pconfig +photo +source +sys_perms +xign +outq +updates +xconfig +xprof +xtag +attach +groups +item +register +event +mail +profext +term +chatroom +issue +menu +menu_item +obj +poll +poll_elm +session +site +xperm diff --git a/doc/schemaspy_hubzilla/jquery.js b/doc/schemaspy_hubzilla/jquery.js new file mode 100644 index 000000000..7c2430802 --- /dev/null +++ b/doc/schemaspy_hubzilla/jquery.js @@ -0,0 +1,154 @@ +/*! + * jQuery JavaScript Library v1.4.2 + * http://jquery.com/ + * + * Copyright 2010, John Resig + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * Copyright 2010, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * + * Date: Sat Feb 13 22:33:48 2010 -0500 + */ +(function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o<i;o++)e(a[o],b,f?d.call(a[o],o,e(a[o],b)):d,j);return a}return i? +e(a[0],b):w}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return true}function na(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function oa(a){var b,d=[],f=[],e=arguments,j,i,o,k,n,r;i=c.data(this,"events");if(!(a.liveFired===this||!i||!i.live||a.button&&a.type==="click")){a.liveFired=this;var u=i.live.slice(0);for(k=0;k<u.length;k++){i=u[k];i.origType.replace(O,"")===a.type?f.push(i.selector):u.splice(k--,1)}j=c(a.target).closest(f,a.currentTarget);n=0;for(r= +j.length;n<r;n++)for(k=0;k<u.length;k++){i=u[k];if(j[n].selector===i.selector){o=j[n].elem;f=null;if(i.preType==="mouseenter"||i.preType==="mouseleave")f=c(a.relatedTarget).closest(i.selector)[0];if(!f||f!==o)d.push({elem:o,handleObj:i})}}n=0;for(r=d.length;n<r;n++){j=d[n];a.currentTarget=j.elem;a.data=j.handleObj.data;a.handleObj=j.handleObj;if(j.handleObj.origHandler.apply(j.elem,e)===false){b=false;break}}return b}}function pa(a,b){return"live."+(a&&a!=="*"?a+".":"")+b.replace(/\./g,"`").replace(/ /g, +"&")}function qa(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function ra(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var f=c.data(a[d++]),e=c.data(this,f);if(f=f&&f.events){delete e.handle;e.events={};for(var j in f)for(var i in f[j])c.event.add(this,j,f[j][i],f[j][i].data)}}})}function sa(a,b,d){var f,e,j;b=b&&b[0]?b[0].ownerDocument||b[0]:s;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===s&&!ta.test(a[0])&&(c.support.checkClone||!ua.test(a[0]))){e= +true;if(j=c.fragments[a[0]])if(j!==1)f=j}if(!f){f=b.createDocumentFragment();c.clean(a,b,f,d)}if(e)c.fragments[a[0]]=j?f:1;return{fragment:f,cacheable:e}}function K(a,b){var d={};c.each(va.concat.apply([],va.slice(0,b)),function(){d[this]=a});return d}function wa(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var c=function(a,b){return new c.fn.init(a,b)},Ra=A.jQuery,Sa=A.$,s=A.document,T,Ta=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/, +Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&& +(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this, +a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b=== +"find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(R.apply(this,arguments),"slice",R.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this, +function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b<d;b++)if((e=arguments[b])!=null)for(j in e){i=a[j];o=e[j];if(a!==o)if(f&&o&&(c.isPlainObject(o)||c.isArray(o))){i=i&&(c.isPlainObject(i)|| +c.isArray(i))?i:c.isArray(o)?[]:{};a[j]=c.extend(f,i,o)}else if(o!==w)a[j]=o}return a};c.extend({noConflict:function(a){A.$=Sa;if(a)A.jQuery=Ra;return c},isReady:false,ready:function(){if(!c.isReady){if(!s.body)return setTimeout(c.ready,13);c.isReady=true;if(Q){for(var a,b=0;a=Q[b++];)a.call(s,c);Q=null}c.fn.triggerHandler&&c(s).triggerHandler("ready")}},bindReady:function(){if(!xa){xa=true;if(s.readyState==="complete")return c.ready();if(s.addEventListener){s.addEventListener("DOMContentLoaded", +L,false);A.addEventListener("load",c.ready,false)}else if(s.attachEvent){s.attachEvent("onreadystatechange",L);A.attachEvent("onload",c.ready);var a=false;try{a=A.frameElement==null}catch(b){}s.documentElement.doScroll&&a&&ma()}}},isFunction:function(a){return $.call(a)==="[object Function]"},isArray:function(a){return $.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||$.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!aa.call(a,"constructor")&&!aa.call(a.constructor.prototype, +"isPrototypeOf"))return false;var b;for(b in a);return b===w||aa.call(a,b)},isEmptyObject:function(a){for(var b in a)return false;return true},error:function(a){throw a;},parseJSON:function(a){if(typeof a!=="string"||!a)return null;a=c.trim(a);if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return A.JSON&&A.JSON.parse?A.JSON.parse(a):(new Function("return "+ +a))();else c.error("Invalid JSON: "+a)},noop:function(){},globalEval:function(a){if(a&&Va.test(a)){var b=s.getElementsByTagName("head")[0]||s.documentElement,d=s.createElement("script");d.type="text/javascript";if(c.support.scriptEval)d.appendChild(s.createTextNode(a));else d.text=a;b.insertBefore(d,b.firstChild);b.removeChild(d)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,b,d){var f,e=0,j=a.length,i=j===w||c.isFunction(a);if(d)if(i)for(f in a){if(b.apply(a[f], +d)===false)break}else for(;e<j;){if(b.apply(a[e++],d)===false)break}else if(i)for(f in a){if(b.call(a[f],f,a[f])===false)break}else for(d=a[0];e<j&&b.call(d,e,d)!==false;d=a[++e]);return a},trim:function(a){return(a||"").replace(Wa,"")},makeArray:function(a,b){b=b||[];if(a!=null)a.length==null||typeof a==="string"||c.isFunction(a)||typeof a!=="function"&&a.setInterval?ba.call(b,a):c.merge(b,a);return b},inArray:function(a,b){if(b.indexOf)return b.indexOf(a);for(var d=0,f=b.length;d<f;d++)if(b[d]=== +a)return d;return-1},merge:function(a,b){var d=a.length,f=0;if(typeof b.length==="number")for(var e=b.length;f<e;f++)a[d++]=b[f];else for(;b[f]!==w;)a[d++]=b[f++];a.length=d;return a},grep:function(a,b,d){for(var f=[],e=0,j=a.length;e<j;e++)!d!==!b(a[e],e)&&f.push(a[e]);return f},map:function(a,b,d){for(var f=[],e,j=0,i=a.length;j<i;j++){e=b(a[j],j,d);if(e!=null)f[f.length]=e}return f.concat.apply([],f)},guid:1,proxy:function(a,b,d){if(arguments.length===2)if(typeof b==="string"){d=a;a=d[b];b=w}else if(b&& +!c.isFunction(b)){d=b;b=w}if(!b&&a)b=function(){return a.apply(d||this,arguments)};if(a)b.guid=a.guid=a.guid||b.guid||c.guid++;return b},uaMatch:function(a){a=a.toLowerCase();a=/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||!/compatible/.test(a)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(a)||[];return{browser:a[1]||"",version:a[2]||"0"}},browser:{}});P=c.uaMatch(P);if(P.browser){c.browser[P.browser]=true;c.browser.version=P.version}if(c.browser.webkit)c.browser.safari= +true;if(ya)c.inArray=function(a,b){return ya.call(b,a)};T=c(s);if(s.addEventListener)L=function(){s.removeEventListener("DOMContentLoaded",L,false);c.ready()};else if(s.attachEvent)L=function(){if(s.readyState==="complete"){s.detachEvent("onreadystatechange",L);c.ready()}};(function(){c.support={};var a=s.documentElement,b=s.createElement("script"),d=s.createElement("div"),f="script"+J();d.style.display="none";d.innerHTML=" <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>"; +var e=d.getElementsByTagName("*"),j=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!j)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:/^0.55$/.test(j.style.opacity),cssFloat:!!j.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected, +parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent= +false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n= +s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true, +applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando]; +else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this, +a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b=== +w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i, +cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1)if(e.className){for(var j=" "+e.className+" ", +i=e.className,o=0,k=b.length;o<k;o++)if(j.indexOf(" "+b[o]+" ")<0)i+=" "+b[o];e.className=c.trim(i)}else e.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(k){var n=c(this);n.removeClass(a.call(this,k,n.attr("class")))});if(a&&typeof a==="string"||a===w)for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1&&e.className)if(a){for(var j=(" "+e.className+" ").replace(Aa," "),i=0,o=b.length;i<o;i++)j=j.replace(" "+b[i]+" ", +" ");e.className=c.trim(j)}else e.className=""}return this},toggleClass:function(a,b){var d=typeof a,f=typeof b==="boolean";if(c.isFunction(a))return this.each(function(e){var j=c(this);j.toggleClass(a.call(this,e,j.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var e,j=0,i=c(this),o=b,k=a.split(ca);e=k[j++];){o=f?o:!i.hasClass(e);i[o?"addClass":"removeClass"](e)}else if(d==="undefined"||d==="boolean"){this.className&&c.data(this,"__className__",this.className);this.className= +this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(Aa," ").indexOf(a)>-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var j=b?d:0;for(d=b?d+1:e.length;j<d;j++){var i= +e[j];if(i.selected){a=c(i).val();if(b)return a;f.push(a)}}return f}if(Ba.test(b.type)&&!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(Za,"")}return w}var o=c.isFunction(a);return this.each(function(k){var n=c(this),r=a;if(this.nodeType===1){if(o)r=a.call(this,k,n.val());if(typeof r==="number")r+="";if(c.isArray(r)&&Ba.test(this.type))this.checked=c.inArray(n.val(),r)>=0;else if(c.nodeName(this,"select")){var u=c.makeArray(r);c("option",this).each(function(){this.selected= +c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return w;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==w;b=f&&c.props[b]||b;if(a.nodeType===1){var j=$a.test(b);if(b in a&&f&&!j){if(e){b==="type"&&ab.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed"); +a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:w;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&j?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var O=/\.(.*)$/,db=function(a){return a.replace(/[^\w\s\.\|`]/g, +function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==A&&!a.frameElement)a=A;var e,j;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(j=c.data(a)){var i=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.split(" ");for(var k,n=0,r;k=b[n++];){j=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){r=k.split("."); +k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a), +C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B<r.length;B++){u=r[B];if(d.guid===u.guid){if(i||k.test(u.namespace)){f==null&&r.splice(B--,1);n.remove&&n.remove.call(a,u)}if(f!= +null)break}}if(r.length===0||f!=null&&r.length===1){if(!n.teardown||n.teardown.call(a,o)===false)Ca(a,e,z.handle);delete C[e]}}else for(var B=0;B<r.length;B++){u=r[B];if(i||k.test(u.namespace)){c.event.remove(a,n,u.handler,B);r.splice(B--,1)}}}if(c.isEmptyObject(C)){if(b=z.handle)b.elem=null;delete z.events;delete z.handle;c.isEmptyObject(z)&&c.removeData(a)}}}}},trigger:function(a,b,d,f){var e=a.type||a;if(!f){a=typeof a==="object"?a[G]?a:c.extend(c.Event(e),a):c.Event(e);if(e.indexOf("!")>=0){a.type= +e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return w;a.result=w;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(j){}if(!a.isPropagationStopped()&& +f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive; +if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e<j;e++){var i=d[e];if(b||f.test(i.namespace)){a.handler=i.handler;a.data=i.data;a.handleObj=i;i=i.handler.apply(this,arguments);if(i!==w){a.result=i;if(i===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "), +fix:function(a){if(a[G])return a;var b=a;a=c.Event(b);for(var d=this.props.length,f;d;){f=this.props[--d];a[f]=b[f]}if(!a.target)a.target=a.srcElement||s;if(a.target.nodeType===3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){b=s.documentElement;d=s.body;a.pageX=a.clientX+(b&&b.scrollLeft||d&&d.scrollLeft||0)-(b&&b.clientLeft||d&&d.clientLeft||0);a.pageY=a.clientY+(b&&b.scrollTop|| +d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==w)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a){c.event.add(this,a.origType,c.extend({},a,{handler:oa}))},remove:function(a){var b=true,d=a.origType.replace(O,"");c.each(c.data(this, +"events").live||[],function(){if(d===this.origType.replace(O,""))return b=false});b&&c.event.remove(this,a.origType,oa)}},beforeunload:{setup:function(a,b,d){if(this.setInterval)this.onbeforeunload=d;return false},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};var Ca=s.removeEventListener?function(a,b,d){a.removeEventListener(b,d,false)}:function(a,b,d){a.detachEvent("on"+b,d)};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent= +a;this.type=a.type}else this.type=a;this.timeStamp=J();this[G]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=Z;var a=this.originalEvent;if(a){a.preventDefault&&a.preventDefault();a.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=Z;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=Z;this.stopPropagation()},isDefaultPrevented:Y,isPropagationStopped:Y, +isImmediatePropagationStopped:Y};var Da=function(a){var b=a.relatedTarget;try{for(;b&&b!==this;)b=b.parentNode;if(b!==this){a.type=a.data;c.event.handle.apply(this,arguments)}}catch(d){}},Ea=function(a){a.type=a.data;c.event.handle.apply(this,arguments)};c.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){c.event.special[a]={setup:function(d){c.event.add(this,b,d&&d.selector?Ea:Da,a)},teardown:function(d){c.event.remove(this,b,d&&d.selector?Ea:Da)}}});if(!c.support.submitBubbles)c.event.special.submit= +{setup:function(){if(this.nodeName.toLowerCase()!=="form"){c.event.add(this,"click.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="submit"||d==="image")&&c(b).closest("form").length)return na("submit",this,arguments)});c.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="text"||d==="password")&&c(b).closest("form").length&&a.keyCode===13)return na("submit",this,arguments)})}else return false},teardown:function(){c.event.remove(this,".specialSubmit")}}; +if(!c.support.changeBubbles){var da=/textarea|input|select/i,ea,Fa=function(a){var b=a.type,d=a.value;if(b==="radio"||b==="checkbox")d=a.checked;else if(b==="select-multiple")d=a.selectedIndex>-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data", +e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a, +"_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a, +d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var j in d)this[b](j,f,d[j],e);return this}if(c.isFunction(f)){e=f;f=w}var i=b==="one"?c.proxy(e,function(k){c(this).unbind(k,i);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{j=0;for(var o=this.length;j<o;j++)c.event.add(this[j],d,i,f)}return this}});c.fn.extend({unbind:function(a,b){if(typeof a==="object"&& +!a.preventDefault)for(var d in a)this.unbind(d,a[d]);else{d=0;for(var f=this.length;d<f;d++)c.event.remove(this[d],a,b)}return this},delegate:function(a,b,d,f){return this.live(b,d,f,a)},undelegate:function(a,b,d){return arguments.length===0?this.unbind("live"):this.die(b,null,d,a)},trigger:function(a,b){return this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){a=c.Event(a);a.preventDefault();a.stopPropagation();c.event.trigger(a,b,this[0]);return a.result}}, +toggle:function(a){for(var b=arguments,d=1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(f){var e=(c.data(this,"lastToggle"+a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,e+1);f.preventDefault();return b[e].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var Ga={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};c.each(["live","die"],function(a,b){c.fn[b]=function(d,f,e,j){var i,o=0,k,n,r=j||this.selector, +u=j?this:c(this.context);if(c.isFunction(f)){e=f;f=w}for(d=(d||"").split(" ");(i=d[o++])!=null;){j=O.exec(i);k="";if(j){k=j[0];i=i.replace(O,"")}if(i==="hover")d.push("mouseenter"+k,"mouseleave"+k);else{n=i;if(i==="focus"||i==="blur"){d.push(Ga[i]+k);i+=k}else i=(Ga[i]||i)+k;b==="live"?u.each(function(){c.event.add(this,pa(i,r),{data:f,selector:r,handler:e,origType:i,origHandler:e,preType:n})}):u.unbind(pa(i,r),e)}}return this}});c.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "), +function(a,b){c.fn[b]=function(d){return d?this.bind(b,d):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});A.attachEvent&&!A.addEventListener&&A.attachEvent("onunload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});(function(){function a(g){for(var h="",l,m=0;g[m];m++){l=g[m];if(l.nodeType===3||l.nodeType===4)h+=l.nodeValue;else if(l.nodeType!==8)h+=a(l.childNodes)}return h}function b(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q]; +if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1&&!p){t.sizcache=l;t.sizset=q}if(t.nodeName.toLowerCase()===h){y=t;break}t=t[g]}m[q]=y}}}function d(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1){if(!p){t.sizcache=l;t.sizset=q}if(typeof h!=="string"){if(t===h){y=true;break}}else if(k.filter(h,[t]).length>0){y=t;break}}t=t[g]}m[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g, +e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift(); +t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D|| +g);if(j.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))l.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&l.push(t[g]);else l.push.apply(l,y);else z(y,l);if(S){k(S,q,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(B){i=o;g.sort(B);if(i)for(var h=1;h<g.length;h++)g[h]===g[h-1]&&g.splice(h--,1)}return g};k.matches=function(g,h){return k(g,null,null,h)};k.find=function(g,h,l){var m,q;if(!g)return[]; +for(var p=0,v=n.order.length;p<v;p++){var t=n.order[p];if(q=n.leftMatch[t].exec(g)){var y=q[1];q.splice(1,1);if(y.substr(y.length-1)!=="\\"){q[1]=(q[1]||"").replace(/\\/g,"");m=n.find[t](q,h,l);if(m!=null){g=g.replace(n.match[t],"");break}}}}m||(m=h.getElementsByTagName("*"));return{set:m,expr:g}};k.filter=function(g,h,l,m){for(var q=g,p=[],v=h,t,y,S=h&&h[0]&&x(h[0]);g&&h.length;){for(var H in n.filter)if((t=n.leftMatch[H].exec(g))!=null&&t[2]){var M=n.filter[H],I,D;D=t[1];y=false;t.splice(1,1);if(D.substr(D.length- +1)!=="\\"){if(v===p)p=[];if(n.preFilter[H])if(t=n.preFilter[H](t,v,l,p,m,S)){if(t===true)continue}else y=I=true;if(t)for(var U=0;(D=v[U])!=null;U++)if(D){I=M(D,t,U,v);var Ha=m^!!I;if(l&&I!=null)if(Ha)y=true;else v[U]=false;else if(Ha){p.push(D);y=true}}if(I!==w){l||(v=p);g=g.replace(n.match[H],"");if(!y)return[];break}}}if(g===q)if(y==null)k.error(g);else break;q=g}return v};k.error=function(g){throw"Syntax error, unrecognized expression: "+g;};var n=k.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/, +CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(g){return g.getAttribute("href")}}, +relative:{"+":function(g,h){var l=typeof h==="string",m=l&&!/\W/.test(h);l=l&&!m;if(m)h=h.toLowerCase();m=0;for(var q=g.length,p;m<q;m++)if(p=g[m]){for(;(p=p.previousSibling)&&p.nodeType!==1;);g[m]=l||p&&p.nodeName.toLowerCase()===h?p||false:p===h}l&&k.filter(h,g,true)},">":function(g,h){var l=typeof h==="string";if(l&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,q=g.length;m<q;m++){var p=g[m];if(p){l=p.parentNode;g[m]=l.nodeName.toLowerCase()===h?l:false}}}else{m=0;for(q=g.length;m<q;m++)if(p=g[m])g[m]= +l?p.parentNode:p.parentNode===h;l&&k.filter(h,g,true)}},"":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("parentNode",h,m,g,p,l)},"~":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("previousSibling",h,m,g,p,l)}},find:{ID:function(g,h,l){if(typeof h.getElementById!=="undefined"&&!l)return(g=h.getElementById(g[1]))?[g]:[]},NAME:function(g,h){if(typeof h.getElementsByName!=="undefined"){var l=[]; +h=h.getElementsByName(g[1]);for(var m=0,q=h.length;m<q;m++)h[m].getAttribute("name")===g[1]&&l.push(h[m]);return l.length===0?null:l}},TAG:function(g,h){return h.getElementsByTagName(g[1])}},preFilter:{CLASS:function(g,h,l,m,q,p){g=" "+g[1].replace(/\\/g,"")+" ";if(p)return g;p=0;for(var v;(v=h[p])!=null;p++)if(v)if(q^(v.className&&(" "+v.className+" ").replace(/[\t\n]/g," ").indexOf(g)>=0))l||m.push(v);else if(l)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()}, +CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m, +g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)}, +text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}}, +setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return h<l[3]-0},gt:function(g,h,l){return h>l[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h= +h[3];l=0;for(m=h.length;l<m;l++)if(h[l]===g)return false;return true}else k.error("Syntax error, unrecognized expression: "+q)},CHILD:function(g,h){var l=h[1],m=g;switch(l){case "only":case "first":for(;m=m.previousSibling;)if(m.nodeType===1)return false;if(l==="first")return true;m=g;case "last":for(;m=m.nextSibling;)if(m.nodeType===1)return false;return true;case "nth":l=h[2];var q=h[3];if(l===1&&q===0)return true;h=h[0];var p=g.parentNode;if(p&&(p.sizcache!==h||!g.nodeIndex)){var v=0;for(m=p.firstChild;m;m= +m.nextSibling)if(m.nodeType===1)m.nodeIndex=++v;p.sizcache=h}g=g.nodeIndex-q;return l===0?g===0:g%l===0&&g/l>=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var l=h[1];g=n.attrHandle[l]?n.attrHandle[l](g):g[l]!=null?g[l]:g.getAttribute(l);l=g+"";var m=h[2];h=h[4];return g==null?m==="!=":m=== +"="?l===h:m==="*="?l.indexOf(h)>=0:m==="~="?(" "+l+" ").indexOf(h)>=0:!h?l&&g!==false:m==="!="?l!==h:m==="^="?l.indexOf(h)===0:m==="$="?l.substr(l.length-h.length)===h:m==="|="?l===h||l.substr(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,h,m)}}},r=n.match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[u]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[u].source.replace(/\\(\d+)/g,function(g, +h){return"\\"+(h-0+1)}))}var z=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(C){z=function(g,h){h=h||[];if(j.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var l=0,m=g.length;l<m;l++)h.push(g[l]);else for(l=0;g[l];l++)h.push(g[l]);return h}}var B;if(s.documentElement.compareDocumentPosition)B=function(g,h){if(!g.compareDocumentPosition|| +!h.compareDocumentPosition){if(g==h)i=true;return g.compareDocumentPosition?-1:1}g=g.compareDocumentPosition(h)&4?-1:g===h?0:1;if(g===0)i=true;return g};else if("sourceIndex"in s.documentElement)B=function(g,h){if(!g.sourceIndex||!h.sourceIndex){if(g==h)i=true;return g.sourceIndex?-1:1}g=g.sourceIndex-h.sourceIndex;if(g===0)i=true;return g};else if(s.createRange)B=function(g,h){if(!g.ownerDocument||!h.ownerDocument){if(g==h)i=true;return g.ownerDocument?-1:1}var l=g.ownerDocument.createRange(),m= +h.ownerDocument.createRange();l.setStart(g,0);l.setEnd(g,0);m.setStart(h,0);m.setEnd(h,0);g=l.compareBoundaryPoints(Range.START_TO_END,m);if(g===0)i=true;return g};(function(){var g=s.createElement("div"),h="script"+(new Date).getTime();g.innerHTML="<a name='"+h+"'/>";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&& +q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML="<a href='#'></a>"; +if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="<p class='TEST'></p>";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}(); +(function(){var g=s.createElement("div");g.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,l,m){if(typeof l.getElementsByClassName!=="undefined"&&!m)return l.getElementsByClassName(h[1])};g=null}}})();var E=s.compareDocumentPosition?function(g,h){return!!(g.compareDocumentPosition(h)&16)}: +function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q<p;q++)k(g,h[q],l);return k.filter(m,l)};c.find=k;c.expr=k.selectors;c.expr[":"]=c.expr.filters;c.unique=k.uniqueSort;c.text=a;c.isXMLDoc=x;c.contains=E})();var eb=/Until$/,fb=/^(?:parents|prevUntil|prevAll)/, +gb=/,/;R=Array.prototype.slice;var Ia=function(a,b,d){if(c.isFunction(b))return c.grep(a,function(e,j){return!!b.call(e,j,e)===d});else if(b.nodeType)return c.grep(a,function(e){return e===b===d});else if(typeof b==="string"){var f=c.grep(a,function(e){return e.nodeType===1});if(Ua.test(b))return c.filter(b,f,!d);else b=c.filter(b,f)}return c.grep(a,function(e){return c.inArray(e,b)>=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f<e;f++){d=b.length; +c.find(a,this[f],b);if(f>0)for(var j=d;j<b.length;j++)for(var i=0;i<d;i++)if(b[i]===b[j]){b.splice(j--,1);break}}return b},has:function(a){var b=c(a);return this.filter(function(){for(var d=0,f=b.length;d<f;d++)if(c.contains(this,b[d]))return true})},not:function(a){return this.pushStack(Ia(this,a,false),"not",a)},filter:function(a){return this.pushStack(Ia(this,a,true),"filter",a)},is:function(a){return!!a&&c.filter(a,this).length>0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,j= +{},i;if(f&&a.length){e=0;for(var o=a.length;e<o;e++){i=a[e];j[i]||(j[i]=c.expr.match.POS.test(i)?c(i,b||this.context):i)}for(;f&&f.ownerDocument&&f!==b;){for(i in j){e=j[i];if(e.jquery?e.index(f)>-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,r){for(;r&&r.ownerDocument&&r!==b;){if(k?k.index(r)>-1:c(r).is(a))return r;r=r.parentNode}return null})},index:function(a){if(!a||typeof a=== +"string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode", +d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")? +a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);eb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||gb.test(f))&&fb.test(a))e=e.reverse();return this.pushStack(e,a,R.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===w||a.nodeType!==1||!c(a).is(d));){a.nodeType=== +1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ja=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ka=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,La=/<([\w:]+)/,ib=/<tbody/i,jb=/<|&#?\w+;/,ta=/<script|<object|<embed|<option|<style/i,ua=/checked\s*(?:[^=]|=\s*.checked.)/i,Ma=function(a,b,d){return hb.test(d)? +a:b+"></"+d+">"},F={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div<div>","</div>"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d= +c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this}, +wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})}, +prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b, +this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild); +return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ja,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){ra(this,b);ra(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ja, +""):null;else if(typeof a==="string"&&!ta.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(La.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ka,Ma);try{for(var b=0,d=this.length;b<d;b++)if(this[b].nodeType===1){c.cleanData(this[b].getElementsByTagName("*"));this[b].innerHTML=a}}catch(f){this.empty().append(a)}}else c.isFunction(a)?this.each(function(e){var j=c(this),i=j.html();j.empty().append(function(){return a.call(this,e,i)})}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&& +this[0].parentNode){if(c.isFunction(a))return this.each(function(b){var d=c(this),f=d.html();d.replaceWith(a.call(this,b,f))});if(typeof a!=="string")a=c(a).detach();return this.each(function(){var b=this.nextSibling,d=this.parentNode;c(this).remove();b?c(b).before(a):c(d).append(a)})}else return this.pushStack(c(c.isFunction(a)?a():a),"replaceWith",a)},detach:function(a){return this.remove(a,true)},domManip:function(a,b,d){function f(u){return c.nodeName(u,"table")?u.getElementsByTagName("tbody")[0]|| +u.appendChild(u.ownerDocument.createElement("tbody")):u}var e,j,i=a[0],o=[],k;if(!c.support.checkClone&&arguments.length===3&&typeof i==="string"&&ua.test(i))return this.each(function(){c(this).domManip(a,b,d,true)});if(c.isFunction(i))return this.each(function(u){var z=c(this);a[0]=i.call(this,u,b?z.html():w);z.domManip(a,b,d)});if(this[0]){e=i&&i.parentNode;e=c.support.parentNode&&e&&e.nodeType===11&&e.childNodes.length===this.length?{fragment:e}:sa(a,this,o);k=e.fragment;if(j=k.childNodes.length=== +1?(k=k.firstChild):k.firstChild){b=b&&c.nodeName(j,"tr");for(var n=0,r=this.length;n<r;n++)d.call(b?f(this[n],j):this[n],n>0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]); +return this}else{e=0;for(var j=d.length;e<j;e++){var i=(e>0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),i);f=f.concat(i)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;for(var e=[],j=0,i;(i=a[j])!=null;j++){if(typeof i==="number")i+="";if(i){if(typeof i==="string"&&!jb.test(i))i=b.createTextNode(i);else if(typeof i==="string"){i=i.replace(Ka,Ma);var o=(La.exec(i)||["", +""])[1].toLowerCase(),k=F[o]||F._default,n=k[0],r=b.createElement("div");for(r.innerHTML=k[1]+i+k[2];n--;)r=r.lastChild;if(!c.support.tbody){n=ib.test(i);o=o==="table"&&!n?r.firstChild&&r.firstChild.childNodes:k[1]==="<table>"&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")&&!o[k].childNodes.length&&o[k].parentNode.removeChild(o[k])}!c.support.leadingWhitespace&&V.test(i)&&r.insertBefore(b.createTextNode(V.exec(i)[0]),r.firstChild);i=r.childNodes}if(i.nodeType)e.push(i);else e= +c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]? +c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Na=/alpha\([^)]*\)/,Oa=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],qb=["Top","Bottom"],rb=s.defaultView&&s.defaultView.getComputedStyle,Pa=c.support.cssFloat?"cssFloat":"styleFloat",ja= +function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===w)return c.curCSS(d,f);if(typeof e==="number"&&!kb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var f=a.style||a,e=d!==w;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter= +Na.test(a)?a.replace(Na,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Oa.exec(f.filter)[1])/100+"":""}if(ha.test(b))b=Pa;b=b.replace(ia,ja);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,j=b==="width"?pb:qb;function i(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(j,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a, +"border"+this+"Width",true))||0})}a.offsetWidth!==0?i():c.swap(a,ob,i);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Oa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ha.test(b))b=Pa;if(!d&&e&&e[b])f=e[b];else if(rb){if(ha.test(b))b="float";b=b.replace(lb,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f= +a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b= +a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=/<script(.|\s)*?\/script>/gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!== +"string")return zb.call(this,a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(i,o){if(o==="success"||o==="notmodified")j.html(e?c("<div />").append(i.responseText.replace(tb,"")).find(e):i.responseText);d&&j.each(d,[i.responseText,o,i])}});return this}, +serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nodeName)||vb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "), +function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href, +global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:A.XMLHttpRequest&&(A.location.protocol!=="file:"||!A.ActiveXObject)?function(){return new A.XMLHttpRequest}:function(){try{return new A.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&& +e.success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k,x,i);e.global&&f("ajaxComplete",[x,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),j,i,o,k=a&&a.context||e,n=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(n==="GET")N.test(e.url)||(e.url+=(ka.test(e.url)? +"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").replace(N,"="+j+"$1");e.url=e.url.replace(N,"="+j+"$1");e.dataType="script";A[j]=A[j]||function(q){o=q;b();d();A[j]=w;try{delete A[j]}catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache=== +false&&n==="GET"){var r=J(),u=e.url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n==="GET")e.url+=(ka.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&r){var z=s.getElementsByTagName("head")[0]||s.documentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;if(!j){var B= +false;C.onload=C.onreadystatechange=function(){if(!B&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){B=true;b();d();C.onload=C.onreadystatechange=null;z&&C.parentNode&&z.removeChild(C)}}}z.insertBefore(C,z.firstChild);return w}var E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRequestHeader("If-Modified-Since", +c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHttpRequest");x.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(ga){}if(e.beforeSend&&e.beforeSend.call(k,x,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");x.abort();return false}e.global&&f("ajaxSend",[x,e]);var g=x.onreadystatechange=function(q){if(!x||x.readyState===0||q==="abort"){E|| +d();E=true;if(x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadystatechange=c.noop;i=q==="timeout"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"success";var p;if(i==="success")try{o=c.httpData(x,e.dataType,e)}catch(v){i="parsererror";p=v}if(i==="success"||i==="notmodified")j||b();else c.handleError(e,x,i,p);d();q==="timeout"&&x.abort();if(e.async)x=null}};try{var h=x.abort;x.abort=function(){x&&h.call(x); +g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status=== +1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b=== +"json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(i,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(i)?f(i,n):d(i+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(i+"["+k+"]",n)}):f(i,o)}function f(i,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(i)+"="+encodeURIComponent(o)}var e=[];if(b===w)b=c.ajaxSettings.traditional; +if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var j in a)d(j,a[j]);return e.join("&").replace(yb,"+")}});var la={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,W,va=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay"); +this[a].style.display=d||"";if(c.css(this[a],"display")==="none"){d=this[a].nodeName;var f;if(la[d])f=la[d];else{var e=c("<"+d+" />").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();la[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a<b;a++)this[a].style.display=c.data(this[a],"olddisplay")||"";return this}},hide:function(a,b){if(a||a===0)return this.animate(K("hide",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");!d&&d!=="none"&&c.data(this[a], +"olddisplay",c.css(this[a],"display"))}a=0;for(b=this.length;a<b;a++)this[a].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(a,b){var d=typeof a==="boolean";if(c.isFunction(a)&&c.isFunction(b))this._toggle.apply(this,arguments);else a==null||d?this.each(function(){var f=d?a:c(this).is(":hidden");c(this)[f?"show":"hide"]()}):this.animate(K("toggle",3),a,b);return this},fadeTo:function(a,b,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,d)}, +animate:function(a,b,d,f){var e=c.speed(b,d,f);if(c.isEmptyObject(a))return this.each(e.complete);return this[e.queue===false?"each":"queue"](function(){var j=c.extend({},e),i,o=this.nodeType===1&&c(this).is(":hidden"),k=this;for(i in a){var n=i.replace(ia,ja);if(i!==n){a[n]=a[i];delete a[i];i=n}if(a[i]==="hide"&&o||a[i]==="show"&&!o)return j.complete.call(this);if((i==="height"||i==="width")&&this.style){j.display=c.css(this,"display");j.overflow=this.style.overflow}if(c.isArray(a[i])){(j.specialEasing= +j.specialEasing||{})[i]=a[i][1];a[i]=a[i][0]}}if(j.overflow!=null)this.style.overflow="hidden";j.curAnim=c.extend({},a);c.each(a,function(r,u){var z=new c.fx(k,j,r);if(Ab.test(u))z[u==="toggle"?o?"show":"hide":u](a);else{var C=Bb.exec(u),B=z.cur(true)||0;if(C){u=parseFloat(C[2]);var E=C[3]||"px";if(E!=="px"){k.style[r]=(u||1)+E;B=(u||1)/z.cur(true)*B;k.style[r]=B+E}if(C[1])u=(C[1]==="-="?-1:1)*u+B;z.custom(B,u,E)}else z.custom(B,u,"")}});return true})},stop:function(a,b){var d=c.timers;a&&this.queue([]); +this.each(function(){for(var f=d.length-1;f>=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration=== +"number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]|| +c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(j){return e.step(j)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start; +this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now= +this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem, +e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length|| +c.fx.stop()},stop:function(){clearInterval(W);W=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(c.expr&&c.expr.filters)c.expr.filters.animated=function(a){return c.grep(c.timers,function(b){return a===b.elem}).length};c.fn.offset="getBoundingClientRect"in s.documentElement? +function(a){var b=this[0];if(a)return this.each(function(e){c.offset.setOffset(this,a,e)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var d=b.getBoundingClientRect(),f=b.ownerDocument;b=f.body;f=f.documentElement;return{top:d.top+(self.pageYOffset||c.support.boxModel&&f.scrollTop||b.scrollTop)-(f.clientTop||b.clientTop||0),left:d.left+(self.pageXOffset||c.support.boxModel&&f.scrollLeft||b.scrollLeft)-(f.clientLeft||b.clientLeft||0)}}:function(a){var b= +this[0];if(a)return this.each(function(r){c.offset.setOffset(this,a,r)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var d=b.offsetParent,f=b,e=b.ownerDocument,j,i=e.documentElement,o=e.body;f=(e=e.defaultView)?e.getComputedStyle(b,null):b.currentStyle;for(var k=b.offsetTop,n=b.offsetLeft;(b=b.parentNode)&&b!==o&&b!==i;){if(c.offset.supportsFixedPosition&&f.position==="fixed")break;j=e?e.getComputedStyle(b,null):b.currentStyle; +k-=b.scrollTop;n-=b.scrollLeft;if(b===d){k+=b.offsetTop;n+=b.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&j.overflow!=="visible"){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=j}if(f.position==="relative"||f.position==="static"){k+=o.offsetTop;n+=o.offsetLeft}if(c.offset.supportsFixedPosition&& +f.position==="fixed"){k+=Math.max(i.scrollTop,o.scrollTop);n+=Math.max(i.scrollLeft,o.scrollLeft)}return{top:k,left:n}};c.offset={initialize:function(){var a=s.body,b=s.createElement("div"),d,f,e,j=parseFloat(c.curCSS(a,"marginTop",true))||0;c.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});b.innerHTML="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>"; +a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==j;a.removeChild(b); +c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),j=parseInt(c.curCSS(a,"top",true),10)||0,i=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a, +d,e);d={top:b.top-e.top+j,left:b.left-e.left+i};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top- +f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null;if(f!==w)return this.each(function(){if(j=wa(this))j.scrollTo(!a?f:c(j).scrollLeft(),a?f:c(j).scrollTop());else this[d]=f});else return(j=wa(e))?"pageXOffset"in j?j[a?"pageYOffset": +"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(j){var i=c(this);i[d](f.call(this,j,i[d]()))});return"scrollTo"in +e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});A.jQuery=A.$=c})(window); diff --git a/doc/schemaspy_hubzilla/relationships.html b/doc/schemaspy_hubzilla/relationships.html new file mode 100644 index 000000000..5709ea354 --- /dev/null +++ b/doc/schemaspy_hubzilla/relationships.html @@ -0,0 +1,272 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - zot - All Relationships</title> + <link rel=stylesheet href='schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='schemaSpy.js'></SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='index.html' title='All tables and views in the schema'>Tables</a></li> + <li id='current'><a href='relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>SchemaSpy Analysis of <span title='Database'>zot</span> - All Relationships</span><span class='description'> +2015-11-04 - Hubzilla database schema with some corrected cross-table relationships supporting decentralized publishing. Haakon Meland Eriksen. +</span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table class='container' width='100%'> +<tr><td class='container'> +<span class='container'>Generated by <span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span> on fr nov 06 17:11 CET 2015</span> +</td> +<td class='container' align='right' valign='top' rowspan='2'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr class='impliedRelationship'><td class='legendDetail'>Dashed lines show implied relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td></tr> +<tr><td class='container' align='left' valign='top'> +<form name='options' action=''> + <span title="Show relationships implied by column name/type/size matching another table's primary key"> + <label for='implied'><input type='checkbox' id='implied'>Implied relationships</label> + </span> + <span title="By default only columns that are primary keys, foreign keys or indexes are shown"> + <label for='showNonKeys'><input type='checkbox' id='showNonKeys'>All columns</label> + </span> +</form> +</td></tr></table> +<table width="100%"><tr><td class="container"> +<map id="compactRelationshipsDiagram" name="compactRelationshipsDiagram"> +<area shape="rect" id="node1" href="tables/abook.html" title="abook" alt="" coords="757,3381,941,3937"> +<area shape="rect" id="node24" href="tables/xchan.html" title="xchan" alt="" coords="505,3051,697,3517"> +<area shape="rect" id="node2" href="tables/attach.html" title="attach" alt="" coords="776,305,923,748"> +<area shape="rect" id="node3" href="tables/channel.html" title="channel" alt="" coords="21,1679,216,2643"> +<area shape="rect" id="node10" href="tables/hubloc.html" title="hubloc" alt="" coords="261,1771,459,2213"> +<area shape="rect" id="node4" href="tables/chat.html" title="chat" alt="" coords="784,3953,915,4124"> +<area shape="rect" id="node5" href="tables/chatpresence.html" title="chatpresence" alt="" coords="784,4141,915,4334"> +<area shape="rect" id="node6" href="tables/dreport.html" title="dreport" alt="" coords="760,4350,939,4589"> +<area shape="rect" id="node7" href="tables/event.html" title="event" alt="" coords="769,1839,929,2236"> +<area shape="rect" id="node8" href="tables/group_member.html" title="group_member" alt="" coords="772,4605,927,4753"> +<area shape="rect" id="node9" href="tables/groups.html" title="groups" alt="" coords="784,1141,915,1334"> +<area shape="rect" id="node11" href="tables/item.html" title="item" alt="" coords="744,4769,955,6119"> +<area shape="rect" id="node12" href="tables/mail.html" title="mail" alt="" coords="773,6136,925,6624"> +<area shape="rect" id="node13" href="tables/manage.html" title="manage" alt="" coords="787,6641,912,6767"> +<area shape="rect" id="node14" href="tables/notify.html" title="notify" alt="" coords="781,1351,917,1657"> +<area shape="rect" id="node15" href="tables/outq.html" title="outq" alt="" coords="769,5,929,289"> +<area shape="rect" id="node16" href="tables/photo.html" title="photo" alt="" coords="768,6784,931,7181"> +<area shape="rect" id="node17" href="tables/profext.html" title="profext" alt="" coords="784,953,915,1124"> +<area shape="rect" id="node18" href="tables/register.html" title="register" alt="" coords="788,765,911,936"> +<area shape="rect" id="node19" href="tables/shares.html" title="shares" alt="" coords="781,7198,917,7346"> +<area shape="rect" id="node20" href="tables/source.html" title="source" alt="" coords="768,2253,931,2424"> +<area shape="rect" id="node21" href="tables/term.html" title="term" alt="" coords="768,7363,931,7669"> +<area shape="rect" id="node22" href="tables/updates.html" title="updates" alt="" coords="787,7687,912,7903"> +<area shape="rect" id="node23" href="tables/vote.html" title="vote" alt="" coords="780,2441,919,2612"> +<area shape="rect" id="node25" href="tables/xchat.html" title="xchat" alt="" coords="781,2629,917,2800"> +<area shape="rect" id="node26" href="tables/xconfig.html" title="xconfig" alt="" coords="788,2817,911,2988"> +<area shape="rect" id="node27" href="tables/xign.html" title="xign" alt="" coords="789,3005,909,3131"> +<area shape="rect" id="node28" href="tables/xlink.html" title="xlink" alt="" coords="765,3148,933,3364"> +<area shape="rect" id="node29" href="tables/xprof.html" title="xprof" alt="" coords="773,7920,925,8272"> +<area shape="rect" id="node30" href="tables/xtag.html" title="xtag" alt="" coords="785,1674,913,1822"> +</map> + + <a name='diagram'><img id='realCompactImg' src='diagrams/summary/relationships.real.compact.png' usemap='#compactRelationshipsDiagram' class='diagram' border='0' alt=''></a> +<map id="largeRelationshipsDiagram" name="largeRelationshipsDiagram"> +<area shape="rect" id="node1" href="tables/abook.html" title="abook" alt="" coords="779,3968,963,4547"> +<area shape="rect" id="node24" href="tables/xchan.html" title="xchan" alt="" coords="509,3617,719,4263"> +<area shape="rect" id="node2" href="tables/attach.html" title="attach" alt="" coords="795,351,947,929"> +<area shape="rect" id="node3" href="tables/channel.html" title="channel" alt="" coords="25,1971,219,3117"> +<area shape="rect" id="node10" href="tables/hubloc.html" title="hubloc" alt="" coords="265,2062,462,2573"> +<area shape="rect" id="node4" href="tables/chat.html" title="chat" alt="" coords="806,4564,937,4735"> +<area shape="rect" id="node5" href="tables/chatpresence.html" title="chatpresence" alt="" coords="806,4751,937,4945"> +<area shape="rect" id="node6" href="tables/dreport.html" title="dreport" alt="" coords="782,4961,961,5223"> +<area shape="rect" id="node7" href="tables/event.html" title="event" alt="" coords="787,2132,955,2801"> +<area shape="rect" id="node8" href="tables/group_member.html" title="group_member" alt="" coords="794,5239,949,5387"> +<area shape="rect" id="node9" href="tables/groups.html" title="groups" alt="" coords="806,1343,937,1537"> +<area shape="rect" id="node11" href="tables/item.html" title="item" alt="" coords="766,5404,977,7116"> +<area shape="rect" id="node12" href="tables/mail.html" title="mail" alt="" coords="795,7133,947,7689"> +<area shape="rect" id="node13" href="tables/manage.html" title="manage" alt="" coords="809,7705,934,7831"> +<area shape="rect" id="node14" href="tables/notify.html" title="notify" alt="" coords="803,1553,939,1951"> +<area shape="rect" id="node15" href="tables/outq.html" title="outq" alt="" coords="791,5,951,334"> +<area shape="rect" id="node16" href="tables/photo.html" title="photo" alt="" coords="790,7847,953,8539"> +<area shape="rect" id="node17" href="tables/profext.html" title="profext" alt="" coords="806,1156,937,1327"> +<area shape="rect" id="node18" href="tables/register.html" title="register" alt="" coords="807,946,935,1139"> +<area shape="rect" id="node19" href="tables/shares.html" title="shares" alt="" coords="803,8555,939,8703"> +<area shape="rect" id="node20" href="tables/source.html" title="source" alt="" coords="790,2819,953,2989"> +<area shape="rect" id="node21" href="tables/term.html" title="term" alt="" coords="790,8720,953,9027"> +<area shape="rect" id="node22" href="tables/updates.html" title="updates" alt="" coords="809,9044,934,9260"> +<area shape="rect" id="node23" href="tables/vote.html" title="vote" alt="" coords="802,3007,941,3177"> +<area shape="rect" id="node25" href="tables/xchat.html" title="xchat" alt="" coords="803,3195,939,3365"> +<area shape="rect" id="node26" href="tables/xconfig.html" title="xconfig" alt="" coords="810,3383,933,3553"> +<area shape="rect" id="node27" href="tables/xign.html" title="xign" alt="" coords="811,3571,931,3696"> +<area shape="rect" id="node28" href="tables/xlink.html" title="xlink" alt="" coords="783,3713,959,3951"> +<area shape="rect" id="node29" href="tables/xprof.html" title="xprof" alt="" coords="794,9277,949,9675"> +<area shape="rect" id="node30" href="tables/xtag.html" title="xtag" alt="" coords="807,1967,935,2115"> +</map> + + <a name='diagram'><img id='realLargeImg' src='diagrams/summary/relationships.real.large.png' usemap='#largeRelationshipsDiagram' class='diagram' border='0' alt=''></a> +<map id="compactImpliedRelationshipsDiagram" name="compactImpliedRelationshipsDiagram"> +<area shape="rect" id="node1" href="tables/abook.html" title="abook" alt="" coords="779,2946,963,3502"> +<area shape="rect" id="node48" href="tables/xchan.html" title="xchan" alt="" coords="516,4102,708,4567"> +<area shape="rect" id="node2" href="tables/account.html" title="account" alt="" coords="505,6863,719,7215"> +<area shape="rect" id="node3" href="tables/addon.html" title="addon" alt="" coords="1039,1100,1164,1271"> +<area shape="rect" id="node29" href="tables/notify.html" title="notify" alt="" coords="803,891,939,1197"> +<area shape="rect" id="node4" href="tables/app.html" title="app" alt="" coords="1033,1288,1169,1595"> +<area shape="rect" id="node5" href="tables/attach.html" title="attach" alt="" coords="797,6525,944,6968"> +<area shape="rect" id="node8" href="tables/channel.html" title="channel" alt="" coords="21,3278,216,4242"> +<area shape="rect" id="node23" href="tables/hubloc.html" title="hubloc" alt="" coords="261,2332,459,2775"> +<area shape="rect" id="node46" href="tables/verify.html" title="verify" alt="" coords="555,8421,669,8614"> +<area shape="rect" id="node6" href="tables/auth_codes.html" title="auth_codes" alt="" coords="1036,72,1167,197"> +<area shape="rect" id="node11" href="tables/clients.html" title="clients" alt="" coords="553,95,671,198"> +<area shape="rect" id="node44" href="tables/tokens.html" title="tokens" alt="" coords="812,5,929,176"> +<area shape="rect" id="node7" href="tables/cache.html" title="cache" alt="" coords="549,10317,675,10419"> +<area shape="rect" id="node9" href="tables/chat.html" title="chat" alt="" coords="805,3519,936,3689"> +<area shape="rect" id="node10" href="tables/chatpresence.html" title="chatpresence" alt="" coords="805,3706,936,3899"> +<area shape="rect" id="node12" href="tables/config.html" title="config" alt="" coords="812,10435,929,10583"> +<area shape="rect" id="node13" href="tables/conv.html" title="conv" alt="" coords="808,8982,933,9130"> +<area shape="rect" id="node14" href="tables/dreport.html" title="dreport" alt="" coords="781,3987,960,4226"> +<area shape="rect" id="node15" href="tables/event.html" title="event" alt="" coords="1021,2220,1181,2617"> +<area shape="rect" id="node16" href="tables/fcontact.html" title="fcontact" alt="" coords="813,9146,928,9294"> +<area shape="rect" id="node17" href="tables/ffinder.html" title="ffinder" alt="" coords="816,9310,925,9458"> +<area shape="rect" id="node18" href="tables/fserver.html" title="fserver" alt="" coords="1045,1611,1157,1759"> +<area shape="rect" id="node19" href="tables/fsuggest.html" title="fsuggest" alt="" coords="1043,214,1160,317"> +<area shape="rect" id="node20" href="tables/group_member.html" title="group_member" alt="" coords="793,8114,948,8262"> +<area shape="rect" id="node21" href="tables/groups.html" title="groups" alt="" coords="805,6985,936,7178"> +<area shape="rect" id="node22" href="tables/hook.html" title="hook" alt="" coords="1043,333,1160,459"> +<area shape="rect" id="node24" href="tables/item.html" title="item" alt="" coords="765,4971,976,6320"> +<area shape="rect" id="node25" href="tables/item_id.html" title="item_id" alt="" coords="807,9663,935,9833"> +<area shape="rect" id="node26" href="tables/likes.html" title="likes" alt="" coords="805,9993,936,10277"> +<area shape="rect" id="node27" href="tables/mail.html" title="mail" alt="" coords="795,7195,947,7683"> +<area shape="rect" id="node28" href="tables/manage.html" title="manage" alt="" coords="1039,3255,1164,3380"> +<area shape="rect" id="node30" href="tables/outq.html" title="outq" alt="" coords="791,2377,951,2661"> +<area shape="rect" id="node31" href="tables/pconfig.html" title="pconfig" alt="" coords="1037,6639,1165,6809"> +<area shape="rect" id="node32" href="tables/photo.html" title="photo" alt="" coords="789,7700,952,8097"> +<area shape="rect" id="node33" href="tables/profdef.html" title="profdef" alt="" coords="807,9851,935,9976"> +<area shape="rect" id="node34" href="tables/profext.html" title="profext" alt="" coords="805,8421,936,8592"> +<area shape="rect" id="node35" href="tables/profile.html" title="profile" alt="" coords="1027,476,1176,873"> +<area shape="rect" id="node36" href="tables/profile_check.html" title="profile_check" alt="" coords="801,8609,940,8802"> +<area shape="rect" id="node37" href="tables/register.html" title="register" alt="" coords="809,6337,932,6508"> +<area shape="rect" id="node38" href="tables/shares.html" title="shares" alt="" coords="803,4242,939,4390"> +<area shape="rect" id="node39" href="tables/sign.html" title="sign" alt="" coords="809,8818,932,8966"> +<area shape="rect" id="node40" href="tables/source.html" title="source" alt="" coords="789,4407,952,4577"> +<area shape="rect" id="node41" href="tables/spam.html" title="spam" alt="" coords="1047,890,1156,1083"> +<area shape="rect" id="node42" href="tables/sys_perms.html" title="sys_perms" alt="" coords="807,10293,935,10419"> +<area shape="rect" id="node43" href="tables/term.html" title="term" alt="" coords="789,1251,952,1557"> +<area shape="rect" id="node45" href="tables/updates.html" title="updates" alt="" coords="808,1575,933,1791"> +<area shape="rect" id="node47" href="tables/vote.html" title="vote" alt="" coords="801,4595,940,4765"> +<area shape="rect" id="node49" href="tables/xchat.html" title="xchat" alt="" coords="803,4783,939,4953"> +<area shape="rect" id="node50" href="tables/xconfig.html" title="xconfig" alt="" coords="809,9475,932,9645"> +<area shape="rect" id="node51" href="tables/xign.html" title="xign" alt="" coords="811,8279,931,8404"> +<area shape="rect" id="node52" href="tables/xlink.html" title="xlink" alt="" coords="787,2713,955,2929"> +<area shape="rect" id="node53" href="tables/xprof.html" title="xprof" alt="" coords="795,1972,947,2324"> +<area shape="rect" id="node54" href="tables/xtag.html" title="xtag" alt="" coords="807,1807,935,1955"> +</map> + + <a name='diagram'><img id='impliedCompactImg' src='diagrams/summary/relationships.implied.compact.png' usemap='#compactImpliedRelationshipsDiagram' class='diagram' border='0' alt=''></a> +<map id="largeImpliedRelationshipsDiagram" name="largeImpliedRelationshipsDiagram"> +<area shape="rect" id="node1" href="tables/abook.html" title="abook" alt="" coords="782,4067,966,4645"> +<area shape="rect" id="node48" href="tables/xchan.html" title="xchan" alt="" coords="510,5291,721,5938"> +<area shape="rect" id="node2" href="tables/account.html" title="account" alt="" coords="509,8425,722,8890"> +<area shape="rect" id="node3" href="tables/addon.html" title="addon" alt="" coords="1035,2017,1182,2233"> +<area shape="rect" id="node29" href="tables/notify.html" title="notify" alt="" coords="806,1808,942,2205"> +<area shape="rect" id="node4" href="tables/app.html" title="app" alt="" coords="1039,2250,1178,2670"> +<area shape="rect" id="node5" href="tables/attach.html" title="attach" alt="" coords="798,8077,950,8656"> +<area shape="rect" id="node8" href="tables/channel.html" title="channel" alt="" coords="25,4397,219,5542"> +<area shape="rect" id="node23" href="tables/hubloc.html" title="hubloc" alt="" coords="265,3362,462,3873"> +<area shape="rect" id="node46" href="tables/verify.html" title="verify" alt="" coords="558,10469,673,10662"> +<area shape="rect" id="node6" href="tables/auth_codes.html" title="auth_codes" alt="" coords="1043,83,1174,253"> +<area shape="rect" id="node11" href="tables/clients.html" title="clients" alt="" coords="550,117,681,310"> +<area shape="rect" id="node44" href="tables/tokens.html" title="tokens" alt="" coords="815,5,933,198"> +<area shape="rect" id="node7" href="tables/cache.html" title="cache" alt="" coords="549,12863,682,12988"> +<area shape="rect" id="node9" href="tables/chat.html" title="chat" alt="" coords="809,4663,939,4833"> +<area shape="rect" id="node10" href="tables/chatpresence.html" title="chatpresence" alt="" coords="809,4850,939,5043"> +<area shape="rect" id="node12" href="tables/config.html" title="config" alt="" coords="815,13003,933,13151"> +<area shape="rect" id="node13" href="tables/conv.html" title="conv" alt="" coords="811,11075,937,11314"> +<area shape="rect" id="node14" href="tables/dreport.html" title="dreport" alt="" coords="785,5132,963,5393"> +<area shape="rect" id="node15" href="tables/event.html" title="event" alt="" coords="1025,3273,1193,3943"> +<area shape="rect" id="node16" href="tables/fcontact.html" title="fcontact" alt="" coords="815,11330,933,11750"> +<area shape="rect" id="node17" href="tables/ffinder.html" title="ffinder" alt="" coords="819,11766,929,11914"> +<area shape="rect" id="node18" href="tables/fserver.html" title="fserver" alt="" coords="1053,2686,1165,2834"> +<area shape="rect" id="node19" href="tables/fsuggest.html" title="fsuggest" alt="" coords="1050,271,1167,532"> +<area shape="rect" id="node20" href="tables/group_member.html" title="group_member" alt="" coords="797,10162,951,10310"> +<area shape="rect" id="node21" href="tables/groups.html" title="groups" alt="" coords="809,8673,939,8866"> +<area shape="rect" id="node22" href="tables/hook.html" title="hook" alt="" coords="1047,549,1170,720"> +<area shape="rect" id="node24" href="tables/item.html" title="item" alt="" coords="769,6139,979,7851"> +<area shape="rect" id="node25" href="tables/item_id.html" title="item_id" alt="" coords="810,12119,938,12289"> +<area shape="rect" id="node26" href="tables/likes.html" title="likes" alt="" coords="809,12515,939,12799"> +<area shape="rect" id="node27" href="tables/mail.html" title="mail" alt="" coords="798,8882,950,9438"> +<area shape="rect" id="node28" href="tables/manage.html" title="manage" alt="" coords="1046,4489,1171,4615"> +<area shape="rect" id="node30" href="tables/outq.html" title="outq" alt="" coords="794,3430,954,3759"> +<area shape="rect" id="node31" href="tables/pconfig.html" title="pconfig" alt="" coords="1045,8585,1173,8756"> +<area shape="rect" id="node32" href="tables/photo.html" title="photo" alt="" coords="793,9454,955,10146"> +<area shape="rect" id="node33" href="tables/profdef.html" title="profdef" alt="" coords="809,12306,939,12499"> +<area shape="rect" id="node34" href="tables/profext.html" title="profext" alt="" coords="809,10469,939,10640"> +<area shape="rect" id="node35" href="tables/profile.html" title="profile" alt="" coords="1034,737,1183,1791"> +<area shape="rect" id="node36" href="tables/profile_check.html" title="profile_check" alt="" coords="805,10657,943,10850"> +<area shape="rect" id="node37" href="tables/register.html" title="register" alt="" coords="810,7867,938,8061"> +<area shape="rect" id="node38" href="tables/shares.html" title="shares" alt="" coords="806,5410,942,5558"> +<area shape="rect" id="node39" href="tables/sign.html" title="sign" alt="" coords="809,10866,939,11059"> +<area shape="rect" id="node40" href="tables/source.html" title="source" alt="" coords="793,5575,955,5745"> +<area shape="rect" id="node41" href="tables/spam.html" title="spam" alt="" coords="1054,1807,1163,2001"> +<area shape="rect" id="node42" href="tables/sys_perms.html" title="sys_perms" alt="" coords="807,12816,941,12987"> +<area shape="rect" id="node43" href="tables/term.html" title="term" alt="" coords="793,2259,955,2565"> +<area shape="rect" id="node45" href="tables/updates.html" title="updates" alt="" coords="811,2583,937,2799"> +<area shape="rect" id="node47" href="tables/vote.html" title="vote" alt="" coords="805,5763,943,5933"> +<area shape="rect" id="node49" href="tables/xchat.html" title="xchat" alt="" coords="806,5951,942,6121"> +<area shape="rect" id="node50" href="tables/xconfig.html" title="xconfig" alt="" coords="813,11931,935,12101"> +<area shape="rect" id="node51" href="tables/xign.html" title="xign" alt="" coords="814,10327,934,10452"> +<area shape="rect" id="node52" href="tables/xlink.html" title="xlink" alt="" coords="786,3811,962,4050"> +<area shape="rect" id="node53" href="tables/xprof.html" title="xprof" alt="" coords="797,2980,951,3377"> +<area shape="rect" id="node54" href="tables/xtag.html" title="xtag" alt="" coords="810,2815,938,2963"> +</map> + + <a name='diagram'><img id='impliedLargeImg' src='diagrams/summary/relationships.implied.large.png' usemap='#largeImpliedRelationshipsDiagram' class='diagram' border='0' alt=''></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/schemaSpy.css b/doc/schemaspy_hubzilla/schemaSpy.css new file mode 100644 index 000000000..dfb39a713 --- /dev/null +++ b/doc/schemaspy_hubzilla/schemaSpy.css @@ -0,0 +1,277 @@ +/* required colors MUST be specified in RGB hex notation or the diagrams won't have correct colors */ + +body { + color: #000; + background-color: #F7F7F7; + font-family: arial, geneva, helvetica, lucida, sans-serif; + margin: 0 0 0 0; + padding: 0px; +} + +/* background must be specified for it to propagate into diagrams */ +.content { + margin: 0px; + background: #F7F7F7; + border: 0 0; + padding:.4em; +} + +/* background-color must be specified for th to propagate into diagrams */ +th { + background-color: #9BAB96; + text-align: left; + padding: 0px 4px; +} + +/* background-color must be specified for td to propagate into diagrams */ +td { + background-color: #ffffff; +} + +tr.even td.detail { +} + +tr.odd td.detail { + background-color: #F7F7F7; +} + +h1 { + font-size: 125%; +} + +/* background must be specified for .primaryKey to propagate into diagrams */ +.primaryKey { + background: #BED1B8; + padding: 0px 4px; +} + +/* background must be specified for .indexedColumn to propagate into diagrams */ +.indexedColumn { + background: #F4F7DA; + padding: 0px 4px; +} + +/* background must be specified for .excludedColumn to propagate into diagrams */ +.excludedColumn { + background: #C0C0C0; + padding: 0px 4px; +} + +/* background must be specified for .selectedTable to propagate into diagrams */ +.selectedTable { + background: #A9AB96; +} + +.detail { + padding: 0px 4px; +} + +table { + border-style: none; + margin: 0; +} + +.impliedRelationship { + display: none; + font-style: italic; + color: #183118 +} + +.dataTable { + font-size: 85%; + background-color: #F7F7F7; +} + +.heading { + background: transparent; + padding: 8px 0px; +} + +.header { + color: #000000; + background: transparent; + font-weight: bold; + font-size: 130%; + text-align: left; +} + +.description { + display: block; + padding: 8px 0px; +} + +.signature { + font-size: 105%; + font-weight: bold; + font-style: italic; +} + +.container { + background-color: #F7F7F7; + padding: 0px 0px; +} + +.legend { + display: none; + text-align: left; +} + +.legendDetail { + background-color: #F7F7F7; + padding: 0px 4px; + + font-style: normal; + color: #000000 +} + +.relatedTable { + padding: 0px 4px; +} + +.relatedKey { + display: none; + padding: 0px -4px 0px 4px; +} + +.constraint { + display: none; + text-align: right; + padding: 0px 4px; +} + +.comment { + display: none; + text-align: left; + padding: 0px 4px; +} + +.impliedNotOrphan { +} + +.excludedRelationship { + font-size: 85%; +} + +.degrees { +} + +/* don't display the diagrams until we know what to display */ +.diagram { + display: none; +} + +.indent { + padding: 2px; +} + +a:link { + color: #489148; +} + +a:visited { + color: #183118; +} + +.sortedByColumn { + background-color: #6C7769; +} + +.notSortedByColumn { + color: #000000; +} + +.viewDefinition { + font-size: 90%; + background-color: #ffffff; + border-style: solid; + border-width: 1px; + float: left; + padding: 4px; + font-family: "Courier New", Courier, monospace +} + +.viewReferences { + font-size: 90%; + padding: 4px; +} + +/* wrap around divs that float so they "take up space" */ +div.spacer { + clear: both; +} + +.preFormatted { + white-space: pre; +} + +/* Tabs from http://www.alistapart.com/articles/slidingdoors/ */ + +/* resolve an issue with always having a scrollbar for #header */ +#headerHolder { + width: 100%; + margin: 0; + border: 1px solid black; + border-bottom-style: none; +} + +#header { + float:left; + width: 100%; + background:#BED1B8 url("images/background.gif") repeat-x bottom; + font-size:80%; + line-height:normal; +} + +#header ul { + margin:0; + padding:10px 10px 0; + list-style:none; +} + +#header li { + float:left; + background:url("images/tabLeft.gif") no-repeat left top; + margin:0; + padding:0 0 0 9px; + border-bottom:1px solid #000; +} + +#header a { + float:left; + display:block; + width:.1em; + background:url("images/tabRight.gif") no-repeat right top; + padding:5px 10px 4px 1px; + text-decoration:none; + font-weight:bold; + color:#F4F7DA; +} + +#header > ul a {width:auto;} +/* Commented Backslash Hack hides rule from IE5-Mac \*/ +#header a {float:none;} +/* End IE5-Mac hack */ + +#header a:hover { + color:#333; +} + +#header #current { + background-position:0 -150px; + border-width:0; +} + +#header #current a { + background-position:100% -150px; + padding-bottom:5px; + color:#000; +} + +#header li:hover, #header li:hover a { + background-position:0% -150px; + color:#9BAB96; +} + +#header li:hover a { + background-position:100% -150px; +} diff --git a/doc/schemaspy_hubzilla/schemaSpy.js b/doc/schemaspy_hubzilla/schemaSpy.js new file mode 100644 index 000000000..d1a739d4e --- /dev/null +++ b/doc/schemaspy_hubzilla/schemaSpy.js @@ -0,0 +1,97 @@ +// table-based pages are expected to set 'table' to their name
+var table = null;
+
+// sync target's visibility with the state of checkbox
+function sync(cb, target) {
+ var checked = cb.attr('checked');
+ var displayed = target.css('display') != 'none';
+ if (checked != displayed) {
+ if (checked)
+ target.show();
+ else
+ target.hide();
+ }
+}
+
+// sync target's visibility with the inverse of the state of checkbox
+function unsync(cb, target) {
+ var checked = cb.attr('checked');
+ var displayed = target.css('display') != 'none';
+ if (checked == displayed) {
+ if (checked)
+ target.hide();
+ else
+ target.show();
+ }
+}
+
+// associate the state of checkbox with the visibility of target
+function associate(cb, target) {
+ sync(cb, target);
+ cb.click(function() {
+ sync(cb, target);
+ });
+}
+
+// select the appropriate image based on the options selected
+function syncImage() {
+ var implied = $('#implied').attr('checked');
+
+ $('.diagram').hide();
+
+ if (table) {
+ if (implied && $('#impliedTwoDegreesImg').size() > 0) {
+ $('#impliedTwoDegreesImg').show();
+ } else {
+ var oneDegree = $('#oneDegree').attr('checked');
+
+ if (oneDegree || $('#twoDegreesImg').size() == 0) {
+ $('#oneDegreeImg').show();
+ } else {
+ $('#twoDegreesImg').show();
+ }
+ }
+ } else {
+ var showNonKeys = $('#showNonKeys').attr('checked');
+
+ if (implied) {
+ if (showNonKeys && $('#impliedLargeImg').size() > 0) {
+ $('#impliedLargeImg').show();
+ } else if ($('#impliedCompactImg').size() > 0) {
+ $('#impliedCompactImg').show();
+ } else {
+ $('#realCompactImg').show();
+ }
+ } else {
+ if (showNonKeys && $('#realLargeImg').size() > 0) {
+ $('#realLargeImg').show();
+ } else {
+ $('#realCompactImg').show();
+ }
+ }
+ }
+}
+
+// our 'ready' handler makes the page consistent
+$(function(){
+ associate($('#implied'), $('.impliedRelationship'));
+ associate($('#showComments'), $('.comment'));
+ associate($('#showLegend'), $('.legend'));
+ associate($('#showRelatedCols'), $('.relatedKey'));
+ associate($('#showConstNames'), $('.constraint'));
+
+ syncImage();
+ $('#implied,#oneDegree,#twoDegrees,#showNonKeys').click(function() {
+ syncImage();
+ });
+
+ unsync($('#implied'), $('.degrees'));
+ $('#implied').click(function() {
+ unsync($('#implied'), $('.degrees'));
+ });
+
+ unsync($('#removeImpliedOrphans'), $('.impliedNotOrphan'));
+ $('#removeImpliedOrphans').click(function() {
+ unsync($('#removeImpliedOrphans'), $('.impliedNotOrphan'));
+ });
+});
diff --git a/doc/schemaspy_hubzilla/tables/abook.html b/doc/schemaspy_hubzilla/tables/abook.html new file mode 100644 index 000000000..e8254d67f --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/abook.html @@ -0,0 +1,554 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.abook</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='abook'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>abook</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>abook_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>abook_account</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>abook_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>abook_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="abook.abook_xchan refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>abook_my_perms</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>abook_their_perms</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>abook_closeness</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>99</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>abook_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>abook_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>abook_connected</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>abook_dob</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>abook_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>abook_blocked</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>abook_ignored</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>abook_hidden</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>abook_archived</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>abook_pending</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>abook_unconnected</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>abook_self</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>abook_feed</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>abook_profile</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>abook_incl</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>abook_excl</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='23 columns'>Table contained 685 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>abook_id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>abook_account</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>abook_account</td> + </tr> + <tr> + <td class='indexedColumn'>abook_archived</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>abook_archived</td> + </tr> + <tr> + <td class='indexedColumn'>abook_blocked</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>abook_blocked</td> + </tr> + <tr> + <td class='indexedColumn'>abook_channel</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>abook_channel</td> + </tr> + <tr> + <td class='indexedColumn'>abook_closeness</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>abook_closeness</td> + </tr> + <tr> + <td class='indexedColumn'>abook_connected</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>abook_connected</td> + </tr> + <tr> + <td class='indexedColumn'>abook_created</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>abook_created</td> + </tr> + <tr> + <td class='indexedColumn'>abook_dob</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>abook_dob</td> + </tr> + <tr> + <td class='indexedColumn'>abook_feed</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>abook_feed</td> + </tr> + <tr> + <td class='indexedColumn'>abook_flags</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>abook_flags</td> + </tr> + <tr> + <td class='indexedColumn'>abook_hidden</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>abook_hidden</td> + </tr> + <tr> + <td class='indexedColumn'>abook_ignored</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>abook_ignored</td> + </tr> + <tr> + <td class='indexedColumn'>abook_my_perms</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>abook_my_perms</td> + </tr> + <tr> + <td class='indexedColumn'>abook_pending</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>abook_pending</td> + </tr> + <tr> + <td class='indexedColumn'>abook_profile</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>abook_profile</td> + </tr> + <tr> + <td class='indexedColumn'>abook_self</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>abook_self</td> + </tr> + <tr> + <td class='indexedColumn'>abook_their_perms</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>abook_their_perms</td> + </tr> + <tr> + <td class='indexedColumn'>abook_unconnected</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>abook_unconnected</td> + </tr> + <tr> + <td class='indexedColumn'>abook_updated</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>abook_updated</td> + </tr> + <tr> + <td class='indexedColumn'>abook_xchan</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>abook_xchan</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from abook'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="263,5,553,589"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="7,75,217,722"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/abook.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="672,687,962,1271"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="416,1775,626,2422"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="6,1741,156,1821"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="201,1809,369,1889"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="749,395,885,475"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="757,1288,877,1368"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="752,1385,882,1465"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="742,1483,892,1563"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="753,492,881,572"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="740,1580,894,1660"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="752,103,882,183"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="738,1677,896,1757"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="753,1775,881,1855"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="754,1872,880,1952"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="749,297,885,377"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="749,2748,885,2828"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="742,1969,892,2049"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="756,2845,878,2925"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="756,2943,878,3023"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="757,2067,877,2147"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="757,2164,877,2244"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="742,3040,892,3120"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="756,5,878,85"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="757,2261,877,2341"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="757,2359,877,2439"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="756,2456,878,2536"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="757,2553,877,2633"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="742,589,892,669"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="757,2651,877,2731"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="757,200,877,280"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/abook.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/account.html b/doc/schemaspy_hubzilla/tables/account.html new file mode 100644 index 000000000..2dcf0990e --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/account.html @@ -0,0 +1,418 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.account</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='account'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>account</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied' checked>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>account_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="mail.account_id's name implies that it's a child of account.account_id, but it doesn't reference that column."><a href='mail.html'>mail</a><span class='relatedKey'>.account_id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> +</td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>account_parent</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>account_default_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>account_salt</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>account_password</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>account_email</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>account_external</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>account_language</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>en</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>account_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>account_lastlog</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>account_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>account_roles</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>account_reset</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>account_expires</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>account_expire_notified</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>account_service_class</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>account_level</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>account_password_changed</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='18 columns'>Table contained 2 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>account_id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>account_default_channel</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>account_default_channel</td> + </tr> + <tr> + <td class='indexedColumn'>account_email</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>account_email</td> + </tr> + <tr> + <td class='indexedColumn'>account_expires</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>account_expires</td> + </tr> + <tr> + <td class='indexedColumn'>account_external</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>account_external</td> + </tr> + <tr> + <td class='indexedColumn'>account_flags</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>account_flags</td> + </tr> + <tr> + <td class='indexedColumn'>account_lastlog</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>account_lastlog</td> + </tr> + <tr> + <td class='indexedColumn'>account_level</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>account_level</td> + </tr> + <tr> + <td class='indexedColumn'>account_parent</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>account_parent</td> + </tr> + <tr> + <td class='indexedColumn'>account_password_changed</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>account_password_changed</td> + </tr> + <tr> + <td class='indexedColumn'>account_roles</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>account_roles</td> + </tr> + <tr> + <td class='indexedColumn'>account_service_class</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>account_service_class</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="account.html" title="account" alt="" coords="7,5,335,475"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/account.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="channel.html" title="channel" alt="" coords="319,661,468,741"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="15,384,183,464"> +<area shape="rect" id="node4" href="mail.html" title="mail" alt="" coords="603,17,755,573"> +<area shape="rect" id="node6" href="account.html" title="account" alt="" coords="230,174,558,645"> +<area shape="rect" id="node10" href="verify.html" title="verify" alt="" coords="330,5,458,85"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/account.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/addon.html b/doc/schemaspy_hubzilla/tables/addon.html new file mode 100644 index 000000000..692b6aa6b --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/addon.html @@ -0,0 +1,258 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.addon</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='addon'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>addon</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied' checked>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="addon.id's name implies that it's a child of notify.id, but it doesn't reference that column."><a href='notify.html'>notify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>version</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>installed</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>hidden</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>timestamp</td> + <td class='detail'>bigint</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>plugin_admin</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='7 columns'>Table contained 20 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>hidden</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>hidden</td> + </tr> + <tr> + <td class='indexedColumn'>installed</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>installed</td> + </tr> + <tr> + <td class='indexedColumn'>name</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>name</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="addon.html" title="addon" alt="" coords="7,5,209,227"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/addon.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="addon.html" title="addon" alt="" coords="840,589,1043,811"> +<area shape="rect" id="node3" href="notify.html" title="notify" alt="" coords="637,516,795,913"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="444,833,593,913"> +<area shape="rect" id="node8" href="xchan.html" title="xchan" alt="" coords="231,901,399,981"> +<area shape="rect" id="node12" href="hubloc.html" title="hubloc" alt="" coords="16,901,184,981"> +<area shape="rect" id="node4" href="app.html" title="app" alt="" coords="881,828,1001,908"> +<area shape="rect" id="node9" href="event.html" title="event" alt="" coords="877,1023,1005,1103"> +<area shape="rect" id="node16" href="fserver.html" title="fserver" alt="" coords="880,5,1003,85"> +<area shape="rect" id="node18" href="fsuggest.html" title="fsuggest" alt="" coords="879,103,1004,183"> +<area shape="rect" id="node20" href="hook.html" title="hook" alt="" coords="877,200,1005,280"> +<area shape="rect" id="node24" href="manage.html" title="manage" alt="" coords="879,925,1004,1005"> +<area shape="rect" id="node30" href="pconfig.html" title="pconfig" alt="" coords="872,297,1011,377"> +<area shape="rect" id="node32" href="profile.html" title="profile" alt="" coords="877,395,1005,475"> +<area shape="rect" id="node34" href="spam.html" title="spam" alt="" coords="881,492,1001,572"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/addon.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/app.html b/doc/schemaspy_hubzilla/tables/app.html new file mode 100644 index 000000000..68342c09d --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/app.html @@ -0,0 +1,393 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.app</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='app'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>app</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied' checked>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="app.id's name implies that it's a child of notify.id, but it doesn't reference that column."><a href='notify.html'>notify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>app_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>app_sig</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>app_author</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>app_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>app_desc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>app_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>app_photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>app_version</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>app_channel</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>app_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>app_price</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>app_page</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>app_requires</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>app_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>app_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='16 columns'>Table contained 4 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>app_channel</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>app_channel</td> + </tr> + <tr> + <td class='indexedColumn'>app_created</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>app_created</td> + </tr> + <tr> + <td class='indexedColumn'>app_edited</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>app_edited</td> + </tr> + <tr> + <td class='indexedColumn'>app_id</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>app_id</td> + </tr> + <tr> + <td class='indexedColumn'>app_name</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>app_name</td> + </tr> + <tr> + <td class='indexedColumn'>app_photo</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>app_photo</td> + </tr> + <tr> + <td class='indexedColumn'>app_price</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>app_price</td> + </tr> + <tr> + <td class='indexedColumn'>app_url</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>app_url</td> + </tr> + <tr> + <td class='indexedColumn'>app_version</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>app_version</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="app.html" title="app" alt="" coords="7,5,220,430"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/app.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="addon.html" title="addon" alt="" coords="883,589,1011,669"> +<area shape="rect" id="node3" href="notify.html" title="notify" alt="" coords="637,591,795,988"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="444,1028,593,1108"> +<area shape="rect" id="node8" href="xchan.html" title="xchan" alt="" coords="231,1096,399,1176"> +<area shape="rect" id="node12" href="hubloc.html" title="hubloc" alt="" coords="16,1096,184,1176"> +<area shape="rect" id="node4" href="app.html" title="app" alt="" coords="840,686,1053,1111"> +<area shape="rect" id="node9" href="event.html" title="event" alt="" coords="883,1225,1011,1305"> +<area shape="rect" id="node16" href="fserver.html" title="fserver" alt="" coords="885,5,1008,85"> +<area shape="rect" id="node18" href="fsuggest.html" title="fsuggest" alt="" coords="884,103,1009,183"> +<area shape="rect" id="node20" href="hook.html" title="hook" alt="" coords="883,200,1011,280"> +<area shape="rect" id="node24" href="manage.html" title="manage" alt="" coords="884,1128,1009,1208"> +<area shape="rect" id="node30" href="pconfig.html" title="pconfig" alt="" coords="877,297,1016,377"> +<area shape="rect" id="node32" href="profile.html" title="profile" alt="" coords="883,395,1011,475"> +<area shape="rect" id="node34" href="spam.html" title="spam" alt="" coords="887,492,1007,572"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/app.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/attach.html b/doc/schemaspy_hubzilla/tables/attach.html new file mode 100644 index 000000000..7d93706d9 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/attach.html @@ -0,0 +1,593 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.attach</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='attach'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>attach</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied'>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="attach.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='verify.html'>verify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="attach.hash refs hubloc.hubloc_hash"><a href='hubloc.html'>hubloc</a><span class='relatedKey'>.hubloc_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="attach.hash refs channel.channel_hash"><a href='channel.html'>channel</a><span class='relatedKey'>.channel_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="attach.hash refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>creator</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>filename</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>filetype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>filesize</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>revision</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>folder</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>is_dir</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>is_photo</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>os_storage</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>os_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>display_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>data</td> + <td class='detail'>longblob</td> + <td class='detail' align='right'>2147483647</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='23 columns'>Table contained 105 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>aid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>aid</td> + </tr> + <tr> + <td class='indexedColumn'>created</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>created</td> + </tr> + <tr> + <td class='indexedColumn'>creator</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>creator</td> + </tr> + <tr> + <td class='indexedColumn'>edited</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>edited</td> + </tr> + <tr> + <td class='indexedColumn'>filename</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>filename</td> + </tr> + <tr> + <td class='indexedColumn'>filesize</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>filesize</td> + </tr> + <tr> + <td class='indexedColumn'>filetype</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>filetype</td> + </tr> + <tr> + <td class='indexedColumn'>flags</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>flags</td> + </tr> + <tr> + <td class='indexedColumn'>folder</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>folder</td> + </tr> + <tr> + <td class='indexedColumn'>hash</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>hash</td> + </tr> + <tr> + <td class='indexedColumn'>is_dir</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>is_dir</td> + </tr> + <tr> + <td class='indexedColumn'>is_photo</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>is_photo</td> + </tr> + <tr> + <td class='indexedColumn'>os_storage</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>os_storage</td> + </tr> + <tr> + <td class='indexedColumn'>revision</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>revision</td> + </tr> + <tr> + <td class='indexedColumn'>uid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>uid</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from attach'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="attach.html" title="attach" alt="" coords="760,142,1056,726"> +<area shape="rect" id="node3" href="channel.html" title="channel" alt="" coords="522,53,716,1199"> +<area shape="rect" id="node5" href="hubloc.html" title="hubloc" alt="" coords="22,460,219,971"> +<area shape="rect" id="node7" href="xchan.html" title="xchan" alt="" coords="266,212,476,859"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/attach.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="845,930,981,1010"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="509,1320,719,1967"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="25,1095,219,2240"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="265,628,462,1139"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="765,2134,1061,2718"> +<area shape="rect" id="node11" href="verify.html" title="verify" alt="" coords="549,3028,679,3221"> +<area shape="rect" id="node13" href="chat.html" title="chat" alt="" coords="853,1027,973,1107"> +<area shape="rect" id="node15" href="chatpresence.html" title="chatpresence" alt="" coords="847,1125,978,1205"> +<area shape="rect" id="node17" href="config.html" title="config" alt="" coords="849,3319,977,3399"> +<area shape="rect" id="node19" href="conv.html" title="conv" alt="" coords="849,3417,977,3497"> +<area shape="rect" id="node21" href="dreport.html" title="dreport" alt="" coords="838,1222,987,1302"> +<area shape="rect" id="node23" href="event.html" title="event" alt="" coords="1106,683,1234,763"> +<area shape="rect" id="node29" href="notify.html" title="notify" alt="" coords="834,683,991,763"> +<area shape="rect" id="node30" href="fcontact.html" title="fcontact" alt="" coords="851,3514,974,3594"> +<area shape="rect" id="node32" href="ffinder.html" title="ffinder" alt="" coords="853,3611,973,3691"> +<area shape="rect" id="node34" href="group_member.html" title="group_member" alt="" coords="835,2735,990,2815"> +<area shape="rect" id="node37" href="groups.html" title="groups" alt="" coords="847,2833,978,2913"> +<area shape="rect" id="node44" href="item.html" title="item" alt="" coords="834,1745,991,1825"> +<area shape="rect" id="node49" href="item_id.html" title="item_id" alt="" coords="843,3709,982,3789"> +<area shape="rect" id="node51" href="likes.html" title="likes" alt="" coords="853,4098,973,4178"> +<area shape="rect" id="node54" href="mail.html" title="mail" alt="" coords="849,1842,977,1922"> +<area shape="rect" id="node59" href="manage.html" title="manage" alt="" coords="1107,1082,1233,1162"> +<area shape="rect" id="node65" href="outq.html" title="outq" alt="" coords="845,586,981,666"> +<area shape="rect" id="node69" href="photo.html" title="photo" alt="" coords="838,3125,987,3205"> +<area shape="rect" id="node72" href="profdef.html" title="profdef" alt="" coords="851,3806,974,3886"> +<area shape="rect" id="node74" href="profext.html" title="profext" alt="" coords="851,3027,974,3107"> +<area shape="rect" id="node80" href="profile_check.html" title="profile_check" alt="" coords="843,3903,982,3983"> +<area shape="rect" id="node82" href="register.html" title="register" alt="" coords="851,2930,974,3010"> +<area shape="rect" id="node87" href="shares.html" title="shares" alt="" coords="853,1319,973,1399"> +<area shape="rect" id="node89" href="sign.html" title="sign" alt="" coords="853,4001,973,4081"> +<area shape="rect" id="node91" href="source.html" title="source" alt="" coords="853,1453,973,1533"> +<area shape="rect" id="node94" href="sys_perms.html" title="sys_perms" alt="" coords="847,3222,978,3302"> +<area shape="rect" id="node96" href="term.html" title="term" alt="" coords="838,161,987,241"> +<area shape="rect" id="node103" href="updates.html" title="updates" alt="" coords="851,453,974,533"> +<area shape="rect" id="node107" href="vote.html" title="vote" alt="" coords="853,1550,973,1630"> +<area shape="rect" id="node111" href="xchat.html" title="xchat" alt="" coords="853,1647,973,1727"> +<area shape="rect" id="node113" href="xconfig.html" title="xconfig" alt="" coords="851,2037,974,2117"> +<area shape="rect" id="node116" href="xign.html" title="xign" alt="" coords="853,1939,973,2019"> +<area shape="rect" id="node119" href="xlink.html" title="xlink" alt="" coords="838,833,987,913"> +<area shape="rect" id="node121" href="xprof.html" title="xprof" alt="" coords="853,258,973,338"> +<area shape="rect" id="node125" href="xtag.html" title="xtag" alt="" coords="853,355,973,435"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/attach.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="842,899,978,979"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="506,1765,716,2411"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="22,2030,216,3175"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="262,2121,459,2631"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="762,5,1058,589"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="850,996,970,1076"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="844,1093,975,1173"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="835,1191,984,1271"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="846,607,974,687"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="832,1288,987,1368"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="844,704,975,784"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="831,1385,988,1465"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="846,1483,974,1563"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="847,1580,972,1660"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="842,801,978,881"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="842,2456,978,2536"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="835,1677,984,1757"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="848,2553,971,2633"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="848,2651,971,2731"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="850,1775,970,1855"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="850,1872,970,1952"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="835,2748,984,2828"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="848,2845,971,2925"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="850,1969,970,2049"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="850,2067,970,2147"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="848,2164,971,2244"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="850,2261,970,2341"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="835,2359,984,2439"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="850,2943,970,3023"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="850,3040,970,3120"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/attach.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/auth_codes.html b/doc/schemaspy_hubzilla/tables/auth_codes.html new file mode 100644 index 000000000..1c2861388 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/auth_codes.html @@ -0,0 +1,216 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.auth_codes</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='auth_codes'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>auth_codes</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied' checked>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>40</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="auth_codes.id's name implies that it's a child of tokens.id, but it doesn't reference that column."><a href='tokens.html'>tokens</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>client_id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="auth_codes.client_id's name implies that it's a child of clients.client_id, but it doesn't reference that column."><a href='clients.html'>clients</a><span class='relatedKey'>.client_id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>redirect_uri</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>200</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>expires</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>scope</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>250</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='5 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="auth_codes.html" title="auth_codes" alt="" coords="5,5,216,181"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/auth_codes.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="auth_codes.html" title="auth_codes" alt="" coords="360,81,571,257"> +<area shape="rect" id="node3" href="clients.html" title="clients" alt="" coords="7,117,137,310"> +<area shape="rect" id="node5" href="tokens.html" title="tokens" alt="" coords="183,5,316,198"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/auth_codes.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/cache.html b/doc/schemaspy_hubzilla/tables/cache.html new file mode 100644 index 000000000..daf6f4517 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/cache.html @@ -0,0 +1,217 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.cache</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='cache'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>cache</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied' checked>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="config.k's name implies that it's a child of cache.k, but it doesn't reference that column."><a href='config.html'>config</a><span class='relatedKey'>.k</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="pconfig.k's name implies that it's a child of cache.k, but it doesn't reference that column."><a href='pconfig.html'>pconfig</a><span class='relatedKey'>.k</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="profext.k's name implies that it's a child of cache.k, but it doesn't reference that column."><a href='profext.html'>profext</a><span class='relatedKey'>.k</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="sys_perms.k's name implies that it's a child of cache.k, but it doesn't reference that column."><a href='sys_perms.html'>sys_perms</a><span class='relatedKey'>.k</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="xconfig.k's name implies that it's a child of cache.k, but it doesn't reference that column."><a href='xconfig.html'>xconfig</a><span class='relatedKey'>.k</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> +</td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>v</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='3 columns'>Table contained 334 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>k</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="cache.html" title="cache" alt="" coords="7,5,220,136"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/cache.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="channel.html" title="channel" alt="" coords="477,96,627,176"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="231,115,399,195"> +<area shape="rect" id="node9" href="hubloc.html" title="hubloc" alt="" coords="16,115,184,195"> +<area shape="rect" id="node4" href="config.html" title="config" alt="" coords="719,290,847,438"> +<area shape="rect" id="node6" href="verify.html" title="verify" alt="" coords="488,345,616,425"> +<area shape="rect" id="node8" href="cache.html" title="cache" alt="" coords="445,499,659,629"> +<area shape="rect" id="node12" href="notify.html" title="notify" alt="" coords="704,5,861,85"> +<area shape="rect" id="node16" href="pconfig.html" title="pconfig" alt="" coords="905,369,1044,540"> +<area shape="rect" id="node19" href="profext.html" title="profext" alt="" coords="717,103,848,273"> +<area shape="rect" id="node26" href="sys_perms.html" title="sys_perms" alt="" coords="716,455,849,625"> +<area shape="rect" id="node31" href="xconfig.html" title="xconfig" alt="" coords="721,643,844,813"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/cache.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/channel.html b/doc/schemaspy_hubzilla/tables/channel.html new file mode 100644 index 000000000..8de11aa72 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/channel.html @@ -0,0 +1,1104 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.channel</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='channel'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>channel</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied'>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="likes.channel_id's name implies that it's a child of channel.channel_id, but it doesn't reference that column."><a href='likes.html'>likes</a><span class='relatedKey'>.channel_id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="mail.channel_id's name implies that it's a child of channel.channel_id, but it doesn't reference that column."><a href='mail.html'>mail</a><span class='relatedKey'>.channel_id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="profext.channel_id's name implies that it's a child of channel.channel_id, but it doesn't reference that column."><a href='profext.html'>profext</a><span class='relatedKey'>.channel_id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> +</td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>channel_account_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>channel_primary</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>channel_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>channel_address</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>channel_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>channel_guid_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>channel_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="attach.hash refs channel.channel_hash"><a href='attach.html'>attach</a><span class='relatedKey'>.hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="event.event_hash refs channel.channel_hash"><a href='event.html'>event</a><span class='relatedKey'>.event_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="groups.hash refs channel.channel_hash"><a href='groups.html'>groups</a><span class='relatedKey'>.hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="hubloc.hubloc_hash refs channel.channel_hash"><a href='hubloc.html'>hubloc</a><span class='relatedKey'>.hubloc_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="notify.hash refs channel.channel_hash"><a href='notify.html'>notify</a><span class='relatedKey'>.hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="outq.outq_hash refs channel.channel_hash"><a href='outq.html'>outq</a><span class='relatedKey'>.outq_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="profext.hash refs channel.channel_hash"><a href='profext.html'>profext</a><span class='relatedKey'>.hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="register.hash refs channel.channel_hash"><a href='register.html'>register</a><span class='relatedKey'>.hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="term.parent_hash refs channel.channel_hash"><a href='term.html'>term</a><span class='relatedKey'>.parent_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="term.term_hash refs channel.channel_hash"><a href='term.html'>term</a><span class='relatedKey'>.term_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="updates.ud_hash refs channel.channel_hash"><a href='updates.html'>updates</a><span class='relatedKey'>.ud_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="xchan.xchan_hash refs channel.channel_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="xprof.xprof_hash refs channel.channel_hash"><a href='xprof.html'>xprof</a><span class='relatedKey'>.xprof_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="xtag.xtag_hash refs channel.channel_hash"><a href='xtag.html'>xtag</a><span class='relatedKey'>.xtag_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> +</td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="channel.channel_hash refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>channel_timezone</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>UTC</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>channel_location</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>channel_theme</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>channel_startpage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>channel_pubkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>channel_prvkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>channel_notifyflags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>65535</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>channel_pageflags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>channel_dirdate</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>channel_lastpost</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>channel_deleted</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>channel_max_anon_mail</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>10</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>channel_max_friend_req</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>10</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>channel_expire_days</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>channel_passwd_reset</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>channel_default_group</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>channel_allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>channel_allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>channel_deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>channel_deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>channel_r_stream</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>channel_r_profile</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>channel_r_photos</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>channel_r_abook</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>channel_w_stream</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>channel_w_wall</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>channel_w_tagwall</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>channel_w_comment</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>channel_w_mail</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>channel_w_photos</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>channel_w_chat</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>channel_a_delegate</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>channel_r_storage</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>channel_w_storage</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>channel_r_pages</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>channel_w_pages</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>channel_a_republish</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>channel_w_like</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>channel_removed</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>channel_system</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='48 columns'>Table contained 12 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>channel_id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>channel_a_delegate</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_a_delegate</td> + </tr> + <tr> + <td class='indexedColumn'>channel_a_republish</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_a_republish</td> + </tr> + <tr> + <td class='indexedColumn'>channel_account_id</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_account_id</td> + </tr> + <tr> + <td class='indexedColumn'>channel_address</td> + <td class='detail'>Must be unique</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_address_unique</td> + </tr> + <tr> + <td class='indexedColumn'>channel_default_group</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_default_gid</td> + </tr> + <tr> + <td class='indexedColumn'>channel_deleted</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_deleted</td> + </tr> + <tr> + <td class='indexedColumn'>channel_dirdate</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_dirdate</td> + </tr> + <tr> + <td class='indexedColumn'>channel_expire_days</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_expire_days</td> + </tr> + <tr> + <td class='indexedColumn'>channel_guid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_guid</td> + </tr> + <tr> + <td class='indexedColumn'>channel_hash</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_hash</td> + </tr> + <tr> + <td class='indexedColumn'>channel_lastpost</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_lastpost</td> + </tr> + <tr> + <td class='indexedColumn'>channel_location</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_location</td> + </tr> + <tr> + <td class='indexedColumn'>channel_max_anon_mail</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_max_anon_mail</td> + </tr> + <tr> + <td class='indexedColumn'>channel_max_friend_req</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_max_friend_req</td> + </tr> + <tr> + <td class='indexedColumn'>channel_name</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_name</td> + </tr> + <tr> + <td class='indexedColumn'>channel_notifyflags</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_notifyflags</td> + </tr> + <tr> + <td class='indexedColumn'>channel_pageflags</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_pageflags</td> + </tr> + <tr> + <td class='indexedColumn'>channel_primary</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_primary</td> + </tr> + <tr> + <td class='indexedColumn'>channel_r_abook</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_r_abook</td> + </tr> + <tr> + <td class='indexedColumn'>channel_r_pages</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_r_pages</td> + </tr> + <tr> + <td class='indexedColumn'>channel_r_photos</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_r_photos</td> + </tr> + <tr> + <td class='indexedColumn'>channel_r_profile</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_r_profile</td> + </tr> + <tr> + <td class='indexedColumn'>channel_r_storage</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_r_storage</td> + </tr> + <tr> + <td class='indexedColumn'>channel_r_stream</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_r_stream</td> + </tr> + <tr> + <td class='indexedColumn'>channel_removed</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_removed</td> + </tr> + <tr> + <td class='indexedColumn'>channel_system</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_system</td> + </tr> + <tr> + <td class='indexedColumn'>channel_theme</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_theme</td> + </tr> + <tr> + <td class='indexedColumn'>channel_timezone</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_timezone</td> + </tr> + <tr> + <td class='indexedColumn'>channel_w_chat</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_w_chat</td> + </tr> + <tr> + <td class='indexedColumn'>channel_w_comment</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_w_comment</td> + </tr> + <tr> + <td class='indexedColumn'>channel_w_like</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_w_like</td> + </tr> + <tr> + <td class='indexedColumn'>channel_w_mail</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_w_mail</td> + </tr> + <tr> + <td class='indexedColumn'>channel_w_pages</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_w_pages</td> + </tr> + <tr> + <td class='indexedColumn'>channel_w_photos</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_w_photos</td> + </tr> + <tr> + <td class='indexedColumn'>channel_w_storage</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_w_storage</td> + </tr> + <tr> + <td class='indexedColumn'>channel_w_stream</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_w_stream</td> + </tr> + <tr> + <td class='indexedColumn'>channel_w_tagwall</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_w_tagwall</td> + </tr> + <tr> + <td class='indexedColumn'>channel_w_wall</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_w_wall</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from channel'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="attach.html" title="attach" alt="" coords="931,2508,1083,3087"> +<area shape="rect" id="node3" href="channel.html" title="channel" alt="" coords="528,1003,878,2154"> +<area shape="rect" id="node5" href="hubloc.html" title="hubloc" alt="" coords="27,1130,224,1641"> +<area shape="rect" id="node7" href="xchan.html" title="xchan" alt="" coords="271,1198,482,1845"> +<area shape="rect" id="node9" href="event.html" title="event" alt="" coords="923,3104,1091,3773"> +<area shape="rect" id="node14" href="groups.html" title="groups" alt="" coords="942,419,1072,613"> +<area shape="rect" id="node20" href="notify.html" title="notify" alt="" coords="939,2093,1075,2491"> +<area shape="rect" id="node24" href="outq.html" title="outq" alt="" coords="927,793,1087,1122"> +<area shape="rect" id="node28" href="profext.html" title="profext" alt="" coords="942,1139,1072,1309"> +<area shape="rect" id="node32" href="register.html" title="register" alt="" coords="943,1650,1071,1843"> +<area shape="rect" id="node36" href="term.html" title="term" alt="" coords="926,1327,1088,1633"> +<area shape="rect" id="node43" href="updates.html" title="updates" alt="" coords="944,1860,1070,2076"> +<area shape="rect" id="node49" href="xprof.html" title="xprof" alt="" coords="930,5,1084,403"> +<area shape="rect" id="node53" href="xtag.html" title="xtag" alt="" coords="943,629,1071,777"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/channel.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="933,2393,1069,2473"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="662,2925,873,3571"> +<area shape="rect" id="node11" href="channel.html" title="channel" alt="" coords="22,2611,372,3762"> +<area shape="rect" id="node13" href="hubloc.html" title="hubloc" alt="" coords="418,2857,616,3367"> +<area shape="rect" id="node4" href="addon.html" title="addon" alt="" coords="1148,2795,1276,2875"> +<area shape="rect" id="node6" href="notify.html" title="notify" alt="" coords="922,2844,1080,3241"> +<area shape="rect" id="node7" href="app.html" title="app" alt="" coords="1152,2892,1272,2972"> +<area shape="rect" id="node9" href="attach.html" title="attach" alt="" coords="925,5,1077,584"> +<area shape="rect" id="node16" href="verify.html" title="verify" alt="" coords="704,1305,832,1385"> +<area shape="rect" id="node18" href="chat.html" title="chat" alt="" coords="941,3295,1061,3375"> +<area shape="rect" id="node20" href="chatpresence.html" title="chatpresence" alt="" coords="936,3392,1066,3472"> +<area shape="rect" id="node22" href="dreport.html" title="dreport" alt="" coords="926,3489,1076,3569"> +<area shape="rect" id="node24" href="event.html" title="event" alt="" coords="1128,2108,1296,2777"> +<area shape="rect" id="node30" href="fserver.html" title="fserver" alt="" coords="1150,2989,1273,3069"> +<area shape="rect" id="node32" href="fsuggest.html" title="fsuggest" alt="" coords="1149,3087,1274,3167"> +<area shape="rect" id="node34" href="group_member.html" title="group_member" alt="" coords="924,1111,1078,1191"> +<area shape="rect" id="node37" href="groups.html" title="groups" alt="" coords="936,601,1066,794"> +<area shape="rect" id="node42" href="hook.html" title="hook" alt="" coords="1148,3184,1276,3264"> +<area shape="rect" id="node46" href="item.html" title="item" alt="" coords="922,2296,1080,2376"> +<area shape="rect" id="node51" href="likes.html" title="likes" alt="" coords="936,810,1066,1094"> +<area shape="rect" id="node54" href="mail.html" title="mail" alt="" coords="925,1402,1077,1958"> +<area shape="rect" id="node56" href="account.html" title="account" alt="" coords="706,1515,829,1595"> +<area shape="rect" id="node61" href="manage.html" title="manage" alt="" coords="1149,3476,1274,3556"> +<area shape="rect" id="node67" href="outq.html" title="outq" alt="" coords="921,4073,1081,4402"> +<area shape="rect" id="node71" href="pconfig.html" title="pconfig" alt="" coords="1142,2011,1281,2091"> +<area shape="rect" id="node74" href="cache.html" title="cache" alt="" coords="700,2136,836,2216"> +<area shape="rect" id="node75" href="photo.html" title="photo" alt="" coords="926,1208,1076,1288"> +<area shape="rect" id="node78" href="profext.html" title="profext" alt="" coords="936,1975,1066,2145"> +<area shape="rect" id="node85" href="profile.html" title="profile" alt="" coords="1148,3281,1276,3361"> +<area shape="rect" id="node87" href="register.html" title="register" alt="" coords="937,2598,1065,2791"> +<area shape="rect" id="node92" href="shares.html" title="shares" alt="" coords="941,3587,1061,3667"> +<area shape="rect" id="node94" href="source.html" title="source" alt="" coords="941,3684,1061,3764"> +<area shape="rect" id="node97" href="spam.html" title="spam" alt="" coords="1152,3379,1272,3459"> +<area shape="rect" id="node99" href="term.html" title="term" alt="" coords="920,4419,1082,4725"> +<area shape="rect" id="node106" href="updates.html" title="updates" alt="" coords="938,4743,1064,4959"> +<area shape="rect" id="node110" href="vote.html" title="vote" alt="" coords="941,3781,1061,3861"> +<area shape="rect" id="node114" href="xchat.html" title="xchat" alt="" coords="941,3879,1061,3959"> +<area shape="rect" id="node116" href="xconfig.html" title="xconfig" alt="" coords="940,2199,1062,2279"> +<area shape="rect" id="node120" href="xign.html" title="xign" alt="" coords="941,1305,1061,1385"> +<area shape="rect" id="node123" href="xlink.html" title="xlink" alt="" coords="926,3976,1076,4056"> +<area shape="rect" id="node125" href="xprof.html" title="xprof" alt="" coords="924,4976,1078,5373"> +<area shape="rect" id="node129" href="xtag.html" title="xtag" alt="" coords="937,5390,1065,5538"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/channel.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="934,2631,1070,2711"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="662,3118,872,3765"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="22,2453,371,3603"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="418,2546,615,3057"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="926,1139,1078,1717"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="942,2728,1062,2808"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="936,2825,1067,2905"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="927,2923,1076,3003"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="918,1735,1086,2404"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="924,3020,1079,3100"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="936,5,1067,198"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="923,3117,1080,3197"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="938,3215,1066,3295"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="939,3312,1064,3392"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="934,215,1070,612"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="922,793,1082,1122"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="927,3409,1076,3489"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="936,4603,1067,4773"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="938,2421,1066,2614"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="942,3507,1062,3587"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="942,3604,1062,3684"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="920,4791,1083,5097"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="939,5115,1064,5331"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="942,3701,1062,3781"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="942,3799,1062,3879"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="940,3896,1063,3976"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="942,3993,1062,4073"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="927,4091,1076,4171"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="924,4188,1079,4585"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="938,629,1066,777"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/channel.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/chat.html b/doc/schemaspy_hubzilla/tables/chat.html new file mode 100644 index 000000000..555b76949 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/chat.html @@ -0,0 +1,254 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.chat</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='chat'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>chat</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>chat_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>chat_room</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>chat_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="chat.chat_xchan refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>chat_text</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='5 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>chat_id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>chat_room</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>chat_room</td> + </tr> + <tr> + <td class='indexedColumn'>chat_xchan</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>chat_xchan</td> + </tr> + <tr> + <td class='indexedColumn'>created</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>created</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from chat'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="chat.html" title="chat" alt="" coords="264,5,539,181"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="7,54,217,701"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/chat.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="742,687,878,767"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="416,1367,626,2014"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="6,1333,156,1413"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="201,1401,369,1481"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="742,395,878,475"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="673,784,948,960"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="745,977,876,1057"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="736,1075,885,1155"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="746,492,874,572"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="733,1172,888,1252"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="745,103,876,183"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="732,1269,889,1349"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="746,1367,874,1447"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="748,1464,873,1544"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="742,297,878,377"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="742,2340,878,2420"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="736,1561,885,1641"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="749,2437,872,2517"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="749,2535,872,2615"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="750,1659,870,1739"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="750,1756,870,1836"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="736,2632,885,2712"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="749,5,872,85"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="750,1853,870,1933"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="750,1951,870,2031"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="749,2048,872,2128"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="750,2145,870,2225"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="736,589,885,669"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="750,2243,870,2323"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="750,200,870,280"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/chat.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/chatpresence.html b/doc/schemaspy_hubzilla/tables/chatpresence.html new file mode 100644 index 000000000..7a7811c98 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/chatpresence.html @@ -0,0 +1,271 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.chatpresence</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='chatpresence'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>chatpresence</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>cp_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>cp_room</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>cp_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="chatpresence.cp_xchan refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>cp_last</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>cp_status</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>cp_client</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='6 columns'>Table contained 1 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>cp_id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>cp_last</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>cp_last</td> + </tr> + <tr> + <td class='indexedColumn'>cp_room</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>cp_room</td> + </tr> + <tr> + <td class='indexedColumn'>cp_status</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>cp_status</td> + </tr> + <tr> + <td class='indexedColumn'>cp_xchan</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>cp_xchan</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from chatpresence'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="chatpresence.html" title="chatpresence" alt="" coords="264,5,480,203"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="7,53,217,699"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/chatpresence.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="713,687,849,767"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="416,1389,626,2035"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="6,1355,156,1435"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="201,1423,369,1503"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="713,395,849,475"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="721,784,841,864"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="673,881,889,1079"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="706,1096,856,1176"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="717,492,845,572"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="704,1193,858,1273"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="716,103,846,183"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="702,1291,860,1371"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="717,1388,845,1468"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="718,1485,844,1565"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="713,297,849,377"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="713,2361,849,2441"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="706,1583,856,1663"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="720,2459,842,2539"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="720,2556,842,2636"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="721,1680,841,1760"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="721,1777,841,1857"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="706,2653,856,2733"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="720,5,842,85"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="721,1875,841,1955"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="721,1972,841,2052"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="720,2069,842,2149"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="721,2167,841,2247"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="706,589,856,669"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="721,2264,841,2344"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="721,200,841,280"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/chatpresence.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/chatroom.html b/doc/schemaspy_hubzilla/tables/chatroom.html new file mode 100644 index 000000000..359888f56 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/chatroom.html @@ -0,0 +1,286 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.chatroom</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='chatroom'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>chatroom</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>cr_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>cr_aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>cr_uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>cr_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>cr_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>cr_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>cr_expire</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='11 columns'>Table contained 2 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>cr_id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>cr_aid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>cr_aid</td> + </tr> + <tr> + <td class='indexedColumn'>cr_created</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>cr_created</td> + </tr> + <tr> + <td class='indexedColumn'>cr_edited</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>cr_edited</td> + </tr> + <tr> + <td class='indexedColumn'>cr_expire</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>cr_expire</td> + </tr> + <tr> + <td class='indexedColumn'>cr_name</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>cr_name</td> + </tr> + <tr> + <td class='indexedColumn'>cr_uid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>cr_uid</td> + </tr> +</table> +</div> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/clients.html b/doc/schemaspy_hubzilla/tables/clients.html new file mode 100644 index 000000000..e805498cf --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/clients.html @@ -0,0 +1,224 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.clients</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='clients'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>clients</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied' checked>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>client_id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="auth_codes.client_id's name implies that it's a child of clients.client_id, but it doesn't reference that column."><a href='auth_codes.html'>auth_codes</a><span class='relatedKey'>.client_id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="tokens.client_id's name implies that it's a child of clients.client_id, but it doesn't reference that column."><a href='tokens.html'>tokens</a><span class='relatedKey'>.client_id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> +</td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>pw</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>redirect_uri</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>200</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>name</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center' title='nullable'> √ </td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>null</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>icon</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center' title='nullable'> √ </td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>null</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='6 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>client_id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="clients.html" title="clients" alt="" coords="5,5,216,203"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/clients.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="auth_codes.html" title="auth_codes" alt="" coords="439,84,569,255"> +<area shape="rect" id="node3" href="clients.html" title="clients" alt="" coords="5,114,216,313"> +<area shape="rect" id="node5" href="tokens.html" title="tokens" alt="" coords="260,5,393,198"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/clients.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/config.html b/doc/schemaspy_hubzilla/tables/config.html new file mode 100644 index 000000000..eb06c5479 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/config.html @@ -0,0 +1,231 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.config</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='config'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>config</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied' checked>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="config.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='verify.html'>verify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="config.k's name implies that it's a child of cache.k, but it doesn't reference that column."><a href='cache.html'>cache</a><span class='relatedKey'>.k</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>v</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='4 columns'>Table contained 83 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>cat + k</td> + <td class='detail'>Must be unique</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span>/<span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>access</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="config.html" title="config" alt="" coords="5,5,232,158"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/config.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="attach.html" title="attach" alt="" coords="236,1465,372,1545"> +<area shape="rect" id="node3" href="verify.html" title="verify" alt="" coords="11,931,141,1125"> +<area shape="rect" id="node4" href="config.html" title="config" alt="" coords="191,1659,417,1813"> +<area shape="rect" id="node7" href="cache.html" title="cache" alt="" coords="5,1831,147,1956"> +<area shape="rect" id="node8" href="conv.html" title="conv" alt="" coords="240,5,368,85"> +<area shape="rect" id="node10" href="fcontact.html" title="fcontact" alt="" coords="243,103,365,183"> +<area shape="rect" id="node12" href="ffinder.html" title="ffinder" alt="" coords="244,200,364,280"> +<area shape="rect" id="node14" href="group_member.html" title="group_member" alt="" coords="227,297,381,377"> +<area shape="rect" id="node16" href="groups.html" title="groups" alt="" coords="239,395,369,475"> +<area shape="rect" id="node18" href="item.html" title="item" alt="" coords="225,492,383,572"> +<area shape="rect" id="node20" href="item_id.html" title="item_id" alt="" coords="235,589,373,669"> +<area shape="rect" id="node22" href="likes.html" title="likes" alt="" coords="244,687,364,767"> +<area shape="rect" id="node24" href="mail.html" title="mail" alt="" coords="240,784,368,864"> +<area shape="rect" id="node26" href="pconfig.html" title="pconfig" alt="" coords="235,2024,373,2104"> +<area shape="rect" id="node28" href="photo.html" title="photo" alt="" coords="229,881,379,961"> +<area shape="rect" id="node30" href="profdef.html" title="profdef" alt="" coords="243,979,365,1059"> +<area shape="rect" id="node32" href="profext.html" title="profext" alt="" coords="243,1829,365,1909"> +<area shape="rect" id="node35" href="profile_check.html" title="profile_check" alt="" coords="235,1076,373,1156"> +<area shape="rect" id="node37" href="register.html" title="register" alt="" coords="243,1173,365,1253"> +<area shape="rect" id="node39" href="sign.html" title="sign" alt="" coords="244,1271,364,1351"> +<area shape="rect" id="node41" href="sys_perms.html" title="sys_perms" alt="" coords="239,1927,369,2007"> +<area shape="rect" id="node44" href="xconfig.html" title="xconfig" alt="" coords="243,1563,365,1643"> +<area shape="rect" id="node47" href="xign.html" title="xign" alt="" coords="244,1368,364,1448"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/config.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/conv.html b/doc/schemaspy_hubzilla/tables/conv.html new file mode 100644 index 000000000..ac8f8dc8b --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/conv.html @@ -0,0 +1,270 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.conv</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='conv'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>conv</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied' checked>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="conv.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='verify.html'>verify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>recips</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>creator</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>subject</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='8 columns'>Table contained 15 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>created</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>created</td> + </tr> + <tr> + <td class='indexedColumn'>updated</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>updated</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="conv.html" title="conv" alt="" coords="7,5,279,249"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/conv.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="attach.html" title="attach" alt="" coords="252,5,388,85"> +<area shape="rect" id="node3" href="verify.html" title="verify" alt="" coords="7,1094,137,1287"> +<area shape="rect" id="node4" href="config.html" title="config" alt="" coords="256,103,384,183"> +<area shape="rect" id="node6" href="conv.html" title="conv" alt="" coords="184,199,456,443"> +<area shape="rect" id="node8" href="fcontact.html" title="fcontact" alt="" coords="259,460,381,540"> +<area shape="rect" id="node10" href="ffinder.html" title="ffinder" alt="" coords="260,557,380,637"> +<area shape="rect" id="node12" href="group_member.html" title="group_member" alt="" coords="243,655,397,735"> +<area shape="rect" id="node14" href="groups.html" title="groups" alt="" coords="255,752,385,832"> +<area shape="rect" id="node16" href="item.html" title="item" alt="" coords="241,849,399,929"> +<area shape="rect" id="node18" href="item_id.html" title="item_id" alt="" coords="251,947,389,1027"> +<area shape="rect" id="node20" href="likes.html" title="likes" alt="" coords="260,1044,380,1124"> +<area shape="rect" id="node22" href="mail.html" title="mail" alt="" coords="256,1141,384,1221"> +<area shape="rect" id="node24" href="photo.html" title="photo" alt="" coords="245,1239,395,1319"> +<area shape="rect" id="node26" href="profdef.html" title="profdef" alt="" coords="259,1336,381,1416"> +<area shape="rect" id="node28" href="profext.html" title="profext" alt="" coords="259,1433,381,1513"> +<area shape="rect" id="node30" href="profile_check.html" title="profile_check" alt="" coords="251,1531,389,1611"> +<area shape="rect" id="node32" href="register.html" title="register" alt="" coords="259,1628,381,1708"> +<area shape="rect" id="node34" href="sign.html" title="sign" alt="" coords="260,1725,380,1805"> +<area shape="rect" id="node36" href="sys_perms.html" title="sys_perms" alt="" coords="255,1823,385,1903"> +<area shape="rect" id="node38" href="xconfig.html" title="xconfig" alt="" coords="259,1920,381,2000"> +<area shape="rect" id="node40" href="xign.html" title="xign" alt="" coords="260,2017,380,2097"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/conv.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/dreport.html b/doc/schemaspy_hubzilla/tables/dreport.html new file mode 100644 index 000000000..1f173a14c --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/dreport.html @@ -0,0 +1,316 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.dreport</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='dreport'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>dreport</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>dreport_id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>dreport_channel</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>dreport_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>dreport_site</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>dreport_recip</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>dreport_result</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>dreport_time</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>dreport_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="dreport.dreport_xchan refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>dreport_queue</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='9 columns'>Table contained 8 579 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>dreport_id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>dreport_channel</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>dreport_channel</td> + </tr> + <tr> + <td class='indexedColumn'>dreport_mid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>dreport_mid</td> + </tr> + <tr> + <td class='indexedColumn'>dreport_queue</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>dreport_queue</td> + </tr> + <tr> + <td class='indexedColumn'>dreport_site</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>dreport_site</td> + </tr> + <tr> + <td class='indexedColumn'>dreport_time</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>dreport_time</td> + </tr> + <tr> + <td class='indexedColumn'>dreport_xchan</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>dreport_xchan</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from dreport'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="dreport.html" title="dreport" alt="" coords="263,5,516,272"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="7,167,217,814"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/dreport.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="730,687,866,767"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="416,1458,626,2105"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="6,1424,156,1504"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="201,1492,369,1572"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="730,395,866,475"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="738,784,858,864"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="733,881,864,961"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="672,979,925,1245"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="734,492,862,572"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="721,1263,876,1343"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="733,103,864,183"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="720,1360,877,1440"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="734,1457,862,1537"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="736,1555,861,1635"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="730,297,866,377"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="730,2431,866,2511"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="724,1652,873,1732"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="737,2528,860,2608"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="737,2625,860,2705"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="738,1749,858,1829"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="738,1847,858,1927"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="724,2723,873,2803"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="737,5,860,85"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="738,1944,858,2024"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="738,2041,858,2121"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="737,2139,860,2219"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="738,2236,858,2316"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="724,589,873,669"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="738,2333,858,2413"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="738,200,858,280"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/dreport.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/event.html b/doc/schemaspy_hubzilla/tables/event.html new file mode 100644 index 000000000..107e9d2ee --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/event.html @@ -0,0 +1,632 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.event</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='event'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>event</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied'>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="event.id's name implies that it's a child of notify.id, but it doesn't reference that column."><a href='notify.html'>notify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>event_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="event.event_xchan refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>event_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="event.event_hash refs hubloc.hubloc_hash"><a href='hubloc.html'>hubloc</a><span class='relatedKey'>.hubloc_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="event.event_hash refs channel.channel_hash"><a href='channel.html'>channel</a><span class='relatedKey'>.channel_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="event.event_hash refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>start</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>finish</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>summary</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>description</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>location</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>nofinish</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>adjust</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>1</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>ignore</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>event_status</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>event_status_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>event_percent</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>event_repeat</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>event_sequence</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>event_priority</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>event_vdata</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='27 columns'>Table contained 12 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>adjust</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>adjust</td> + </tr> + <tr> + <td class='indexedColumn'>aid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>aid</td> + </tr> + <tr> + <td class='indexedColumn'>event_hash</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>event_hash</td> + </tr> + <tr> + <td class='indexedColumn'>event_priority</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>event_priority</td> + </tr> + <tr> + <td class='indexedColumn'>event_sequence</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>event_sequence</td> + </tr> + <tr> + <td class='indexedColumn'>event_status</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>event_status</td> + </tr> + <tr> + <td class='indexedColumn'>event_xchan</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>event_xchan</td> + </tr> + <tr> + <td class='indexedColumn'>finish</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>finish</td> + </tr> + <tr> + <td class='indexedColumn'>ignore</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>ignore</td> + </tr> + <tr> + <td class='indexedColumn'>nofinish</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>nofinish</td> + </tr> + <tr> + <td class='indexedColumn'>start</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>start</td> + </tr> + <tr> + <td class='indexedColumn'>type</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>type</td> + </tr> + <tr> + <td class='indexedColumn'>uid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>uid</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from event'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="channel.html" title="channel" alt="" coords="522,78,716,1223"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="266,124,476,771"> +<area shape="rect" id="node7" href="hubloc.html" title="hubloc" alt="" coords="22,372,219,883"> +<area shape="rect" id="node4" href="event.html" title="event" alt="" coords="762,32,1068,706"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/event.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="775,1745,911,1825"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="509,1882,719,2529"> +<area shape="rect" id="node11" href="channel.html" title="channel" alt="" coords="25,1374,219,2519"> +<area shape="rect" id="node13" href="hubloc.html" title="hubloc" alt="" coords="265,1183,462,1694"> +<area shape="rect" id="node4" href="addon.html" title="addon" alt="" coords="1057,200,1185,280"> +<area shape="rect" id="node6" href="notify.html" title="notify" alt="" coords="765,347,922,744"> +<area shape="rect" id="node7" href="app.html" title="app" alt="" coords="1061,297,1181,377"> +<area shape="rect" id="node9" href="attach.html" title="attach" alt="" coords="775,1089,911,1169"> +<area shape="rect" id="node16" href="chat.html" title="chat" alt="" coords="783,2109,903,2189"> +<area shape="rect" id="node18" href="chatpresence.html" title="chatpresence" alt="" coords="778,2207,909,2287"> +<area shape="rect" id="node20" href="dreport.html" title="dreport" alt="" coords="769,2304,918,2384"> +<area shape="rect" id="node22" href="event.html" title="event" alt="" coords="967,1160,1274,1835"> +<area shape="rect" id="node28" href="fserver.html" title="fserver" alt="" coords="1059,395,1182,475"> +<area shape="rect" id="node30" href="fsuggest.html" title="fsuggest" alt="" coords="1058,492,1183,572"> +<area shape="rect" id="node32" href="group_member.html" title="group_member" alt="" coords="766,2401,921,2481"> +<area shape="rect" id="node34" href="groups.html" title="groups" alt="" coords="778,895,909,975"> +<area shape="rect" id="node38" href="hook.html" title="hook" alt="" coords="1057,589,1185,669"> +<area shape="rect" id="node42" href="item.html" title="item" alt="" coords="765,2499,922,2579"> +<area shape="rect" id="node46" href="likes.html" title="likes" alt="" coords="303,1747,423,1827"> +<area shape="rect" id="node48" href="mail.html" title="mail" alt="" coords="779,2888,907,2968"> +<area shape="rect" id="node52" href="manage.html" title="manage" alt="" coords="1058,1947,1183,2027"> +<area shape="rect" id="node58" href="outq.html" title="outq" alt="" coords="775,2985,911,3065"> +<area shape="rect" id="node62" href="pconfig.html" title="pconfig" alt="" coords="1051,687,1190,767"> +<area shape="rect" id="node64" href="photo.html" title="photo" alt="" coords="769,2596,918,2676"> +<area shape="rect" id="node66" href="profext.html" title="profext" alt="" coords="782,3180,905,3260"> +<area shape="rect" id="node71" href="profile.html" title="profile" alt="" coords="1057,5,1185,85"> +<area shape="rect" id="node73" href="register.html" title="register" alt="" coords="782,3083,905,3163"> +<area shape="rect" id="node77" href="shares.html" title="shares" alt="" coords="783,2693,903,2773"> +<area shape="rect" id="node79" href="source.html" title="source" alt="" coords="783,2791,903,2871"> +<area shape="rect" id="node82" href="spam.html" title="spam" alt="" coords="1061,103,1181,183"> +<area shape="rect" id="node84" href="term.html" title="term" alt="" coords="769,992,918,1072"> +<area shape="rect" id="node91" href="updates.html" title="updates" alt="" coords="782,1320,905,1400"> +<area shape="rect" id="node95" href="vote.html" title="vote" alt="" coords="783,1453,903,1533"> +<area shape="rect" id="node99" href="xchat.html" title="xchat" alt="" coords="783,1551,903,1631"> +<area shape="rect" id="node101" href="xconfig.html" title="xconfig" alt="" coords="782,1648,905,1728"> +<area shape="rect" id="node103" href="xign.html" title="xign" alt="" coords="783,1843,903,1923"> +<area shape="rect" id="node105" href="xlink.html" title="xlink" alt="" coords="769,1940,918,2020"> +<area shape="rect" id="node107" href="xprof.html" title="xprof" alt="" coords="783,1187,903,1267"> +<area shape="rect" id="node111" href="xtag.html" title="xtag" alt="" coords="783,797,903,877"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/event.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="851,1184,987,1264"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="509,1671,719,2318"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="25,1042,219,2187"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="265,1133,462,1643"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="851,297,987,377"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="859,1281,979,1361"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="854,1379,985,1459"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="845,1476,994,1556"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="766,492,1073,1167"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="842,1573,997,1653"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="854,5,985,85"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="841,1671,998,1751"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="855,1768,983,1848"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="857,1865,982,1945"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="851,200,987,280"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="851,2839,987,2919"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="845,1963,994,2043"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="858,2936,981,3016"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="858,3131,981,3211"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="859,2060,979,2140"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="859,2157,979,2237"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="845,395,994,475"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="858,3033,981,3113"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="859,2255,979,2335"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="859,2352,979,2432"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="858,2449,981,2529"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="859,2547,979,2627"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="845,2644,994,2724"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="859,2741,979,2821"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="859,103,979,183"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/event.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/fcontact.html b/doc/schemaspy_hubzilla/tables/fcontact.html new file mode 100644 index 000000000..2adb38a0d --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/fcontact.html @@ -0,0 +1,358 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.fcontact</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='fcontact'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>fcontact</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied' checked>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="fcontact.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='verify.html'>verify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>request</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>nick</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>batch</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>notify</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>poll</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>confirm</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>priority</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>network</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>alias</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>pubkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='16 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>addr</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>addr</td> + </tr> + <tr> + <td class='indexedColumn'>network</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>network</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="fcontact.html" title="fcontact" alt="" coords="7,5,225,430"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/fcontact.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="attach.html" title="attach" alt="" coords="225,5,361,85"> +<area shape="rect" id="node3" href="verify.html" title="verify" alt="" coords="7,1275,137,1469"> +<area shape="rect" id="node4" href="config.html" title="config" alt="" coords="229,103,357,183"> +<area shape="rect" id="node6" href="conv.html" title="conv" alt="" coords="229,200,357,280"> +<area shape="rect" id="node8" href="fcontact.html" title="fcontact" alt="" coords="184,297,403,722"> +<area shape="rect" id="node10" href="ffinder.html" title="ffinder" alt="" coords="233,739,353,819"> +<area shape="rect" id="node12" href="group_member.html" title="group_member" alt="" coords="216,836,371,916"> +<area shape="rect" id="node14" href="groups.html" title="groups" alt="" coords="228,933,359,1013"> +<area shape="rect" id="node16" href="item.html" title="item" alt="" coords="215,1031,372,1111"> +<area shape="rect" id="node18" href="item_id.html" title="item_id" alt="" coords="224,1128,363,1208"> +<area shape="rect" id="node20" href="likes.html" title="likes" alt="" coords="233,1225,353,1305"> +<area shape="rect" id="node22" href="mail.html" title="mail" alt="" coords="229,1323,357,1403"> +<area shape="rect" id="node24" href="photo.html" title="photo" alt="" coords="219,1420,368,1500"> +<area shape="rect" id="node26" href="profdef.html" title="profdef" alt="" coords="232,1517,355,1597"> +<area shape="rect" id="node28" href="profext.html" title="profext" alt="" coords="232,1615,355,1695"> +<area shape="rect" id="node30" href="profile_check.html" title="profile_check" alt="" coords="224,1712,363,1792"> +<area shape="rect" id="node32" href="register.html" title="register" alt="" coords="232,1809,355,1889"> +<area shape="rect" id="node34" href="sign.html" title="sign" alt="" coords="233,1907,353,1987"> +<area shape="rect" id="node36" href="sys_perms.html" title="sys_perms" alt="" coords="228,2004,359,2084"> +<area shape="rect" id="node38" href="xconfig.html" title="xconfig" alt="" coords="232,2101,355,2181"> +<area shape="rect" id="node40" href="xign.html" title="xign" alt="" coords="233,2199,353,2279"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/fcontact.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/ffinder.html b/doc/schemaspy_hubzilla/tables/ffinder.html new file mode 100644 index 000000000..3046d7efd --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/ffinder.html @@ -0,0 +1,232 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.ffinder</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='ffinder'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>ffinder</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied' checked>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="ffinder.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='verify.html'>verify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>cid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>fid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='4 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>cid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>cid</td> + </tr> + <tr> + <td class='indexedColumn'>fid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>fid</td> + </tr> + <tr> + <td class='indexedColumn'>uid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>uid</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="ffinder.html" title="ffinder" alt="" coords="5,5,224,158"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/ffinder.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="attach.html" title="attach" alt="" coords="224,5,360,85"> +<area shape="rect" id="node3" href="verify.html" title="verify" alt="" coords="7,1003,137,1197"> +<area shape="rect" id="node4" href="config.html" title="config" alt="" coords="228,103,356,183"> +<area shape="rect" id="node6" href="conv.html" title="conv" alt="" coords="228,200,356,280"> +<area shape="rect" id="node8" href="fcontact.html" title="fcontact" alt="" coords="231,297,353,377"> +<area shape="rect" id="node10" href="ffinder.html" title="ffinder" alt="" coords="183,394,401,547"> +<area shape="rect" id="node12" href="group_member.html" title="group_member" alt="" coords="215,564,369,644"> +<area shape="rect" id="node14" href="groups.html" title="groups" alt="" coords="227,661,357,741"> +<area shape="rect" id="node16" href="item.html" title="item" alt="" coords="213,759,371,839"> +<area shape="rect" id="node18" href="item_id.html" title="item_id" alt="" coords="223,856,361,936"> +<area shape="rect" id="node20" href="likes.html" title="likes" alt="" coords="232,953,352,1033"> +<area shape="rect" id="node22" href="mail.html" title="mail" alt="" coords="228,1051,356,1131"> +<area shape="rect" id="node24" href="photo.html" title="photo" alt="" coords="217,1148,367,1228"> +<area shape="rect" id="node26" href="profdef.html" title="profdef" alt="" coords="231,1245,353,1325"> +<area shape="rect" id="node28" href="profext.html" title="profext" alt="" coords="231,1343,353,1423"> +<area shape="rect" id="node30" href="profile_check.html" title="profile_check" alt="" coords="223,1440,361,1520"> +<area shape="rect" id="node32" href="register.html" title="register" alt="" coords="231,1537,353,1617"> +<area shape="rect" id="node34" href="sign.html" title="sign" alt="" coords="232,1635,352,1715"> +<area shape="rect" id="node36" href="sys_perms.html" title="sys_perms" alt="" coords="227,1732,357,1812"> +<area shape="rect" id="node38" href="xconfig.html" title="xconfig" alt="" coords="231,1829,353,1909"> +<area shape="rect" id="node40" href="xign.html" title="xign" alt="" coords="232,1927,352,2007"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/ffinder.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/fserver.html b/doc/schemaspy_hubzilla/tables/fserver.html new file mode 100644 index 000000000..76ff02c1f --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/fserver.html @@ -0,0 +1,219 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.fserver</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='fserver'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>fserver</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied' checked>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="fserver.id's name implies that it's a child of notify.id, but it doesn't reference that column."><a href='notify.html'>notify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>server</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>posturl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>key</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='4 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>posturl</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>posturl</td> + </tr> + <tr> + <td class='indexedColumn'>server</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>server</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="fserver.html" title="fserver" alt="" coords="6,5,195,158"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/fserver.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="addon.html" title="addon" alt="" coords="869,661,997,741"> +<area shape="rect" id="node3" href="notify.html" title="notify" alt="" coords="637,491,795,888"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="444,808,593,888"> +<area shape="rect" id="node8" href="xchan.html" title="xchan" alt="" coords="231,876,399,956"> +<area shape="rect" id="node12" href="hubloc.html" title="hubloc" alt="" coords="16,876,184,956"> +<area shape="rect" id="node4" href="app.html" title="app" alt="" coords="873,759,993,839"> +<area shape="rect" id="node9" href="event.html" title="event" alt="" coords="869,953,997,1033"> +<area shape="rect" id="node16" href="fserver.html" title="fserver" alt="" coords="839,5,1028,158"> +<area shape="rect" id="node18" href="fsuggest.html" title="fsuggest" alt="" coords="871,175,996,255"> +<area shape="rect" id="node20" href="hook.html" title="hook" alt="" coords="869,272,997,352"> +<area shape="rect" id="node24" href="manage.html" title="manage" alt="" coords="871,856,996,936"> +<area shape="rect" id="node30" href="pconfig.html" title="pconfig" alt="" coords="864,369,1003,449"> +<area shape="rect" id="node32" href="profile.html" title="profile" alt="" coords="869,467,997,547"> +<area shape="rect" id="node34" href="spam.html" title="spam" alt="" coords="873,564,993,644"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/fserver.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/fsuggest.html b/doc/schemaspy_hubzilla/tables/fsuggest.html new file mode 100644 index 000000000..7c118dbfd --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/fsuggest.html @@ -0,0 +1,262 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.fsuggest</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='fsuggest'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>fsuggest</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied' checked>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="fsuggest.id's name implies that it's a child of notify.id, but it doesn't reference that column."><a href='notify.html'>notify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>cid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>request</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>note</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='9 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="fsuggest.html" title="fsuggest" alt="" coords="5,5,203,272"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/fsuggest.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="addon.html" title="addon" alt="" coords="873,776,1001,856"> +<area shape="rect" id="node3" href="notify.html" title="notify" alt="" coords="637,605,795,1003"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="444,923,593,1003"> +<area shape="rect" id="node8" href="xchan.html" title="xchan" alt="" coords="231,991,399,1071"> +<area shape="rect" id="node12" href="hubloc.html" title="hubloc" alt="" coords="16,991,184,1071"> +<area shape="rect" id="node4" href="app.html" title="app" alt="" coords="877,873,997,953"> +<area shape="rect" id="node9" href="event.html" title="event" alt="" coords="873,1068,1001,1148"> +<area shape="rect" id="node16" href="fserver.html" title="fserver" alt="" coords="876,5,999,85"> +<area shape="rect" id="node18" href="fsuggest.html" title="fsuggest" alt="" coords="839,103,1036,369"> +<area shape="rect" id="node20" href="hook.html" title="hook" alt="" coords="873,387,1001,467"> +<area shape="rect" id="node24" href="manage.html" title="manage" alt="" coords="875,971,1000,1051"> +<area shape="rect" id="node30" href="pconfig.html" title="pconfig" alt="" coords="868,484,1007,564"> +<area shape="rect" id="node32" href="profile.html" title="profile" alt="" coords="873,581,1001,661"> +<area shape="rect" id="node34" href="spam.html" title="spam" alt="" coords="877,679,997,759"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/fsuggest.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/group_member.html b/doc/schemaspy_hubzilla/tables/group_member.html new file mode 100644 index 000000000..9f78e1b46 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/group_member.html @@ -0,0 +1,298 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.group_member</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='group_member'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>group_member</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied'>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="group_member.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='verify.html'>verify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>gid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="group_member.xchan refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='4 columns'>Table contained 42 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>gid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>gid</td> + </tr> + <tr> + <td class='indexedColumn'>uid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>uid</td> + </tr> + <tr> + <td class='indexedColumn'>xchan</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchan</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from group_member'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="group_member.html" title="group_member" alt="" coords="264,5,496,158"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="7,77,217,723"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/group_member.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="721,783,857,863"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="416,1059,626,1706"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="6,1445,156,1525"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="201,1163,369,1243"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="721,1889,857,1969"> +<area shape="rect" id="node11" href="verify.html" title="verify" alt="" coords="456,2691,586,2885"> +<area shape="rect" id="node13" href="chat.html" title="chat" alt="" coords="729,880,849,960"> +<area shape="rect" id="node15" href="chatpresence.html" title="chatpresence" alt="" coords="724,977,854,1057"> +<area shape="rect" id="node17" href="config.html" title="config" alt="" coords="725,2935,853,3015"> +<area shape="rect" id="node19" href="conv.html" title="conv" alt="" coords="725,3032,853,3112"> +<area shape="rect" id="node21" href="dreport.html" title="dreport" alt="" coords="714,1075,864,1155"> +<area shape="rect" id="node23" href="event.html" title="event" alt="" coords="952,439,1080,519"> +<area shape="rect" id="node29" href="notify.html" title="notify" alt="" coords="710,439,868,519"> +<area shape="rect" id="node30" href="fcontact.html" title="fcontact" alt="" coords="728,3129,850,3209"> +<area shape="rect" id="node32" href="ffinder.html" title="ffinder" alt="" coords="729,3227,849,3307"> +<area shape="rect" id="node34" href="group_member.html" title="group_member" alt="" coords="673,1986,905,2139"> +<area shape="rect" id="node37" href="groups.html" title="groups" alt="" coords="724,3616,854,3696"> +<area shape="rect" id="node44" href="item.html" title="item" alt="" coords="710,1500,868,1580"> +<area shape="rect" id="node49" href="item_id.html" title="item_id" alt="" coords="720,3324,858,3404"> +<area shape="rect" id="node51" href="likes.html" title="likes" alt="" coords="729,2643,849,2723"> +<area shape="rect" id="node54" href="mail.html" title="mail" alt="" coords="725,1792,853,1872"> +<area shape="rect" id="node59" href="manage.html" title="manage" alt="" coords="953,984,1078,1064"> +<area shape="rect" id="node65" href="outq.html" title="outq" alt="" coords="721,111,857,191"> +<area shape="rect" id="node69" href="photo.html" title="photo" alt="" coords="714,2253,864,2333"> +<area shape="rect" id="node72" href="profdef.html" title="profdef" alt="" coords="728,3421,850,3501"> +<area shape="rect" id="node74" href="profext.html" title="profext" alt="" coords="728,2156,850,2236"> +<area shape="rect" id="node80" href="profile_check.html" title="profile_check" alt="" coords="720,3519,858,3599"> +<area shape="rect" id="node82" href="register.html" title="register" alt="" coords="728,2545,850,2625"> +<area shape="rect" id="node87" href="shares.html" title="shares" alt="" coords="729,1172,849,1252"> +<area shape="rect" id="node89" href="sign.html" title="sign" alt="" coords="729,2740,849,2820"> +<area shape="rect" id="node91" href="source.html" title="source" alt="" coords="729,1269,849,1349"> +<area shape="rect" id="node94" href="sys_perms.html" title="sys_perms" alt="" coords="724,2837,854,2917"> +<area shape="rect" id="node96" href="term.html" title="term" alt="" coords="714,208,864,288"> +<area shape="rect" id="node103" href="updates.html" title="updates" alt="" coords="728,341,850,421"> +<area shape="rect" id="node107" href="vote.html" title="vote" alt="" coords="729,1367,849,1447"> +<area shape="rect" id="node111" href="xchat.html" title="xchat" alt="" coords="729,588,849,668"> +<area shape="rect" id="node113" href="xconfig.html" title="xconfig" alt="" coords="728,2448,850,2528"> +<area shape="rect" id="node116" href="xign.html" title="xign" alt="" coords="729,2351,849,2431"> +<area shape="rect" id="node119" href="xlink.html" title="xlink" alt="" coords="714,685,864,765"> +<area shape="rect" id="node121" href="xprof.html" title="xprof" alt="" coords="729,1597,849,1677"> +<area shape="rect" id="node125" href="xtag.html" title="xtag" alt="" coords="729,1695,849,1775"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/group_member.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="721,687,857,767"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="416,1343,626,1990"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="6,1309,156,1389"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="201,1377,369,1457"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="721,395,857,475"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="729,784,849,864"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="724,881,854,961"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="714,979,864,1059"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="725,492,853,572"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="673,1075,905,1229"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="724,103,854,183"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="710,1245,868,1325"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="725,1343,853,1423"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="726,1440,852,1520"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="721,297,857,377"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="721,2316,857,2396"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="714,1537,864,1617"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="728,2413,850,2493"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="728,2511,850,2591"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="729,1635,849,1715"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="729,1732,849,1812"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="714,2608,864,2688"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="728,5,850,85"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="729,1829,849,1909"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="729,1927,849,2007"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="728,2024,850,2104"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="729,2121,849,2201"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="714,589,864,669"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="729,2219,849,2299"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="729,200,849,280"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/group_member.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/groups.html b/doc/schemaspy_hubzilla/tables/groups.html new file mode 100644 index 000000000..57503f797 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/groups.html @@ -0,0 +1,340 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.groups</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='groups'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>groups</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied'>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="groups.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='verify.html'>verify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="groups.hash refs hubloc.hubloc_hash"><a href='hubloc.html'>hubloc</a><span class='relatedKey'>.hubloc_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="groups.hash refs channel.channel_hash"><a href='channel.html'>channel</a><span class='relatedKey'>.channel_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="groups.hash refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>visible</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='6 columns'>Table contained 10 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>deleted</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>deleted</td> + </tr> + <tr> + <td class='indexedColumn'>hash</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>hash</td> + </tr> + <tr> + <td class='indexedColumn'>uid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>uid</td> + </tr> + <tr> + <td class='indexedColumn'>visible</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>visible</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from groups'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="channel.html" title="channel" alt="" coords="522,53,716,1199"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="266,212,476,859"> +<area shape="rect" id="node7" href="hubloc.html" title="hubloc" alt="" coords="22,460,219,971"> +<area shape="rect" id="node4" href="groups.html" title="groups" alt="" coords="760,187,987,385"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/groups.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="810,834,946,914"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="509,1224,719,1871"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="25,999,219,2144"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="265,532,462,1043"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="810,2038,946,2118"> +<area shape="rect" id="node11" href="verify.html" title="verify" alt="" coords="549,2545,679,2739"> +<area shape="rect" id="node13" href="chat.html" title="chat" alt="" coords="818,931,938,1011"> +<area shape="rect" id="node15" href="chatpresence.html" title="chatpresence" alt="" coords="813,1029,943,1109"> +<area shape="rect" id="node17" href="config.html" title="config" alt="" coords="814,2837,942,2917"> +<area shape="rect" id="node19" href="conv.html" title="conv" alt="" coords="814,2934,942,3014"> +<area shape="rect" id="node21" href="dreport.html" title="dreport" alt="" coords="803,1126,953,1206"> +<area shape="rect" id="node23" href="event.html" title="event" alt="" coords="1037,587,1165,667"> +<area shape="rect" id="node29" href="notify.html" title="notify" alt="" coords="799,587,957,667"> +<area shape="rect" id="node30" href="fcontact.html" title="fcontact" alt="" coords="817,3031,939,3111"> +<area shape="rect" id="node32" href="ffinder.html" title="ffinder" alt="" coords="818,3129,938,3209"> +<area shape="rect" id="node34" href="group_member.html" title="group_member" alt="" coords="801,2642,955,2722"> +<area shape="rect" id="node37" href="groups.html" title="groups" alt="" coords="765,2329,991,2528"> +<area shape="rect" id="node44" href="item.html" title="item" alt="" coords="799,1649,957,1729"> +<area shape="rect" id="node49" href="item_id.html" title="item_id" alt="" coords="809,3226,947,3306"> +<area shape="rect" id="node51" href="likes.html" title="likes" alt="" coords="818,3615,938,3695"> +<area shape="rect" id="node54" href="mail.html" title="mail" alt="" coords="814,1746,942,1826"> +<area shape="rect" id="node59" href="manage.html" title="manage" alt="" coords="1038,986,1163,1066"> +<area shape="rect" id="node65" href="outq.html" title="outq" alt="" coords="810,490,946,570"> +<area shape="rect" id="node69" href="photo.html" title="photo" alt="" coords="803,1941,953,2021"> +<area shape="rect" id="node72" href="profdef.html" title="profdef" alt="" coords="817,3323,939,3403"> +<area shape="rect" id="node74" href="profext.html" title="profext" alt="" coords="817,2545,939,2625"> +<area shape="rect" id="node80" href="profile_check.html" title="profile_check" alt="" coords="809,3421,947,3501"> +<area shape="rect" id="node82" href="register.html" title="register" alt="" coords="817,2233,939,2313"> +<area shape="rect" id="node87" href="shares.html" title="shares" alt="" coords="818,1223,938,1303"> +<area shape="rect" id="node89" href="sign.html" title="sign" alt="" coords="818,3518,938,3598"> +<area shape="rect" id="node91" href="source.html" title="source" alt="" coords="818,1357,938,1437"> +<area shape="rect" id="node94" href="sys_perms.html" title="sys_perms" alt="" coords="813,2739,943,2819"> +<area shape="rect" id="node96" href="term.html" title="term" alt="" coords="803,65,953,145"> +<area shape="rect" id="node103" href="updates.html" title="updates" alt="" coords="817,357,939,437"> +<area shape="rect" id="node107" href="vote.html" title="vote" alt="" coords="818,1454,938,1534"> +<area shape="rect" id="node111" href="xchat.html" title="xchat" alt="" coords="818,1551,938,1631"> +<area shape="rect" id="node113" href="xconfig.html" title="xconfig" alt="" coords="817,1843,939,1923"> +<area shape="rect" id="node116" href="xign.html" title="xign" alt="" coords="818,2135,938,2215"> +<area shape="rect" id="node119" href="xlink.html" title="xlink" alt="" coords="803,737,953,817"> +<area shape="rect" id="node121" href="xprof.html" title="xprof" alt="" coords="818,162,938,242"> +<area shape="rect" id="node125" href="xtag.html" title="xtag" alt="" coords="818,259,938,339"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/groups.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="807,512,943,592"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="506,1381,716,2027"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="22,1643,216,2789"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="262,1734,459,2245"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="807,5,943,85"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="815,609,935,689"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="810,707,940,787"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="800,804,950,884"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="811,103,939,183"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="798,901,952,981"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="762,199,988,398"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="796,999,954,1079"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="811,1096,939,1176"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="812,1193,938,1273"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="807,415,943,495"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="807,2069,943,2149"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="800,1291,950,1371"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="814,2167,936,2247"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="814,2264,936,2344"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="815,1388,935,1468"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="815,1485,935,1565"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="800,2361,950,2441"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="814,2459,936,2539"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="815,1583,935,1663"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="815,1680,935,1760"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="814,1777,936,1857"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="815,1875,935,1955"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="800,1972,950,2052"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="815,2556,935,2636"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="815,2653,935,2733"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/groups.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/hook.html b/doc/schemaspy_hubzilla/tables/hook.html new file mode 100644 index 000000000..0ac1f2f14 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/hook.html @@ -0,0 +1,224 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.hook</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='hook'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>hook</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied' checked>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="hook.id's name implies that it's a child of notify.id, but it doesn't reference that column."><a href='notify.html'>notify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>hook</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>file</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>function</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>priority</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='5 columns'>Table contained 41 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>hook</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>hook</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="hook.html" title="hook" alt="" coords="5,5,232,181"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/hook.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="addon.html" title="addon" alt="" coords="888,685,1016,765"> +<area shape="rect" id="node3" href="notify.html" title="notify" alt="" coords="637,515,795,912"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="444,832,593,912"> +<area shape="rect" id="node8" href="xchan.html" title="xchan" alt="" coords="231,900,399,980"> +<area shape="rect" id="node12" href="hubloc.html" title="hubloc" alt="" coords="16,900,184,980"> +<area shape="rect" id="node4" href="app.html" title="app" alt="" coords="892,783,1012,863"> +<area shape="rect" id="node9" href="event.html" title="event" alt="" coords="888,977,1016,1057"> +<area shape="rect" id="node16" href="fserver.html" title="fserver" alt="" coords="891,5,1013,85"> +<area shape="rect" id="node18" href="fsuggest.html" title="fsuggest" alt="" coords="889,103,1015,183"> +<area shape="rect" id="node20" href="hook.html" title="hook" alt="" coords="839,200,1065,376"> +<area shape="rect" id="node24" href="manage.html" title="manage" alt="" coords="889,880,1015,960"> +<area shape="rect" id="node30" href="pconfig.html" title="pconfig" alt="" coords="883,393,1021,473"> +<area shape="rect" id="node32" href="profile.html" title="profile" alt="" coords="888,491,1016,571"> +<area shape="rect" id="node34" href="spam.html" title="spam" alt="" coords="892,588,1012,668"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/hook.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/hubloc.html b/doc/schemaspy_hubzilla/tables/hubloc.html new file mode 100644 index 000000000..a7328a0db --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/hubloc.html @@ -0,0 +1,642 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.hubloc</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='hubloc'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>hubloc</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied'>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>hubloc_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>hubloc_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>hubloc_guid_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>hubloc_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="attach.hash refs hubloc.hubloc_hash"><a href='attach.html'>attach</a><span class='relatedKey'>.hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="event.event_hash refs hubloc.hubloc_hash"><a href='event.html'>event</a><span class='relatedKey'>.event_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="groups.hash refs hubloc.hubloc_hash"><a href='groups.html'>groups</a><span class='relatedKey'>.hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="hubloc.hubloc_hash refs hubloc.hubloc_hash"><a href='hubloc.html'>hubloc</a><span class='relatedKey'>.hubloc_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="notify.hash refs hubloc.hubloc_hash"><a href='notify.html'>notify</a><span class='relatedKey'>.hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="outq.outq_hash refs hubloc.hubloc_hash"><a href='outq.html'>outq</a><span class='relatedKey'>.outq_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="profext.hash refs hubloc.hubloc_hash"><a href='profext.html'>profext</a><span class='relatedKey'>.hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="register.hash refs hubloc.hubloc_hash"><a href='register.html'>register</a><span class='relatedKey'>.hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="term.parent_hash refs hubloc.hubloc_hash"><a href='term.html'>term</a><span class='relatedKey'>.parent_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="term.term_hash refs hubloc.hubloc_hash"><a href='term.html'>term</a><span class='relatedKey'>.term_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="updates.ud_hash refs hubloc.hubloc_hash"><a href='updates.html'>updates</a><span class='relatedKey'>.ud_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="xchan.xchan_hash refs hubloc.hubloc_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="xprof.xprof_hash refs hubloc.hubloc_hash"><a href='xprof.html'>xprof</a><span class='relatedKey'>.xprof_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="xtag.xtag_hash refs hubloc.hubloc_hash"><a href='xtag.html'>xtag</a><span class='relatedKey'>.xtag_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> +</td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="hubloc.hubloc_hash refs hubloc.hubloc_hash"><a href='hubloc.html'>hubloc</a><span class='relatedKey'>.hubloc_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="hubloc.hubloc_hash refs channel.channel_hash"><a href='channel.html'>channel</a><span class='relatedKey'>.channel_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="hubloc.hubloc_hash refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>hubloc_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>hubloc_network</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>hubloc_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>hubloc_status</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>hubloc_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>hubloc_url_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>hubloc_host</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>hubloc_callback</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>hubloc_connect</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>hubloc_sitekey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>hubloc_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>hubloc_connected</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>hubloc_primary</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>hubloc_orphancheck</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>hubloc_error</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>hubloc_deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='20 columns'>Table contained 2 658 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>hubloc_id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>hubloc_addr</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>hubloc_addr</td> + </tr> + <tr> + <td class='indexedColumn'>hubloc_connect</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>hubloc_connect</td> + </tr> + <tr> + <td class='indexedColumn'>hubloc_connected</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>hubloc_connected</td> + </tr> + <tr> + <td class='indexedColumn'>hubloc_deleted</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>hubloc_deleted</td> + </tr> + <tr> + <td class='indexedColumn'>hubloc_error</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>hubloc_error</td> + </tr> + <tr> + <td class='indexedColumn'>hubloc_flags</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>hubloc_flags</td> + </tr> + <tr> + <td class='indexedColumn'>hubloc_guid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>hubloc_guid</td> + </tr> + <tr> + <td class='indexedColumn'>hubloc_host</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>hubloc_host</td> + </tr> + <tr> + <td class='indexedColumn'>hubloc_network</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>hubloc_network</td> + </tr> + <tr> + <td class='indexedColumn'>hubloc_orphancheck</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>hubloc_orphancheck</td> + </tr> + <tr> + <td class='indexedColumn'>hubloc_primary</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>hubloc_primary</td> + </tr> + <tr> + <td class='indexedColumn'>hubloc_status</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>hubloc_status</td> + </tr> + <tr> + <td class='indexedColumn'>hubloc_updated</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>hubloc_updated</td> + </tr> + <tr> + <td class='indexedColumn'>hubloc_url</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>hubloc_url</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from hubloc'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="attach.html" title="attach" alt="" coords="873,2508,1025,3087"> +<area shape="rect" id="node3" href="channel.html" title="channel" alt="" coords="627,1003,821,2149"> +<area shape="rect" id="node5" href="hubloc.html" title="hubloc" alt="" coords="37,1125,325,1641"> +<area shape="rect" id="node7" href="xchan.html" title="xchan" alt="" coords="371,1195,581,1842"> +<area shape="rect" id="node9" href="event.html" title="event" alt="" coords="865,3104,1033,3773"> +<area shape="rect" id="node14" href="groups.html" title="groups" alt="" coords="884,419,1015,613"> +<area shape="rect" id="node21" href="notify.html" title="notify" alt="" coords="881,2093,1017,2491"> +<area shape="rect" id="node25" href="outq.html" title="outq" alt="" coords="869,793,1029,1122"> +<area shape="rect" id="node29" href="profext.html" title="profext" alt="" coords="884,1139,1015,1309"> +<area shape="rect" id="node33" href="register.html" title="register" alt="" coords="885,1650,1013,1843"> +<area shape="rect" id="node37" href="term.html" title="term" alt="" coords="868,1327,1031,1633"> +<area shape="rect" id="node44" href="updates.html" title="updates" alt="" coords="887,1860,1012,2076"> +<area shape="rect" id="node50" href="xprof.html" title="xprof" alt="" coords="872,5,1027,403"> +<area shape="rect" id="node54" href="xtag.html" title="xtag" alt="" coords="885,629,1013,777"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/hubloc.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="867,3153,1003,3233"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="597,2923,807,3569"> +<area shape="rect" id="node11" href="channel.html" title="channel" alt="" coords="25,2679,219,3824"> +<area shape="rect" id="node13" href="hubloc.html" title="hubloc" alt="" coords="263,2160,551,2676"> +<area shape="rect" id="node4" href="addon.html" title="addon" alt="" coords="1082,3735,1210,3815"> +<area shape="rect" id="node6" href="notify.html" title="notify" alt="" coords="857,3445,1014,3842"> +<area shape="rect" id="node7" href="app.html" title="app" alt="" coords="1086,3151,1206,3231"> +<area shape="rect" id="node9" href="attach.html" title="attach" alt="" coords="859,1234,1011,1813"> +<area shape="rect" id="node16" href="verify.html" title="verify" alt="" coords="638,3658,766,3738"> +<area shape="rect" id="node18" href="chat.html" title="chat" alt="" coords="875,2594,995,2674"> +<area shape="rect" id="node20" href="chatpresence.html" title="chatpresence" alt="" coords="870,2691,1001,2771"> +<area shape="rect" id="node22" href="dreport.html" title="dreport" alt="" coords="861,2789,1010,2869"> +<area shape="rect" id="node24" href="event.html" title="event" alt="" coords="1062,2265,1230,2934"> +<area shape="rect" id="node30" href="fserver.html" title="fserver" alt="" coords="1085,3249,1207,3329"> +<area shape="rect" id="node32" href="fsuggest.html" title="fsuggest" alt="" coords="1083,3346,1209,3426"> +<area shape="rect" id="node34" href="group_member.html" title="group_member" alt="" coords="858,3957,1013,4037"> +<area shape="rect" id="node37" href="groups.html" title="groups" alt="" coords="870,1829,1001,2023"> +<area shape="rect" id="node42" href="hook.html" title="hook" alt="" coords="1082,3443,1210,3523"> +<area shape="rect" id="node47" href="item.html" title="item" alt="" coords="857,3347,1014,3427"> +<area shape="rect" id="node52" href="likes.html" title="likes" alt="" coords="875,4779,995,4859"> +<area shape="rect" id="node55" href="mail.html" title="mail" alt="" coords="871,4151,999,4231"> +<area shape="rect" id="node60" href="manage.html" title="manage" alt="" coords="1083,3021,1209,3101"> +<area shape="rect" id="node66" href="outq.html" title="outq" alt="" coords="855,437,1015,767"> +<area shape="rect" id="node70" href="pconfig.html" title="pconfig" alt="" coords="1077,4273,1215,4353"> +<area shape="rect" id="node73" href="cache.html" title="cache" alt="" coords="634,4397,770,4477"> +<area shape="rect" id="node74" href="photo.html" title="photo" alt="" coords="861,4054,1010,4134"> +<area shape="rect" id="node77" href="profext.html" title="profext" alt="" coords="870,4555,1001,4726"> +<area shape="rect" id="node84" href="profile.html" title="profile" alt="" coords="1082,3541,1210,3621"> +<area shape="rect" id="node86" href="register.html" title="register" alt="" coords="871,4248,999,4441"> +<area shape="rect" id="node91" href="shares.html" title="shares" alt="" coords="875,2922,995,3002"> +<area shape="rect" id="node93" href="source.html" title="source" alt="" coords="875,3055,995,3135"> +<area shape="rect" id="node96" href="spam.html" title="spam" alt="" coords="1086,3638,1206,3718"> +<area shape="rect" id="node98" href="term.html" title="term" alt="" coords="854,2039,1017,2346"> +<area shape="rect" id="node105" href="updates.html" title="updates" alt="" coords="873,41,998,257"> +<area shape="rect" id="node109" href="vote.html" title="vote" alt="" coords="875,3250,995,3330"> +<area shape="rect" id="node113" href="xchat.html" title="xchat" alt="" coords="875,2399,995,2479"> +<area shape="rect" id="node115" href="xconfig.html" title="xconfig" alt="" coords="874,4458,997,4538"> +<area shape="rect" id="node119" href="xign.html" title="xign" alt="" coords="875,3859,995,3939"> +<area shape="rect" id="node122" href="xlink.html" title="xlink" alt="" coords="861,2497,1010,2577"> +<area shape="rect" id="node124" href="xprof.html" title="xprof" alt="" coords="858,783,1013,1181"> +<area shape="rect" id="node128" href="xtag.html" title="xtag" alt="" coords="871,273,999,421"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/hubloc.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="869,2631,1005,2711"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="597,3118,807,3765"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="25,2455,219,3601"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="263,2543,551,3059"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="861,1139,1013,1717"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="877,2728,997,2808"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="871,2825,1002,2905"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="862,2923,1011,3003"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="853,1735,1021,2404"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="859,3020,1014,3100"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="871,5,1002,198"> +<area shape="rect" id="node31" href="item.html" title="item" alt="" coords="858,3117,1015,3197"> +<area shape="rect" id="node35" href="mail.html" title="mail" alt="" coords="873,3215,1001,3295"> +<area shape="rect" id="node38" href="manage.html" title="manage" alt="" coords="874,3312,999,3392"> +<area shape="rect" id="node40" href="notify.html" title="notify" alt="" coords="869,215,1005,612"> +<area shape="rect" id="node44" href="outq.html" title="outq" alt="" coords="857,793,1017,1122"> +<area shape="rect" id="node48" href="photo.html" title="photo" alt="" coords="862,3409,1011,3489"> +<area shape="rect" id="node50" href="profext.html" title="profext" alt="" coords="871,4603,1002,4773"> +<area shape="rect" id="node54" href="register.html" title="register" alt="" coords="873,2421,1001,2614"> +<area shape="rect" id="node58" href="shares.html" title="shares" alt="" coords="877,3507,997,3587"> +<area shape="rect" id="node60" href="source.html" title="source" alt="" coords="877,3604,997,3684"> +<area shape="rect" id="node63" href="term.html" title="term" alt="" coords="855,4791,1018,5097"> +<area shape="rect" id="node70" href="updates.html" title="updates" alt="" coords="874,5115,999,5331"> +<area shape="rect" id="node74" href="vote.html" title="vote" alt="" coords="877,3701,997,3781"> +<area shape="rect" id="node78" href="xchat.html" title="xchat" alt="" coords="877,3799,997,3879"> +<area shape="rect" id="node80" href="xconfig.html" title="xconfig" alt="" coords="875,3896,998,3976"> +<area shape="rect" id="node82" href="xign.html" title="xign" alt="" coords="877,3993,997,4073"> +<area shape="rect" id="node84" href="xlink.html" title="xlink" alt="" coords="862,4091,1011,4171"> +<area shape="rect" id="node86" href="xprof.html" title="xprof" alt="" coords="859,4188,1014,4585"> +<area shape="rect" id="node90" href="xtag.html" title="xtag" alt="" coords="873,629,1001,777"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/hubloc.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/issue.html b/doc/schemaspy_hubzilla/tables/issue.html new file mode 100644 index 000000000..032e0a6f7 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/issue.html @@ -0,0 +1,242 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.issue</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='issue'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>issue</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>issue_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>issue_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>issue_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>issue_assigned</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>issue_priority</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>issue_status</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>issue_component</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='7 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>issue_id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>issue_assigned</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>issue_assigned</td> + </tr> + <tr> + <td class='indexedColumn'>issue_component</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>issue_component</td> + </tr> + <tr> + <td class='indexedColumn'>issue_created</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>issue_created</td> + </tr> + <tr> + <td class='indexedColumn'>issue_priority</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>issue_priority</td> + </tr> + <tr> + <td class='indexedColumn'>issue_status</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>issue_status</td> + </tr> + <tr> + <td class='indexedColumn'>issue_updated</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>issue_updated</td> + </tr> +</table> +</div> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/item.html b/doc/schemaspy_hubzilla/tables/item.html new file mode 100644 index 000000000..18b8d402d --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/item.html @@ -0,0 +1,1399 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.item</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='item'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>item</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied'>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="item.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='verify.html'>verify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>parent</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>parent_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>thr_parent</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>expires</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>commented</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>received</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>changed</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>comments_closed</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>owner_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="item.owner_xchan refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>author_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="item.author_xchan refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>source_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="item.source_xchan refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>mimetype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>title</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>body</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>html</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>app</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>lang</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>revision</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>obj_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>object</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>tgt_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>target</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>layout_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>postopts</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>route</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>llink</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>plink</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>resource_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>resource_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>attach</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>diaspora_meta</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>location</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>coord</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>public_policy</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>comment_policy</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>item_restrict</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>item_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>item_private</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>item_origin</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>item_unseen</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>item_starred</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>item_uplink</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>item_consensus</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>item_wall</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>item_thread_top</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>item_notshown</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>item_nsfw</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>item_relay</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>item_mentionsme</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>item_nocomment</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>item_obscured</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>item_verified</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>item_retained</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>item_rss</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>item_deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>item_type</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>item_hidden</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>item_unpublished</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>item_delayed</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>item_pending_remove</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>item_blocked</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='73 columns'>Table contained 37 583 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>aid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>aid</td> + </tr> + <tr> + <td class='indexedColumn'>allow_cid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>allow_cid</td> + </tr> + <tr> + <td class='indexedColumn'>allow_gid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>allow_gid</td> + </tr> + <tr> + <td class='indexedColumn'>author_xchan</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>author_xchan</td> + </tr> + <tr> + <td class='indexedColumn'>body</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>body</td> + </tr> + <tr> + <td class='indexedColumn'>changed</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>changed</td> + </tr> + <tr> + <td class='indexedColumn'>comment_policy</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>comment_policy</td> + </tr> + <tr> + <td class='indexedColumn'>commented</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>commented</td> + </tr> + <tr> + <td class='indexedColumn'>comments_closed</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>comments_closed</td> + </tr> + <tr> + <td class='indexedColumn'>created</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>created</td> + </tr> + <tr> + <td class='indexedColumn'>deny_cid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>deny_cid</td> + </tr> + <tr> + <td class='indexedColumn'>deny_gid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>deny_gid</td> + </tr> + <tr> + <td class='indexedColumn'>edited</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>edited</td> + </tr> + <tr> + <td class='indexedColumn'>expires</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>expires</td> + </tr> + <tr> + <td class='indexedColumn'>item_blocked</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_blocked</td> + </tr> + <tr> + <td class='indexedColumn'>item_consensus</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_consensus</td> + </tr> + <tr> + <td class='indexedColumn'>item_delayed</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_delayed</td> + </tr> + <tr> + <td class='indexedColumn'>item_deleted</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_deleted</td> + </tr> + <tr> + <td class='indexedColumn'>item_flags</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_flags</td> + </tr> + <tr> + <td class='indexedColumn'>item_hidden</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_hidden</td> + </tr> + <tr> + <td class='indexedColumn'>item_mentionsme</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_mentionsme</td> + </tr> + <tr> + <td class='indexedColumn'>item_nocomment</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_nocomment</td> + </tr> + <tr> + <td class='indexedColumn'>item_notshown</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_notshown</td> + </tr> + <tr> + <td class='indexedColumn'>item_nsfw</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_nsfw</td> + </tr> + <tr> + <td class='indexedColumn'>item_obscured</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_obscured</td> + </tr> + <tr> + <td class='indexedColumn'>item_origin</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_origin</td> + </tr> + <tr> + <td class='indexedColumn'>item_pending_remove</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_pending_remove</td> + </tr> + <tr> + <td class='indexedColumn'>item_private</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_private</td> + </tr> + <tr> + <td class='indexedColumn'>item_relay</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_relay</td> + </tr> + <tr> + <td class='indexedColumn'>item_restrict</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_restrict</td> + </tr> + <tr> + <td class='indexedColumn'>item_retained</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_retained</td> + </tr> + <tr> + <td class='indexedColumn'>item_rss</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_rss</td> + </tr> + <tr> + <td class='indexedColumn'>item_starred</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_starred</td> + </tr> + <tr> + <td class='indexedColumn'>item_thread_top</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_thread_top</td> + </tr> + <tr> + <td class='indexedColumn'>item_type</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_type</td> + </tr> + <tr> + <td class='indexedColumn'>item_unpublished</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_unpublished</td> + </tr> + <tr> + <td class='indexedColumn'>item_unseen</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_unseen</td> + </tr> + <tr> + <td class='indexedColumn'>item_uplink</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_uplink</td> + </tr> + <tr> + <td class='indexedColumn'>item_verified</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_verified</td> + </tr> + <tr> + <td class='indexedColumn'>item_wall</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>item_wall</td> + </tr> + <tr> + <td class='indexedColumn'>layout_mid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>layout_mid</td> + </tr> + <tr> + <td class='indexedColumn'>llink</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>llink</td> + </tr> + <tr> + <td class='indexedColumn'>mid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>mid</td> + </tr> + <tr> + <td class='indexedColumn'>mimetype</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>mimetype</td> + </tr> + <tr> + <td class='indexedColumn'>owner_xchan</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>owner_xchan</td> + </tr> + <tr> + <td class='indexedColumn'>parent</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>parent</td> + </tr> + <tr> + <td class='indexedColumn'>parent_mid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>parent_mid</td> + </tr> + <tr> + <td class='indexedColumn'>public_policy</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>public_policy</td> + </tr> + <tr> + <td class='indexedColumn'>received</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>received</td> + </tr> + <tr> + <td class='indexedColumn'>resource_type</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>resource_type</td> + </tr> + <tr> + <td class='indexedColumn'>revision</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>revision</td> + </tr> + <tr> + <td class='indexedColumn'>title</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>title</td> + </tr> + <tr> + <td class='indexedColumn'>uid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>uid</td> + </tr> + <tr> + <td class='indexedColumn'>uid + commented</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span>/<span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>uid_commented</td> + </tr> + <tr> + <td class='indexedColumn'>uid + created</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span>/<span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>uid_created</td> + </tr> + <tr> + <td class='indexedColumn'>mid + uid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span>/<span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>uid_mid</td> + </tr> + <tr> + <td class='indexedColumn'>verb</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>verb</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from item'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="item.html" title="item" alt="" coords="263,5,609,1723"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="7,347,217,994"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/item.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="794,1093,930,1173"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="433,1677,644,2324"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="24,2410,173,2490"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="218,1781,386,1861"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="794,3642,930,3722"> +<area shape="rect" id="node11" href="verify.html" title="verify" alt="" coords="473,4275,604,4468"> +<area shape="rect" id="node13" href="chat.html" title="chat" alt="" coords="802,1190,922,1270"> +<area shape="rect" id="node15" href="chatpresence.html" title="chatpresence" alt="" coords="797,1287,928,1367"> +<area shape="rect" id="node17" href="config.html" title="config" alt="" coords="798,4615,926,4695"> +<area shape="rect" id="node19" href="conv.html" title="conv" alt="" coords="798,4713,926,4793"> +<area shape="rect" id="node21" href="dreport.html" title="dreport" alt="" coords="788,1385,937,1465"> +<area shape="rect" id="node23" href="event.html" title="event" alt="" coords="1081,457,1209,537"> +<area shape="rect" id="node29" href="notify.html" title="notify" alt="" coords="784,457,941,537"> +<area shape="rect" id="node30" href="fcontact.html" title="fcontact" alt="" coords="801,4810,924,4890"> +<area shape="rect" id="node32" href="ffinder.html" title="ffinder" alt="" coords="802,4907,922,4987"> +<area shape="rect" id="node34" href="group_member.html" title="group_member" alt="" coords="785,4226,940,4306"> +<area shape="rect" id="node37" href="groups.html" title="groups" alt="" coords="797,3837,928,3917"> +<area shape="rect" id="node44" href="item.html" title="item" alt="" coords="689,1518,1036,3235"> +<area shape="rect" id="node49" href="item_id.html" title="item_id" alt="" coords="793,5005,932,5085"> +<area shape="rect" id="node51" href="likes.html" title="likes" alt="" coords="802,5199,922,5279"> +<area shape="rect" id="node54" href="mail.html" title="mail" alt="" coords="798,3447,926,3527"> +<area shape="rect" id="node59" href="manage.html" title="manage" alt="" coords="1082,1002,1208,1082"> +<area shape="rect" id="node65" href="outq.html" title="outq" alt="" coords="794,129,930,209"> +<area shape="rect" id="node69" href="photo.html" title="photo" alt="" coords="788,3545,937,3625"> +<area shape="rect" id="node72" href="profdef.html" title="profdef" alt="" coords="801,5102,924,5182"> +<area shape="rect" id="node74" href="profext.html" title="profext" alt="" coords="801,3739,924,3819"> +<area shape="rect" id="node80" href="profile_check.html" title="profile_check" alt="" coords="793,4323,932,4403"> +<area shape="rect" id="node82" href="register.html" title="register" alt="" coords="801,3934,924,4014"> +<area shape="rect" id="node87" href="shares.html" title="shares" alt="" coords="802,606,922,686"> +<area shape="rect" id="node89" href="sign.html" title="sign" alt="" coords="802,4421,922,4501"> +<area shape="rect" id="node91" href="source.html" title="source" alt="" coords="802,703,922,783"> +<area shape="rect" id="node94" href="sys_perms.html" title="sys_perms" alt="" coords="797,4518,928,4598"> +<area shape="rect" id="node96" href="term.html" title="term" alt="" coords="788,226,937,306"> +<area shape="rect" id="node103" href="updates.html" title="updates" alt="" coords="801,323,924,403"> +<area shape="rect" id="node107" href="vote.html" title="vote" alt="" coords="802,801,922,881"> +<area shape="rect" id="node111" href="xchat.html" title="xchat" alt="" coords="802,898,922,978"> +<area shape="rect" id="node113" href="xconfig.html" title="xconfig" alt="" coords="801,4031,924,4111"> +<area shape="rect" id="node116" href="xign.html" title="xign" alt="" coords="802,4129,922,4209"> +<area shape="rect" id="node119" href="xlink.html" title="xlink" alt="" coords="788,995,937,1075"> +<area shape="rect" id="node121" href="xprof.html" title="xprof" alt="" coords="802,3253,922,3333"> +<area shape="rect" id="node125" href="xtag.html" title="xtag" alt="" coords="802,3350,922,3430"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/item.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="777,687,913,767"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="416,2909,626,3555"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="6,2875,156,2955"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="201,2943,369,3023"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="777,395,913,475"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="785,784,905,864"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="780,881,910,961"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="770,979,920,1059"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="781,492,909,572"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="768,1076,922,1156"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="780,103,910,183"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="672,1173,1018,2891"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="781,2908,909,2988"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="782,3005,908,3085"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="777,297,913,377"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="777,3881,913,3961"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="770,3103,920,3183"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="784,3979,906,4059"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="784,4076,906,4156"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="785,3200,905,3280"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="785,3297,905,3377"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="770,4173,920,4253"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="784,5,906,85"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="785,3395,905,3475"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="785,3492,905,3572"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="784,3589,906,3669"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="785,3687,905,3767"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="770,589,920,669"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="785,3784,905,3864"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="785,200,905,280"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/item.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/item_id.html b/doc/schemaspy_hubzilla/tables/item_id.html new file mode 100644 index 000000000..b420a04b9 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/item_id.html @@ -0,0 +1,249 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.item_id</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='item_id'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>item_id</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied' checked>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="item_id.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='verify.html'>verify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>iid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>sid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>service</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='5 columns'>Table contained 194 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>iid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>iid</td> + </tr> + <tr> + <td class='indexedColumn'>service</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>service</td> + </tr> + <tr> + <td class='indexedColumn'>sid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>sid</td> + </tr> + <tr> + <td class='indexedColumn'>uid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>uid</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="item_id.html" title="item_id" alt="" coords="5,5,240,181"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/item_id.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="attach.html" title="attach" alt="" coords="232,5,368,85"> +<area shape="rect" id="node3" href="verify.html" title="verify" alt="" coords="7,1027,137,1221"> +<area shape="rect" id="node4" href="config.html" title="config" alt="" coords="236,103,364,183"> +<area shape="rect" id="node6" href="conv.html" title="conv" alt="" coords="236,200,364,280"> +<area shape="rect" id="node8" href="fcontact.html" title="fcontact" alt="" coords="239,297,361,377"> +<area shape="rect" id="node10" href="ffinder.html" title="ffinder" alt="" coords="240,395,360,475"> +<area shape="rect" id="node12" href="group_member.html" title="group_member" alt="" coords="223,492,377,572"> +<area shape="rect" id="node14" href="groups.html" title="groups" alt="" coords="235,589,365,669"> +<area shape="rect" id="node16" href="item.html" title="item" alt="" coords="221,687,379,767"> +<area shape="rect" id="node18" href="item_id.html" title="item_id" alt="" coords="183,784,417,960"> +<area shape="rect" id="node20" href="likes.html" title="likes" alt="" coords="240,977,360,1057"> +<area shape="rect" id="node22" href="mail.html" title="mail" alt="" coords="236,1075,364,1155"> +<area shape="rect" id="node24" href="photo.html" title="photo" alt="" coords="225,1172,375,1252"> +<area shape="rect" id="node26" href="profdef.html" title="profdef" alt="" coords="239,1269,361,1349"> +<area shape="rect" id="node28" href="profext.html" title="profext" alt="" coords="239,1367,361,1447"> +<area shape="rect" id="node30" href="profile_check.html" title="profile_check" alt="" coords="231,1464,369,1544"> +<area shape="rect" id="node32" href="register.html" title="register" alt="" coords="239,1561,361,1641"> +<area shape="rect" id="node34" href="sign.html" title="sign" alt="" coords="240,1659,360,1739"> +<area shape="rect" id="node36" href="sys_perms.html" title="sys_perms" alt="" coords="235,1756,365,1836"> +<area shape="rect" id="node38" href="xconfig.html" title="xconfig" alt="" coords="239,1853,361,1933"> +<area shape="rect" id="node40" href="xign.html" title="xign" alt="" coords="240,1951,360,2031"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/item_id.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/likes.html b/doc/schemaspy_hubzilla/tables/likes.html new file mode 100644 index 000000000..562ca9bec --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/likes.html @@ -0,0 +1,347 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.likes</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='likes'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>likes</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied' checked>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="likes.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='verify.html'>verify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="likes.channel_id's name implies that it's a child of channel.channel_id, but it doesn't reference that column."><a href='channel.html'>channel</a><span class='relatedKey'>.channel_id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>liker</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>likee</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>iid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>target_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>target_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>target</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>i_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='10 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>channel_id</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_id</td> + </tr> + <tr> + <td class='indexedColumn'>i_mid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>i_mid</td> + </tr> + <tr> + <td class='indexedColumn'>iid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>iid</td> + </tr> + <tr> + <td class='indexedColumn'>likee</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>likee</td> + </tr> + <tr> + <td class='indexedColumn'>liker</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>liker</td> + </tr> + <tr> + <td class='indexedColumn'>target_id</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>target_id</td> + </tr> + <tr> + <td class='indexedColumn'>target_type</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>target_type</td> + </tr> + <tr> + <td class='indexedColumn'>verb</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>verb</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="likes.html" title="likes" alt="" coords="7,5,281,294"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/likes.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="attach.html" title="attach" alt="" coords="744,1241,880,1321"> +<area shape="rect" id="node3" href="channel.html" title="channel" alt="" coords="435,1959,629,3105"> +<area shape="rect" id="node5" href="hubloc.html" title="hubloc" alt="" coords="7,3125,175,3205"> +<area shape="rect" id="node7" href="xchan.html" title="xchan" alt="" coords="221,1824,389,1904"> +<area shape="rect" id="node9" href="verify.html" title="verify" alt="" coords="240,785,371,978"> +<area shape="rect" id="node11" href="config.html" title="config" alt="" coords="468,687,596,767"> +<area shape="rect" id="node13" href="conv.html" title="conv" alt="" coords="468,784,596,864"> +<area shape="rect" id="node15" href="event.html" title="event" alt="" coords="996,3151,1124,3231"> +<area shape="rect" id="node21" href="notify.html" title="notify" alt="" coords="733,3227,891,3307"> +<area shape="rect" id="node22" href="fcontact.html" title="fcontact" alt="" coords="471,5,593,85"> +<area shape="rect" id="node24" href="ffinder.html" title="ffinder" alt="" coords="472,103,592,183"> +<area shape="rect" id="node26" href="group_member.html" title="group_member" alt="" coords="455,1497,609,1577"> +<area shape="rect" id="node29" href="groups.html" title="groups" alt="" coords="747,1425,877,1505"> +<area shape="rect" id="node36" href="item.html" title="item" alt="" coords="453,1595,611,1675"> +<area shape="rect" id="node41" href="item_id.html" title="item_id" alt="" coords="463,200,601,280"> +<area shape="rect" id="node43" href="likes.html" title="likes" alt="" coords="675,891,949,1181"> +<area shape="rect" id="node46" href="mail.html" title="mail" alt="" coords="748,1697,876,1777"> +<area shape="rect" id="node54" href="outq.html" title="outq" alt="" coords="744,3324,880,3404"> +<area shape="rect" id="node58" href="photo.html" title="photo" alt="" coords="457,1303,607,1383"> +<area shape="rect" id="node61" href="profdef.html" title="profdef" alt="" coords="471,297,593,377"> +<area shape="rect" id="node63" href="profext.html" title="profext" alt="" coords="751,1989,873,2069"> +<area shape="rect" id="node69" href="profile_check.html" title="profile_check" alt="" coords="463,395,601,475"> +<area shape="rect" id="node71" href="register.html" title="register" alt="" coords="751,2853,873,2933"> +<area shape="rect" id="node76" href="sign.html" title="sign" alt="" coords="472,492,592,572"> +<area shape="rect" id="node78" href="sys_perms.html" title="sys_perms" alt="" coords="467,589,597,669"> +<area shape="rect" id="node80" href="term.html" title="term" alt="" coords="737,3421,887,3501"> +<area shape="rect" id="node87" href="updates.html" title="updates" alt="" coords="751,1795,873,1875"> +<area shape="rect" id="node93" href="xconfig.html" title="xconfig" alt="" coords="471,1400,593,1480"> +<area shape="rect" id="node96" href="xign.html" title="xign" alt="" coords="472,1205,592,1285"> +<area shape="rect" id="node99" href="xprof.html" title="xprof" alt="" coords="752,1892,872,1972"> +<area shape="rect" id="node103" href="xtag.html" title="xtag" alt="" coords="752,3519,872,3599"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/likes.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/mail.html b/doc/schemaspy_hubzilla/tables/mail.html new file mode 100644 index 000000000..15bd03f82 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/mail.html @@ -0,0 +1,608 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.mail</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='mail'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>mail</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied'>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="mail.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='verify.html'>verify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>convid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>mail_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>from_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="mail.from_xchan refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>to_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="mail.to_xchan refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>account_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="mail.account_id's name implies that it's a child of account.account_id, but it doesn't reference that column."><a href='account.html'>account</a><span class='relatedKey'>.account_id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="mail.channel_id's name implies that it's a child of channel.channel_id, but it doesn't reference that column."><a href='channel.html'>channel</a><span class='relatedKey'>.channel_id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>title</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>body</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>attach</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>parent_mid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>mail_deleted</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>mail_replied</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>mail_isreply</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>mail_seen</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>mail_recalled</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>mail_obscured</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>expires</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>conv_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='22 columns'>Table contained 39 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>account_id</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>account_id</td> + </tr> + <tr> + <td class='indexedColumn'>channel_id</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_id</td> + </tr> + <tr> + <td class='indexedColumn'>conv_guid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>conv_guid</td> + </tr> + <tr> + <td class='indexedColumn'>convid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>convid</td> + </tr> + <tr> + <td class='indexedColumn'>created</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>created</td> + </tr> + <tr> + <td class='indexedColumn'>expires</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>expires</td> + </tr> + <tr> + <td class='indexedColumn'>from_xchan</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>from_xchan</td> + </tr> + <tr> + <td class='indexedColumn'>mail_deleted</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>mail_deleted</td> + </tr> + <tr> + <td class='indexedColumn'>mail_flags</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>mail_flags</td> + </tr> + <tr> + <td class='indexedColumn'>mail_isreply</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>mail_isreply</td> + </tr> + <tr> + <td class='indexedColumn'>mail_obscured</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>mail_obscured</td> + </tr> + <tr> + <td class='indexedColumn'>mail_recalled</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>mail_recalled</td> + </tr> + <tr> + <td class='indexedColumn'>mail_replied</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>mail_replied</td> + </tr> + <tr> + <td class='indexedColumn'>mail_seen</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>mail_seen</td> + </tr> + <tr> + <td class='indexedColumn'>mid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>mid</td> + </tr> + <tr> + <td class='indexedColumn'>parent_mid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>parent_mid</td> + </tr> + <tr> + <td class='indexedColumn'>to_xchan</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>to_xchan</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from mail'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="mail.html" title="mail" alt="" coords="263,5,556,566"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="7,86,217,733"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/mail.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="817,1025,953,1105"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="481,1195,691,1842"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="25,826,219,1971"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="265,612,433,692"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="817,2515,953,2595"> +<area shape="rect" id="node11" href="verify.html" title="verify" alt="" coords="521,2905,651,3098"> +<area shape="rect" id="node13" href="chat.html" title="chat" alt="" coords="825,1123,945,1203"> +<area shape="rect" id="node15" href="chatpresence.html" title="chatpresence" alt="" coords="819,1220,950,1300"> +<area shape="rect" id="node17" href="config.html" title="config" alt="" coords="821,3293,949,3373"> +<area shape="rect" id="node19" href="conv.html" title="conv" alt="" coords="821,3391,949,3471"> +<area shape="rect" id="node21" href="dreport.html" title="dreport" alt="" coords="810,1317,959,1397"> +<area shape="rect" id="node23" href="event.html" title="event" alt="" coords="1077,487,1205,567"> +<area shape="rect" id="node29" href="notify.html" title="notify" alt="" coords="806,487,963,567"> +<area shape="rect" id="node30" href="fcontact.html" title="fcontact" alt="" coords="823,3488,946,3568"> +<area shape="rect" id="node32" href="ffinder.html" title="ffinder" alt="" coords="825,3585,945,3665"> +<area shape="rect" id="node34" href="group_member.html" title="group_member" alt="" coords="807,2320,962,2400"> +<area shape="rect" id="node37" href="groups.html" title="groups" alt="" coords="819,3001,950,3081"> +<area shape="rect" id="node44" href="item.html" title="item" alt="" coords="806,1645,963,1725"> +<area shape="rect" id="node49" href="item_id.html" title="item_id" alt="" coords="815,3683,954,3763"> +<area shape="rect" id="node51" href="likes.html" title="likes" alt="" coords="825,3975,945,4055"> +<area shape="rect" id="node54" href="mail.html" title="mail" alt="" coords="738,1742,1031,2303"> +<area shape="rect" id="node56" href="account.html" title="account" alt="" coords="479,1858,693,2323"> +<area shape="rect" id="node61" href="manage.html" title="manage" alt="" coords="1078,1080,1203,1160"> +<area shape="rect" id="node67" href="outq.html" title="outq" alt="" coords="817,353,953,433"> +<area shape="rect" id="node71" href="photo.html" title="photo" alt="" coords="810,2709,959,2789"> +<area shape="rect" id="node74" href="profdef.html" title="profdef" alt="" coords="823,3780,946,3860"> +<area shape="rect" id="node76" href="profext.html" title="profext" alt="" coords="823,2904,946,2984"> +<area shape="rect" id="node82" href="profile_check.html" title="profile_check" alt="" coords="815,3877,954,3957"> +<area shape="rect" id="node84" href="register.html" title="register" alt="" coords="823,2417,946,2497"> +<area shape="rect" id="node89" href="shares.html" title="shares" alt="" coords="825,1415,945,1495"> +<area shape="rect" id="node91" href="sign.html" title="sign" alt="" coords="825,3099,945,3179"> +<area shape="rect" id="node93" href="source.html" title="source" alt="" coords="825,1512,945,1592"> +<area shape="rect" id="node96" href="sys_perms.html" title="sys_perms" alt="" coords="819,3196,950,3276"> +<area shape="rect" id="node98" href="term.html" title="term" alt="" coords="810,159,959,239"> +<area shape="rect" id="node105" href="updates.html" title="updates" alt="" coords="823,584,946,664"> +<area shape="rect" id="node109" href="vote.html" title="vote" alt="" coords="825,733,945,813"> +<area shape="rect" id="node113" href="xchat.html" title="xchat" alt="" coords="825,831,945,911"> +<area shape="rect" id="node115" href="xconfig.html" title="xconfig" alt="" coords="823,2612,946,2692"> +<area shape="rect" id="node118" href="xign.html" title="xign" alt="" coords="825,2807,945,2887"> +<area shape="rect" id="node121" href="xlink.html" title="xlink" alt="" coords="810,928,959,1008"> +<area shape="rect" id="node123" href="xprof.html" title="xprof" alt="" coords="825,61,945,141"> +<area shape="rect" id="node127" href="xtag.html" title="xtag" alt="" coords="825,256,945,336"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/mail.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="750,687,886,767"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="416,1341,626,1987"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="6,1307,156,1387"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="201,1375,369,1455"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="750,395,886,475"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="758,784,878,864"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="753,881,884,961"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="744,979,893,1059"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="754,492,882,572"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="741,1076,896,1156"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="753,103,884,183"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="740,1173,897,1253"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="672,1270,965,1831"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="756,1848,881,1928"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="750,297,886,377"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="750,2724,886,2804"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="744,1945,893,2025"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="757,2821,880,2901"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="757,2919,880,2999"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="758,2043,878,2123"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="758,2140,878,2220"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="744,3016,893,3096"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="757,5,880,85"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="758,2237,878,2317"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="758,2335,878,2415"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="757,2432,880,2512"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="758,2529,878,2609"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="744,589,893,669"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="758,2627,878,2707"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="758,200,878,280"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/mail.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/manage.html b/doc/schemaspy_hubzilla/tables/manage.html new file mode 100644 index 000000000..82c18d714 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/manage.html @@ -0,0 +1,278 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.manage</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='manage'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>manage</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied'>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="manage.id's name implies that it's a child of notify.id, but it doesn't reference that column."><a href='notify.html'>notify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="manage.xchan refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='3 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>uid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>uid</td> + </tr> + <tr> + <td class='indexedColumn'>xchan</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchan</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from manage'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="manage.html" title="manage" alt="" coords="263,5,441,136"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="7,54,217,701"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/manage.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="681,1615,817,1695"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="415,1226,625,1873"> +<area shape="rect" id="node11" href="channel.html" title="channel" alt="" coords="5,1867,155,1947"> +<area shape="rect" id="node13" href="hubloc.html" title="hubloc" alt="" coords="200,1867,368,1947"> +<area shape="rect" id="node4" href="addon.html" title="addon" alt="" coords="897,2889,1025,2969"> +<area shape="rect" id="node6" href="notify.html" title="notify" alt="" coords="671,2501,828,2899"> +<area shape="rect" id="node7" href="app.html" title="app" alt="" coords="901,2208,1021,2288"> +<area shape="rect" id="node9" href="attach.html" title="attach" alt="" coords="681,103,817,183"> +<area shape="rect" id="node16" href="chat.html" title="chat" alt="" coords="689,1712,809,1792"> +<area shape="rect" id="node18" href="chatpresence.html" title="chatpresence" alt="" coords="684,1809,815,1889"> +<area shape="rect" id="node20" href="dreport.html" title="dreport" alt="" coords="675,1907,824,1987"> +<area shape="rect" id="node22" href="event.html" title="event" alt="" coords="897,1963,1025,2043"> +<area shape="rect" id="node28" href="fserver.html" title="fserver" alt="" coords="900,2305,1023,2385"> +<area shape="rect" id="node30" href="fsuggest.html" title="fsuggest" alt="" coords="899,2403,1024,2483"> +<area shape="rect" id="node32" href="group_member.html" title="group_member" alt="" coords="672,589,827,669"> +<area shape="rect" id="node34" href="groups.html" title="groups" alt="" coords="684,297,815,377"> +<area shape="rect" id="node38" href="hook.html" title="hook" alt="" coords="897,2500,1025,2580"> +<area shape="rect" id="node42" href="item.html" title="item" alt="" coords="671,687,828,767"> +<area shape="rect" id="node46" href="mail.html" title="mail" alt="" coords="685,492,813,572"> +<area shape="rect" id="node50" href="manage.html" title="manage" alt="" coords="872,2060,1051,2191"> +<area shape="rect" id="node56" href="outq.html" title="outq" alt="" coords="681,200,817,280"> +<area shape="rect" id="node60" href="pconfig.html" title="pconfig" alt="" coords="892,2597,1031,2677"> +<area shape="rect" id="node62" href="photo.html" title="photo" alt="" coords="675,784,824,864"> +<area shape="rect" id="node64" href="profext.html" title="profext" alt="" coords="688,2368,811,2448"> +<area shape="rect" id="node69" href="profile.html" title="profile" alt="" coords="897,2695,1025,2775"> +<area shape="rect" id="node71" href="register.html" title="register" alt="" coords="688,395,811,475"> +<area shape="rect" id="node75" href="shares.html" title="shares" alt="" coords="689,881,809,961"> +<area shape="rect" id="node77" href="source.html" title="source" alt="" coords="689,979,809,1059"> +<area shape="rect" id="node80" href="spam.html" title="spam" alt="" coords="901,2792,1021,2872"> +<area shape="rect" id="node82" href="term.html" title="term" alt="" coords="675,2076,824,2156"> +<area shape="rect" id="node89" href="updates.html" title="updates" alt="" coords="688,2173,811,2253"> +<area shape="rect" id="node93" href="vote.html" title="vote" alt="" coords="689,1076,809,1156"> +<area shape="rect" id="node97" href="xchat.html" title="xchat" alt="" coords="689,1225,809,1305"> +<area shape="rect" id="node99" href="xconfig.html" title="xconfig" alt="" coords="688,1323,811,1403"> +<area shape="rect" id="node101" href="xign.html" title="xign" alt="" coords="689,1420,809,1500"> +<area shape="rect" id="node103" href="xlink.html" title="xlink" alt="" coords="675,1517,824,1597"> +<area shape="rect" id="node105" href="xprof.html" title="xprof" alt="" coords="689,2271,809,2351"> +<area shape="rect" id="node109" href="xtag.html" title="xtag" alt="" coords="689,5,809,85"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/manage.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="693,687,829,767"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="416,1271,626,1918"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="6,1237,156,1317"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="201,1305,369,1385"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="693,395,829,475"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="701,784,821,864"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="696,881,826,961"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="686,979,836,1059"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="697,492,825,572"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="684,1076,838,1156"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="696,103,826,183"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="682,1173,840,1253"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="697,1271,825,1351"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="672,1368,850,1499"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="693,297,829,377"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="693,2295,829,2375"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="686,1516,836,1596"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="700,2392,822,2472"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="700,2489,822,2569"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="701,1613,821,1693"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="701,1711,821,1791"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="686,2587,836,2667"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="700,5,822,85"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="701,1808,821,1888"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="701,1905,821,1985"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="700,2003,822,2083"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="701,2100,821,2180"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="686,589,836,669"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="701,2197,821,2277"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="701,200,821,280"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/manage.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/menu.html b/doc/schemaspy_hubzilla/tables/menu.html new file mode 100644 index 000000000..d4825dc36 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/menu.html @@ -0,0 +1,236 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.menu</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='menu'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>menu</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>menu_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>menu_channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>menu_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>menu_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>menu_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>menu_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>menu_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='7 columns'>Table contained 6 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>menu_id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>menu_channel_id</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>menu_channel_id</td> + </tr> + <tr> + <td class='indexedColumn'>menu_created</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>menu_created</td> + </tr> + <tr> + <td class='indexedColumn'>menu_edited</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>menu_edited</td> + </tr> + <tr> + <td class='indexedColumn'>menu_flags</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>menu_flags</td> + </tr> + <tr> + <td class='indexedColumn'>menu_name</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>menu_name</td> + </tr> +</table> +</div> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/menu_item.html b/doc/schemaspy_hubzilla/tables/menu_item.html new file mode 100644 index 000000000..9af5e59a9 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/menu_item.html @@ -0,0 +1,268 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.menu_item</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='menu_item'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>menu_item</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>mitem_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>mitem_link</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>mitem_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>mitem_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>mitem_channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>mitem_menu_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>mitem_order</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='11 columns'>Table contained 15 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>mitem_id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>mitem_channel_id</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>mitem_channel_id</td> + </tr> + <tr> + <td class='indexedColumn'>mitem_flags</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>mitem_flags</td> + </tr> + <tr> + <td class='indexedColumn'>mitem_menu_id</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>mitem_menu_id</td> + </tr> +</table> +</div> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/notify.html b/doc/schemaspy_hubzilla/tables/notify.html new file mode 100644 index 000000000..9635c2f6b --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/notify.html @@ -0,0 +1,522 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.notify</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='notify'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>notify</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied'>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="addon.id's name implies that it's a child of notify.id, but it doesn't reference that column."><a href='addon.html'>addon</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="app.id's name implies that it's a child of notify.id, but it doesn't reference that column."><a href='app.html'>app</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="event.id's name implies that it's a child of notify.id, but it doesn't reference that column."><a href='event.html'>event</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="fserver.id's name implies that it's a child of notify.id, but it doesn't reference that column."><a href='fserver.html'>fserver</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="fsuggest.id's name implies that it's a child of notify.id, but it doesn't reference that column."><a href='fsuggest.html'>fsuggest</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="hook.id's name implies that it's a child of notify.id, but it doesn't reference that column."><a href='hook.html'>hook</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="manage.id's name implies that it's a child of notify.id, but it doesn't reference that column."><a href='manage.html'>manage</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="pconfig.id's name implies that it's a child of notify.id, but it doesn't reference that column."><a href='pconfig.html'>pconfig</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="profile.id's name implies that it's a child of notify.id, but it doesn't reference that column."><a href='profile.html'>profile</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="spam.id's name implies that it's a child of notify.id, but it doesn't reference that column."><a href='spam.html'>spam</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> +</td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="notify.hash refs hubloc.hubloc_hash"><a href='hubloc.html'>hubloc</a><span class='relatedKey'>.hubloc_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="notify.hash refs channel.channel_hash"><a href='channel.html'>channel</a><span class='relatedKey'>.channel_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="notify.hash refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>msg</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>link</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>parent</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>seen</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>otype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='15 columns'>Table contained 528 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>aid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>aid</td> + </tr> + <tr> + <td class='indexedColumn'>date</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>date</td> + </tr> + <tr> + <td class='indexedColumn'>hash</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>hash</td> + </tr> + <tr> + <td class='indexedColumn'>link</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>link</td> + </tr> + <tr> + <td class='indexedColumn'>otype</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>otype</td> + </tr> + <tr> + <td class='indexedColumn'>parent</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>parent</td> + </tr> + <tr> + <td class='indexedColumn'>seen</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>seen</td> + </tr> + <tr> + <td class='indexedColumn'>type</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>type</td> + </tr> + <tr> + <td class='indexedColumn'>uid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>uid</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from notify'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="channel.html" title="channel" alt="" coords="522,53,716,1199"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="266,212,476,859"> +<area shape="rect" id="node4" href="hubloc.html" title="hubloc" alt="" coords="22,460,219,971"> +<area shape="rect" id="node7" href="notify.html" title="notify" alt="" coords="760,187,1040,590"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/notify.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="837,1784,973,1864"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="509,1979,719,2626"> +<area shape="rect" id="node11" href="channel.html" title="channel" alt="" coords="25,1677,219,2822"> +<area shape="rect" id="node13" href="hubloc.html" title="hubloc" alt="" coords="265,1127,462,1638"> +<area shape="rect" id="node4" href="addon.html" title="addon" alt="" coords="1099,901,1246,1117"> +<area shape="rect" id="node6" href="notify.html" title="notify" alt="" coords="765,1364,1045,1767"> +<area shape="rect" id="node7" href="app.html" title="app" alt="" coords="1103,1134,1242,1554"> +<area shape="rect" id="node9" href="attach.html" title="attach" alt="" coords="837,575,973,655"> +<area shape="rect" id="node16" href="chat.html" title="chat" alt="" coords="845,1881,965,1961"> +<area shape="rect" id="node18" href="chatpresence.html" title="chatpresence" alt="" coords="839,1979,970,2059"> +<area shape="rect" id="node20" href="dreport.html" title="dreport" alt="" coords="830,2076,979,2156"> +<area shape="rect" id="node22" href="event.html" title="event" alt="" coords="1089,5,1257,675"> +<area shape="rect" id="node28" href="fserver.html" title="fserver" alt="" coords="1111,1570,1234,1718"> +<area shape="rect" id="node30" href="fsuggest.html" title="fsuggest" alt="" coords="1110,1735,1235,1996"> +<area shape="rect" id="node32" href="group_member.html" title="group_member" alt="" coords="827,2209,982,2289"> +<area shape="rect" id="node34" href="groups.html" title="groups" alt="" coords="839,769,970,849"> +<area shape="rect" id="node38" href="hook.html" title="hook" alt="" coords="1107,2013,1238,2184"> +<area shape="rect" id="node42" href="item.html" title="item" alt="" coords="826,2307,983,2387"> +<area shape="rect" id="node46" href="likes.html" title="likes" alt="" coords="303,1717,423,1797"> +<area shape="rect" id="node48" href="mail.html" title="mail" alt="" coords="841,3085,969,3165"> +<area shape="rect" id="node52" href="manage.html" title="manage" alt="" coords="1110,3272,1235,3397"> +<area shape="rect" id="node58" href="outq.html" title="outq" alt="" coords="837,1000,973,1080"> +<area shape="rect" id="node62" href="pconfig.html" title="pconfig" alt="" coords="1103,3415,1242,3585"> +<area shape="rect" id="node65" href="cache.html" title="cache" alt="" coords="546,3013,682,3093"> +<area shape="rect" id="node66" href="photo.html" title="photo" alt="" coords="830,2404,979,2484"> +<area shape="rect" id="node68" href="profext.html" title="profext" alt="" coords="843,3413,966,3493"> +<area shape="rect" id="node74" href="profile.html" title="profile" alt="" coords="1098,2201,1247,3255"> +<area shape="rect" id="node76" href="register.html" title="register" alt="" coords="843,1097,966,1177"> +<area shape="rect" id="node80" href="shares.html" title="shares" alt="" coords="845,2501,965,2581"> +<area shape="rect" id="node82" href="source.html" title="source" alt="" coords="845,2599,965,2679"> +<area shape="rect" id="node85" href="spam.html" title="spam" alt="" coords="1113,691,1233,885"> +<area shape="rect" id="node87" href="term.html" title="term" alt="" coords="830,1195,979,1275"> +<area shape="rect" id="node94" href="updates.html" title="updates" alt="" coords="843,3183,966,3263"> +<area shape="rect" id="node98" href="vote.html" title="vote" alt="" coords="845,2696,965,2776"> +<area shape="rect" id="node102" href="xchat.html" title="xchat" alt="" coords="845,2793,965,2873"> +<area shape="rect" id="node104" href="xconfig.html" title="xconfig" alt="" coords="843,3280,966,3360"> +<area shape="rect" id="node107" href="xign.html" title="xign" alt="" coords="845,2891,965,2971"> +<area shape="rect" id="node109" href="xlink.html" title="xlink" alt="" coords="830,2988,979,3068"> +<area shape="rect" id="node111" href="xprof.html" title="xprof" alt="" coords="845,672,965,752"> +<area shape="rect" id="node115" href="xtag.html" title="xtag" alt="" coords="845,903,965,983"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/notify.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="834,717,970,797"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="506,1587,716,2234"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="22,1849,216,2994"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="262,1939,459,2450"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="834,5,970,85"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="842,815,962,895"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="836,912,967,992"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="827,1009,976,1089"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="838,103,966,183"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="824,1107,979,1187"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="836,200,967,280"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="823,1204,980,1284"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="838,1301,966,1381"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="839,1399,964,1479"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="762,297,1042,700"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="834,2275,970,2355"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="827,1496,976,1576"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="840,2372,963,2452"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="840,2469,963,2549"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="842,1593,962,1673"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="842,1691,962,1771"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="827,2567,976,2647"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="840,2664,963,2744"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="842,1788,962,1868"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="842,1885,962,1965"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="840,1983,963,2063"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="842,2080,962,2160"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="827,2177,976,2257"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="842,2761,962,2841"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="842,2859,962,2939"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/notify.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/obj.html b/doc/schemaspy_hubzilla/tables/obj.html new file mode 100644 index 000000000..57523f456 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/obj.html @@ -0,0 +1,354 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.obj</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='obj'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>obj</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>obj_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>obj_page</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>obj_verb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>obj_type</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>obj_obj</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>obj_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>obj_term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>obj_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>obj_imgurl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>obj_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>obj_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='15 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>obj_id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>obj_channel</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>obj_channel</td> + </tr> + <tr> + <td class='indexedColumn'>obj_created</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>obj_created</td> + </tr> + <tr> + <td class='indexedColumn'>obj_edited</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>obj_edited</td> + </tr> + <tr> + <td class='indexedColumn'>obj_imgurl</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>obj_imgurl</td> + </tr> + <tr> + <td class='indexedColumn'>obj_obj</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>obj_obj</td> + </tr> + <tr> + <td class='indexedColumn'>obj_page</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>obj_page</td> + </tr> + <tr> + <td class='indexedColumn'>obj_term</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>obj_term</td> + </tr> + <tr> + <td class='indexedColumn'>obj_type</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>obj_type</td> + </tr> + <tr> + <td class='indexedColumn'>obj_url</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>obj_url</td> + </tr> + <tr> + <td class='indexedColumn'>obj_verb</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>obj_verb</td> + </tr> +</table> +</div> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/outq.html b/doc/schemaspy_hubzilla/tables/outq.html new file mode 100644 index 000000000..e25ffde37 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/outq.html @@ -0,0 +1,411 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.outq</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='outq'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>outq</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied'>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>outq_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="outq.outq_hash refs hubloc.hubloc_hash"><a href='hubloc.html'>hubloc</a><span class='relatedKey'>.hubloc_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="outq.outq_hash refs channel.channel_hash"><a href='channel.html'>channel</a><span class='relatedKey'>.channel_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="outq.outq_hash refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>outq_account</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>outq_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>outq_driver</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>outq_posturl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>outq_async</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>outq_delivered</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>outq_created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>outq_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>outq_notify</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>outq_msg</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>outq_priority</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='12 columns'>Table contained 660 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>outq_hash</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>outq_account</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>outq_account</td> + </tr> + <tr> + <td class='indexedColumn'>outq_async</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>outq_async</td> + </tr> + <tr> + <td class='indexedColumn'>outq_channel</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>outq_channel</td> + </tr> + <tr> + <td class='indexedColumn'>outq_created</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>outq_created</td> + </tr> + <tr> + <td class='indexedColumn'>outq_delivered</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>outq_delivered</td> + </tr> + <tr> + <td class='indexedColumn'>outq_posturl</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>outq_hub</td> + </tr> + <tr> + <td class='indexedColumn'>outq_priority</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>outq_priority</td> + </tr> + <tr> + <td class='indexedColumn'>outq_updated</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>outq_updated</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from outq'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="channel.html" title="channel" alt="" coords="522,53,716,1199"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="266,212,476,859"> +<area shape="rect" id="node4" href="hubloc.html" title="hubloc" alt="" coords="22,460,219,971"> +<area shape="rect" id="node7" href="outq.html" title="outq" alt="" coords="762,209,1063,544"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/outq.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="849,1745,985,1825"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="509,1454,719,2101"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="25,698,219,1843"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="265,574,462,1085"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="849,467,985,547"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="857,1879,977,1959"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="851,1976,982,2056"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="842,2073,991,2153"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="1114,1183,1242,1263"> +<area shape="rect" id="node23" href="notify.html" title="notify" alt="" coords="838,2755,995,2835"> +<area shape="rect" id="node24" href="group_member.html" title="group_member" alt="" coords="839,2171,994,2251"> +<area shape="rect" id="node26" href="groups.html" title="groups" alt="" coords="851,272,982,352"> +<area shape="rect" id="node32" href="item.html" title="item" alt="" coords="838,2268,995,2348"> +<area shape="rect" id="node36" href="likes.html" title="likes" alt="" coords="303,5,423,85"> +<area shape="rect" id="node38" href="mail.html" title="mail" alt="" coords="853,2657,981,2737"> +<area shape="rect" id="node42" href="manage.html" title="manage" alt="" coords="1115,2283,1241,2363"> +<area shape="rect" id="node48" href="outq.html" title="outq" alt="" coords="766,758,1067,1093"> +<area shape="rect" id="node52" href="photo.html" title="photo" alt="" coords="842,2365,991,2445"> +<area shape="rect" id="node54" href="profext.html" title="profext" alt="" coords="855,2852,978,2932"> +<area shape="rect" id="node59" href="register.html" title="register" alt="" coords="855,1109,978,1189"> +<area shape="rect" id="node63" href="shares.html" title="shares" alt="" coords="857,2463,977,2543"> +<area shape="rect" id="node65" href="source.html" title="source" alt="" coords="857,2560,977,2640"> +<area shape="rect" id="node68" href="term.html" title="term" alt="" coords="842,369,991,449"> +<area shape="rect" id="node75" href="updates.html" title="updates" alt="" coords="855,661,978,741"> +<area shape="rect" id="node79" href="vote.html" title="vote" alt="" coords="857,1259,977,1339"> +<area shape="rect" id="node83" href="xchat.html" title="xchat" alt="" coords="857,1356,977,1436"> +<area shape="rect" id="node85" href="xconfig.html" title="xconfig" alt="" coords="855,1453,978,1533"> +<area shape="rect" id="node87" href="xign.html" title="xign" alt="" coords="857,1551,977,1631"> +<area shape="rect" id="node89" href="xlink.html" title="xlink" alt="" coords="842,1648,991,1728"> +<area shape="rect" id="node91" href="xprof.html" title="xprof" alt="" coords="857,564,977,644"> +<area shape="rect" id="node95" href="xtag.html" title="xtag" alt="" coords="857,175,977,255"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/outq.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="844,395,980,475"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="504,1266,714,1913"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="20,1779,214,2925"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="260,1870,457,2381"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="844,5,980,85"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="852,492,972,572"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="846,589,977,669"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="837,687,986,767"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="848,103,976,183"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="834,784,989,864"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="846,200,977,280"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="833,881,990,961"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="848,979,976,1059"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="849,1076,974,1156"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="844,297,980,377"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="761,1951,1062,2286"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="837,1173,986,1253"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="850,2303,973,2383"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="850,2400,973,2480"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="852,1271,972,1351"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="852,1368,972,1448"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="837,2497,986,2577"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="850,2595,973,2675"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="852,1465,972,1545"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="852,1563,972,1643"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="850,1660,973,1740"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="852,1757,972,1837"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="837,1855,986,1935"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="852,2692,972,2772"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="852,2789,972,2869"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/outq.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/pconfig.html b/doc/schemaspy_hubzilla/tables/pconfig.html new file mode 100644 index 000000000..e57c49461 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/pconfig.html @@ -0,0 +1,238 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.pconfig</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='pconfig'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>pconfig</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied' checked>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="pconfig.id's name implies that it's a child of notify.id, but it doesn't reference that column."><a href='notify.html'>notify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="pconfig.k's name implies that it's a child of cache.k, but it doesn't reference that column."><a href='cache.html'>cache</a><span class='relatedKey'>.k</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='5 columns'>Table contained 719 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>uid + cat + k</td> + <td class='detail'>Must be unique</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span>/<span title='Ascending'>Asc</span>/<span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>access</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="pconfig.html" title="pconfig" alt="" coords="5,5,285,181"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/pconfig.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="addon.html" title="addon" alt="" coords="905,297,1033,377"> +<area shape="rect" id="node3" href="notify.html" title="notify" alt="" coords="628,275,785,672"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="435,207,584,287"> +<area shape="rect" id="node8" href="xchan.html" title="xchan" alt="" coords="221,189,389,269"> +<area shape="rect" id="node15" href="hubloc.html" title="hubloc" alt="" coords="7,189,175,269"> +<area shape="rect" id="node4" href="app.html" title="app" alt="" coords="909,395,1029,475"> +<area shape="rect" id="node9" href="config.html" title="config" alt="" coords="643,787,771,867"> +<area shape="rect" id="node11" href="cache.html" title="cache" alt="" coords="439,788,580,913"> +<area shape="rect" id="node12" href="event.html" title="event" alt="" coords="905,5,1033,85"> +<area shape="rect" id="node19" href="fserver.html" title="fserver" alt="" coords="908,492,1031,572"> +<area shape="rect" id="node21" href="fsuggest.html" title="fsuggest" alt="" coords="907,589,1032,669"> +<area shape="rect" id="node23" href="hook.html" title="hook" alt="" coords="905,687,1033,767"> +<area shape="rect" id="node27" href="manage.html" title="manage" alt="" coords="907,980,1032,1060"> +<area shape="rect" id="node33" href="pconfig.html" title="pconfig" alt="" coords="829,784,1109,960"> +<area shape="rect" id="node36" href="profext.html" title="profext" alt="" coords="645,141,768,221"> +<area shape="rect" id="node42" href="profile.html" title="profile" alt="" coords="905,103,1033,183"> +<area shape="rect" id="node44" href="spam.html" title="spam" alt="" coords="909,200,1029,280"> +<area shape="rect" id="node46" href="sys_perms.html" title="sys_perms" alt="" coords="641,689,772,769"> +<area shape="rect" id="node50" href="xconfig.html" title="xconfig" alt="" coords="645,920,768,1000"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/pconfig.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/photo.html b/doc/schemaspy_hubzilla/tables/photo.html new file mode 100644 index 000000000..d8c2d7a66 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/photo.html @@ -0,0 +1,622 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.photo</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='photo'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>photo</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied'>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="photo.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='verify.html'>verify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="photo.xchan refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>resource_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>title</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>description</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>album</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>filename</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>image/jpeg</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>height</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>width</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>size</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>data</td> + <td class='detail'>mediumblob</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>scale</td> + <td class='detail'>tinyint</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>photo_usage</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>profile</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>is_nsfw</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>os_storage</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>os_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>display_path</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>photo_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>allow_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>allow_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>deny_cid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>deny_gid</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='28 columns'>Table contained 5 888 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>aid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>aid</td> + </tr> + <tr> + <td class='indexedColumn'>album</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>album</td> + </tr> + <tr> + <td class='indexedColumn'>is_nsfw</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>is_nsfw</td> + </tr> + <tr> + <td class='indexedColumn'>os_storage</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>os_storage</td> + </tr> + <tr> + <td class='indexedColumn'>photo_flags</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>photo_flags</td> + </tr> + <tr> + <td class='indexedColumn'>photo_usage</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>photo_usage</td> + </tr> + <tr> + <td class='indexedColumn'>profile</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>profile</td> + </tr> + <tr> + <td class='indexedColumn'>resource_id</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>resource_id</td> + </tr> + <tr> + <td class='indexedColumn'>scale</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>scale</td> + </tr> + <tr> + <td class='indexedColumn'>size</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>size</td> + </tr> + <tr> + <td class='indexedColumn'>type</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>type</td> + </tr> + <tr> + <td class='indexedColumn'>uid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>uid</td> + </tr> + <tr> + <td class='indexedColumn'>xchan</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchan</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from photo'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="photo.html" title="photo" alt="" coords="264,5,576,702"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="7,75,217,722"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/photo.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="761,798,897,878"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="416,1075,626,1722"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="6,1461,156,1541"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="201,1178,369,1258"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="761,1905,897,1985"> +<area shape="rect" id="node11" href="verify.html" title="verify" alt="" coords="456,3251,586,3444"> +<area shape="rect" id="node13" href="chat.html" title="chat" alt="" coords="769,896,889,976"> +<area shape="rect" id="node15" href="chatpresence.html" title="chatpresence" alt="" coords="764,993,894,1073"> +<area shape="rect" id="node17" href="config.html" title="config" alt="" coords="765,3494,893,3574"> +<area shape="rect" id="node19" href="conv.html" title="conv" alt="" coords="765,3592,893,3672"> +<area shape="rect" id="node21" href="dreport.html" title="dreport" alt="" coords="754,1090,904,1170"> +<area shape="rect" id="node23" href="event.html" title="event" alt="" coords="1032,454,1160,534"> +<area shape="rect" id="node29" href="notify.html" title="notify" alt="" coords="750,454,908,534"> +<area shape="rect" id="node30" href="fcontact.html" title="fcontact" alt="" coords="768,3689,890,3769"> +<area shape="rect" id="node32" href="ffinder.html" title="ffinder" alt="" coords="769,3786,889,3866"> +<area shape="rect" id="node34" href="group_member.html" title="group_member" alt="" coords="752,2002,906,2082"> +<area shape="rect" id="node37" href="groups.html" title="groups" alt="" coords="764,4176,894,4256"> +<area shape="rect" id="node44" href="item.html" title="item" alt="" coords="750,1516,908,1596"> +<area shape="rect" id="node49" href="item_id.html" title="item_id" alt="" coords="760,3884,898,3964"> +<area shape="rect" id="node51" href="likes.html" title="likes" alt="" coords="769,3202,889,3282"> +<area shape="rect" id="node54" href="mail.html" title="mail" alt="" coords="765,1808,893,1888"> +<area shape="rect" id="node59" href="manage.html" title="manage" alt="" coords="1033,1000,1158,1080"> +<area shape="rect" id="node65" href="outq.html" title="outq" alt="" coords="761,126,897,206"> +<area shape="rect" id="node69" href="photo.html" title="photo" alt="" coords="673,2196,985,2894"> +<area shape="rect" id="node72" href="profdef.html" title="profdef" alt="" coords="768,3981,890,4061"> +<area shape="rect" id="node74" href="profext.html" title="profext" alt="" coords="768,2100,890,2180"> +<area shape="rect" id="node80" href="profile_check.html" title="profile_check" alt="" coords="760,4078,898,4158"> +<area shape="rect" id="node82" href="register.html" title="register" alt="" coords="768,3105,890,3185"> +<area shape="rect" id="node87" href="shares.html" title="shares" alt="" coords="769,1188,889,1268"> +<area shape="rect" id="node89" href="sign.html" title="sign" alt="" coords="769,3300,889,3380"> +<area shape="rect" id="node91" href="source.html" title="source" alt="" coords="769,1285,889,1365"> +<area shape="rect" id="node94" href="sys_perms.html" title="sys_perms" alt="" coords="764,3397,894,3477"> +<area shape="rect" id="node96" href="term.html" title="term" alt="" coords="754,224,904,304"> +<area shape="rect" id="node103" href="updates.html" title="updates" alt="" coords="768,357,890,437"> +<area shape="rect" id="node107" href="vote.html" title="vote" alt="" coords="769,1382,889,1462"> +<area shape="rect" id="node111" href="xchat.html" title="xchat" alt="" coords="769,604,889,684"> +<area shape="rect" id="node113" href="xconfig.html" title="xconfig" alt="" coords="768,3008,890,3088"> +<area shape="rect" id="node116" href="xign.html" title="xign" alt="" coords="769,2910,889,2990"> +<area shape="rect" id="node119" href="xlink.html" title="xlink" alt="" coords="754,701,904,781"> +<area shape="rect" id="node121" href="xprof.html" title="xprof" alt="" coords="769,1613,889,1693"> +<area shape="rect" id="node125" href="xtag.html" title="xtag" alt="" coords="769,1710,889,1790"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/photo.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="761,687,897,767"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="416,1271,626,1918"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="6,1237,156,1317"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="201,1305,369,1385"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="761,395,897,475"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="769,784,889,864"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="764,881,894,961"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="754,979,904,1059"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="765,492,893,572"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="752,1076,906,1156"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="764,103,894,183"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="750,1173,908,1253"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="765,1271,893,1351"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="766,1368,892,1448"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="761,297,897,377"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="761,2860,897,2940"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="673,1465,985,2162"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="768,2957,890,3037"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="768,3055,890,3135"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="769,2179,889,2259"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="769,2276,889,2356"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="754,3152,904,3232"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="768,5,890,85"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="769,2373,889,2453"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="769,2471,889,2551"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="768,2568,890,2648"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="769,2665,889,2745"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="754,589,904,669"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="769,2763,889,2843"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="769,200,889,280"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/photo.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/poll.html b/doc/schemaspy_hubzilla/tables/poll.html new file mode 100644 index 000000000..05e9e9b04 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/poll.html @@ -0,0 +1,202 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.poll</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='poll'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>poll</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>poll_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>poll_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>poll_desc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>poll_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>poll_votes</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='5 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>poll_id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>poll_channel</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>poll_channel</td> + </tr> + <tr> + <td class='indexedColumn'>poll_flags</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>poll_flags</td> + </tr> + <tr> + <td class='indexedColumn'>poll_votes</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>poll_votes</td> + </tr> +</table> +</div> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/poll_elm.html b/doc/schemaspy_hubzilla/tables/poll_elm.html new file mode 100644 index 000000000..ed80ade74 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/poll_elm.html @@ -0,0 +1,196 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.poll_elm</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='poll_elm'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>poll_elm</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>pelm_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>pelm_poll</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>pelm_desc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>pelm_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>pelm_result</td> + <td class='detail'>float</td> + <td class='detail' align='right'>12</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='5 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>pelm_id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>pelm_poll</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>pelm_poll</td> + </tr> + <tr> + <td class='indexedColumn'>pelm_result</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>pelm_result</td> + </tr> +</table> +</div> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/profdef.html b/doc/schemaspy_hubzilla/tables/profdef.html new file mode 100644 index 000000000..4c9f7b391 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/profdef.html @@ -0,0 +1,242 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.profdef</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='profdef'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>profdef</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied' checked>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="profdef.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='verify.html'>verify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>field_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>field_type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>field_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>field_help</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>field_inputs</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='6 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>field_name</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>field_name</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="profdef.html" title="profdef" alt="" coords="7,5,281,203"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/profdef.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="attach.html" title="attach" alt="" coords="253,5,389,85"> +<area shape="rect" id="node3" href="verify.html" title="verify" alt="" coords="7,931,137,1125"> +<area shape="rect" id="node4" href="config.html" title="config" alt="" coords="257,103,385,183"> +<area shape="rect" id="node6" href="conv.html" title="conv" alt="" coords="257,200,385,280"> +<area shape="rect" id="node8" href="fcontact.html" title="fcontact" alt="" coords="260,297,383,377"> +<area shape="rect" id="node10" href="ffinder.html" title="ffinder" alt="" coords="261,395,381,475"> +<area shape="rect" id="node12" href="group_member.html" title="group_member" alt="" coords="244,492,399,572"> +<area shape="rect" id="node14" href="groups.html" title="groups" alt="" coords="256,589,387,669"> +<area shape="rect" id="node16" href="item.html" title="item" alt="" coords="243,687,400,767"> +<area shape="rect" id="node18" href="item_id.html" title="item_id" alt="" coords="252,784,391,864"> +<area shape="rect" id="node20" href="likes.html" title="likes" alt="" coords="261,881,381,961"> +<area shape="rect" id="node22" href="mail.html" title="mail" alt="" coords="257,979,385,1059"> +<area shape="rect" id="node24" href="photo.html" title="photo" alt="" coords="247,1076,396,1156"> +<area shape="rect" id="node26" href="profdef.html" title="profdef" alt="" coords="184,1173,459,1371"> +<area shape="rect" id="node28" href="profext.html" title="profext" alt="" coords="260,1388,383,1468"> +<area shape="rect" id="node30" href="profile_check.html" title="profile_check" alt="" coords="252,1485,391,1565"> +<area shape="rect" id="node32" href="register.html" title="register" alt="" coords="260,1583,383,1663"> +<area shape="rect" id="node34" href="sign.html" title="sign" alt="" coords="261,1680,381,1760"> +<area shape="rect" id="node36" href="sys_perms.html" title="sys_perms" alt="" coords="256,1777,387,1857"> +<area shape="rect" id="node38" href="xconfig.html" title="xconfig" alt="" coords="260,1875,383,1955"> +<area shape="rect" id="node40" href="xign.html" title="xign" alt="" coords="261,1972,381,2052"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/profdef.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/profext.html b/doc/schemaspy_hubzilla/tables/profext.html new file mode 100644 index 000000000..ee9fac7b1 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/profext.html @@ -0,0 +1,343 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.profext</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='profext'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>profext</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied'>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="profext.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='verify.html'>verify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="profext.channel_id's name implies that it's a child of channel.channel_id, but it doesn't reference that column."><a href='channel.html'>channel</a><span class='relatedKey'>.channel_id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="profext.hash refs hubloc.hubloc_hash"><a href='hubloc.html'>hubloc</a><span class='relatedKey'>.hubloc_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="profext.hash refs channel.channel_hash"><a href='channel.html'>channel</a><span class='relatedKey'>.channel_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="profext.hash refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="profext.k's name implies that it's a child of cache.k, but it doesn't reference that column."><a href='cache.html'>cache</a><span class='relatedKey'>.k</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='5 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>channel_id</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel_id</td> + </tr> + <tr> + <td class='indexedColumn'>hash</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>hash</td> + </tr> + <tr> + <td class='indexedColumn'>k</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>k</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from profext'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="channel.html" title="channel" alt="" coords="522,53,716,1199"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="266,212,476,859"> +<area shape="rect" id="node4" href="hubloc.html" title="hubloc" alt="" coords="22,460,219,971"> +<area shape="rect" id="node7" href="profext.html" title="profext" alt="" coords="762,163,1034,339"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/profext.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="834,1359,970,1439"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="509,1068,719,1715"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="25,1020,219,2165"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="265,588,462,1099"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="834,1943,970,2023"> +<area shape="rect" id="node11" href="verify.html" title="verify" alt="" coords="549,2707,679,2900"> +<area shape="rect" id="node13" href="chat.html" title="chat" alt="" coords="842,1457,962,1537"> +<area shape="rect" id="node15" href="chatpresence.html" title="chatpresence" alt="" coords="837,1554,967,1634"> +<area shape="rect" id="node17" href="config.html" title="config" alt="" coords="838,3597,966,3677"> +<area shape="rect" id="node20" href="cache.html" title="cache" alt="" coords="543,3501,685,3626"> +<area shape="rect" id="node21" href="conv.html" title="conv" alt="" coords="838,2721,966,2801"> +<area shape="rect" id="node23" href="dreport.html" title="dreport" alt="" coords="827,723,977,803"> +<area shape="rect" id="node25" href="event.html" title="event" alt="" coords="1089,655,1217,735"> +<area shape="rect" id="node31" href="notify.html" title="notify" alt="" coords="823,457,981,537"> +<area shape="rect" id="node32" href="fcontact.html" title="fcontact" alt="" coords="841,2915,963,2995"> +<area shape="rect" id="node34" href="ffinder.html" title="ffinder" alt="" coords="842,3013,962,3093"> +<area shape="rect" id="node36" href="group_member.html" title="group_member" alt="" coords="825,2235,979,2315"> +<area shape="rect" id="node39" href="groups.html" title="groups" alt="" coords="837,2041,967,2121"> +<area shape="rect" id="node46" href="item.html" title="item" alt="" coords="823,1651,981,1731"> +<area shape="rect" id="node51" href="item_id.html" title="item_id" alt="" coords="833,3110,971,3190"> +<area shape="rect" id="node53" href="likes.html" title="likes" alt="" coords="842,2623,962,2703"> +<area shape="rect" id="node56" href="mail.html" title="mail" alt="" coords="838,1749,966,1829"> +<area shape="rect" id="node61" href="manage.html" title="manage" alt="" coords="1090,507,1215,587"> +<area shape="rect" id="node67" href="outq.html" title="outq" alt="" coords="834,165,970,245"> +<area shape="rect" id="node71" href="pconfig.html" title="pconfig" alt="" coords="1083,2207,1222,2287"> +<area shape="rect" id="node74" href="photo.html" title="photo" alt="" coords="827,1846,977,1926"> +<area shape="rect" id="node77" href="profdef.html" title="profdef" alt="" coords="841,3207,963,3287"> +<area shape="rect" id="node79" href="profext.html" title="profext" alt="" coords="766,2430,1038,2606"> +<area shape="rect" id="node86" href="profile_check.html" title="profile_check" alt="" coords="833,3305,971,3385"> +<area shape="rect" id="node88" href="register.html" title="register" alt="" coords="841,2138,963,2218"> +<area shape="rect" id="node93" href="shares.html" title="shares" alt="" coords="842,873,962,953"> +<area shape="rect" id="node95" href="sign.html" title="sign" alt="" coords="842,3402,962,3482"> +<area shape="rect" id="node97" href="source.html" title="source" alt="" coords="842,970,962,1050"> +<area shape="rect" id="node100" href="sys_perms.html" title="sys_perms" alt="" coords="837,3499,967,3579"> +<area shape="rect" id="node103" href="term.html" title="term" alt="" coords="827,359,977,439"> +<area shape="rect" id="node110" href="updates.html" title="updates" alt="" coords="841,554,963,634"> +<area shape="rect" id="node114" href="vote.html" title="vote" alt="" coords="842,1067,962,1147"> +<area shape="rect" id="node118" href="xchat.html" title="xchat" alt="" coords="842,1165,962,1245"> +<area shape="rect" id="node120" href="xconfig.html" title="xconfig" alt="" coords="841,2818,963,2898"> +<area shape="rect" id="node124" href="xign.html" title="xign" alt="" coords="842,2333,962,2413"> +<area shape="rect" id="node127" href="xlink.html" title="xlink" alt="" coords="827,1262,977,1342"> +<area shape="rect" id="node129" href="xprof.html" title="xprof" alt="" coords="842,67,962,147"> +<area shape="rect" id="node133" href="xtag.html" title="xtag" alt="" coords="842,262,962,342"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/profext.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="830,395,966,475"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="505,1266,715,1913"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="21,1622,215,2767"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="261,1713,458,2223"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="830,5,966,85"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="838,492,958,572"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="833,589,963,669"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="823,687,973,767"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="834,103,962,183"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="821,784,975,864"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="833,200,963,280"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="819,881,977,961"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="834,979,962,1059"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="835,1076,961,1156"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="830,297,966,377"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="830,1952,966,2032"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="823,1173,973,1253"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="762,2049,1034,2225"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="837,2243,959,2323"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="838,1271,958,1351"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="838,1368,958,1448"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="823,2340,973,2420"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="837,2437,959,2517"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="838,1465,958,1545"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="838,1563,958,1643"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="837,1660,959,1740"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="838,1757,958,1837"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="823,1855,973,1935"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="838,2535,958,2615"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="838,2632,958,2712"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/profext.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/profile.html b/doc/schemaspy_hubzilla/tables/profile.html new file mode 100644 index 000000000..7885a436b --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/profile.html @@ -0,0 +1,731 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.profile</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='profile'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>profile</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied' checked>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="profile.id's name implies that it's a child of notify.id, but it doesn't reference that column."><a href='notify.html'>notify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>profile_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>profile_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>is_default</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>hide_friends</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>pdesc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>chandesc</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>dob</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>dob_tz</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>UTC</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>address</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>locality</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>region</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>postal_code</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>country_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>hometown</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>gender</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>marital</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>with</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>howlong</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>sexual</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>politic</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>religion</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>keywords</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>likes</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>dislikes</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>about</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>summary</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>music</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>book</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>tv</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>film</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>interest</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>romance</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>work</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>education</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>contact</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>channels</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>homepage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>photo</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>thumb</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>publish</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='44 columns'>Table contained 11 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>aid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>aid</td> + </tr> + <tr> + <td class='indexedColumn'>country_name</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>country_name</td> + </tr> + <tr> + <td class='indexedColumn'>gender</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>gender</td> + </tr> + <tr> + <td class='indexedColumn'>profile_guid + uid</td> + <td class='detail'>Must be unique</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span>/<span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>guid</td> + </tr> + <tr> + <td class='indexedColumn'>hide_friends</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>hide_friends</td> + </tr> + <tr> + <td class='indexedColumn'>hometown</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>hometown</td> + </tr> + <tr> + <td class='indexedColumn'>is_default</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>is_default</td> + </tr> + <tr> + <td class='indexedColumn'>locality</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>locality</td> + </tr> + <tr> + <td class='indexedColumn'>marital</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>marital</td> + </tr> + <tr> + <td class='indexedColumn'>postal_code</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>postal_code</td> + </tr> + <tr> + <td class='indexedColumn'>profile_guid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>profile_guid</td> + </tr> + <tr> + <td class='indexedColumn'>publish</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>publish</td> + </tr> + <tr> + <td class='indexedColumn'>sexual</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>sexual</td> + </tr> + <tr> + <td class='indexedColumn'>uid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>uid</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="profile.html" title="profile" alt="" coords="5,5,253,1065"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/profile.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="addon.html" title="addon" alt="" coords="899,1568,1027,1648"> +<area shape="rect" id="node3" href="notify.html" title="notify" alt="" coords="637,1397,795,1795"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="444,1715,593,1795"> +<area shape="rect" id="node8" href="xchan.html" title="xchan" alt="" coords="231,1783,399,1863"> +<area shape="rect" id="node12" href="hubloc.html" title="hubloc" alt="" coords="16,1783,184,1863"> +<area shape="rect" id="node4" href="app.html" title="app" alt="" coords="903,1665,1023,1745"> +<area shape="rect" id="node9" href="event.html" title="event" alt="" coords="899,1860,1027,1940"> +<area shape="rect" id="node16" href="fserver.html" title="fserver" alt="" coords="901,5,1024,85"> +<area shape="rect" id="node18" href="fsuggest.html" title="fsuggest" alt="" coords="900,103,1025,183"> +<area shape="rect" id="node20" href="hook.html" title="hook" alt="" coords="899,200,1027,280"> +<area shape="rect" id="node24" href="manage.html" title="manage" alt="" coords="900,1763,1025,1843"> +<area shape="rect" id="node30" href="pconfig.html" title="pconfig" alt="" coords="893,297,1032,377"> +<area shape="rect" id="node32" href="profile.html" title="profile" alt="" coords="839,394,1087,1454"> +<area shape="rect" id="node34" href="spam.html" title="spam" alt="" coords="903,1471,1023,1551"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/profile.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/profile_check.html b/doc/schemaspy_hubzilla/tables/profile_check.html new file mode 100644 index 000000000..076b4706a --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/profile_check.html @@ -0,0 +1,266 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.profile_check</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='profile_check'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>profile_check</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied' checked>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="profile_check.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='verify.html'>verify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>cid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>dfrn_id</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>sec</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>expire</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='6 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>cid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>cid</td> + </tr> + <tr> + <td class='indexedColumn'>dfrn_id</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>dfrn_id</td> + </tr> + <tr> + <td class='indexedColumn'>expire</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>expire</td> + </tr> + <tr> + <td class='indexedColumn'>sec</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>sec</td> + </tr> + <tr> + <td class='indexedColumn'>uid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>uid</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="profile_check.html" title="profile_check" alt="" coords="5,5,227,203"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/profile_check.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="attach.html" title="attach" alt="" coords="225,5,361,85"> +<area shape="rect" id="node3" href="verify.html" title="verify" alt="" coords="7,931,137,1125"> +<area shape="rect" id="node4" href="config.html" title="config" alt="" coords="229,103,357,183"> +<area shape="rect" id="node6" href="conv.html" title="conv" alt="" coords="229,200,357,280"> +<area shape="rect" id="node8" href="fcontact.html" title="fcontact" alt="" coords="232,297,355,377"> +<area shape="rect" id="node10" href="ffinder.html" title="ffinder" alt="" coords="233,395,353,475"> +<area shape="rect" id="node12" href="group_member.html" title="group_member" alt="" coords="216,492,371,572"> +<area shape="rect" id="node14" href="groups.html" title="groups" alt="" coords="228,589,359,669"> +<area shape="rect" id="node16" href="item.html" title="item" alt="" coords="215,687,372,767"> +<area shape="rect" id="node18" href="item_id.html" title="item_id" alt="" coords="224,784,363,864"> +<area shape="rect" id="node20" href="likes.html" title="likes" alt="" coords="233,881,353,961"> +<area shape="rect" id="node22" href="mail.html" title="mail" alt="" coords="229,979,357,1059"> +<area shape="rect" id="node24" href="photo.html" title="photo" alt="" coords="219,1076,368,1156"> +<area shape="rect" id="node26" href="profdef.html" title="profdef" alt="" coords="232,1173,355,1253"> +<area shape="rect" id="node28" href="profext.html" title="profext" alt="" coords="232,1271,355,1351"> +<area shape="rect" id="node30" href="profile_check.html" title="profile_check" alt="" coords="183,1367,404,1566"> +<area shape="rect" id="node32" href="register.html" title="register" alt="" coords="232,1583,355,1663"> +<area shape="rect" id="node34" href="sign.html" title="sign" alt="" coords="233,1680,353,1760"> +<area shape="rect" id="node36" href="sys_perms.html" title="sys_perms" alt="" coords="228,1777,359,1857"> +<area shape="rect" id="node38" href="xconfig.html" title="xconfig" alt="" coords="232,1875,355,1955"> +<area shape="rect" id="node40" href="xign.html" title="xign" alt="" coords="233,1972,353,2052"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/profile_check.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/register.html b/doc/schemaspy_hubzilla/tables/register.html new file mode 100644 index 000000000..96ffac229 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/register.html @@ -0,0 +1,334 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.register</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='register'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>register</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied'>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="register.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='verify.html'>verify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="register.hash refs hubloc.hubloc_hash"><a href='hubloc.html'>hubloc</a><span class='relatedKey'>.hubloc_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="register.hash refs channel.channel_hash"><a href='channel.html'>channel</a><span class='relatedKey'>.channel_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="register.hash refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>password</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>language</td> + <td class='detail'>char</td> + <td class='detail' align='right'>16</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='6 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>created</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>created</td> + </tr> + <tr> + <td class='indexedColumn'>hash</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>hash</td> + </tr> + <tr> + <td class='indexedColumn'>uid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>uid</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from register'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="channel.html" title="channel" alt="" coords="522,53,716,1199"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="266,212,476,859"> +<area shape="rect" id="node4" href="hubloc.html" title="hubloc" alt="" coords="22,460,219,971"> +<area shape="rect" id="node7" href="register.html" title="register" alt="" coords="762,187,986,385"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/register.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="810,834,946,914"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="509,1224,719,1871"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="25,999,219,2144"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="265,532,462,1043"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="810,2038,946,2118"> +<area shape="rect" id="node11" href="verify.html" title="verify" alt="" coords="549,2545,679,2739"> +<area shape="rect" id="node13" href="chat.html" title="chat" alt="" coords="818,931,938,1011"> +<area shape="rect" id="node15" href="chatpresence.html" title="chatpresence" alt="" coords="813,1029,943,1109"> +<area shape="rect" id="node17" href="config.html" title="config" alt="" coords="814,2837,942,2917"> +<area shape="rect" id="node19" href="conv.html" title="conv" alt="" coords="814,2934,942,3014"> +<area shape="rect" id="node21" href="dreport.html" title="dreport" alt="" coords="803,1126,953,1206"> +<area shape="rect" id="node23" href="event.html" title="event" alt="" coords="1037,587,1165,667"> +<area shape="rect" id="node29" href="notify.html" title="notify" alt="" coords="799,587,957,667"> +<area shape="rect" id="node30" href="fcontact.html" title="fcontact" alt="" coords="817,3031,939,3111"> +<area shape="rect" id="node32" href="ffinder.html" title="ffinder" alt="" coords="818,3129,938,3209"> +<area shape="rect" id="node34" href="group_member.html" title="group_member" alt="" coords="801,2135,955,2215"> +<area shape="rect" id="node37" href="groups.html" title="groups" alt="" coords="813,2233,943,2313"> +<area shape="rect" id="node44" href="item.html" title="item" alt="" coords="799,1649,957,1729"> +<area shape="rect" id="node49" href="item_id.html" title="item_id" alt="" coords="809,3226,947,3306"> +<area shape="rect" id="node51" href="likes.html" title="likes" alt="" coords="818,3615,938,3695"> +<area shape="rect" id="node54" href="mail.html" title="mail" alt="" coords="814,1746,942,1826"> +<area shape="rect" id="node59" href="manage.html" title="manage" alt="" coords="1038,986,1163,1066"> +<area shape="rect" id="node65" href="outq.html" title="outq" alt="" coords="810,490,946,570"> +<area shape="rect" id="node69" href="photo.html" title="photo" alt="" coords="803,2642,953,2722"> +<area shape="rect" id="node72" href="profdef.html" title="profdef" alt="" coords="817,3323,939,3403"> +<area shape="rect" id="node74" href="profext.html" title="profext" alt="" coords="817,2545,939,2625"> +<area shape="rect" id="node80" href="profile_check.html" title="profile_check" alt="" coords="809,3421,947,3501"> +<area shape="rect" id="node82" href="register.html" title="register" alt="" coords="766,2329,990,2528"> +<area shape="rect" id="node87" href="shares.html" title="shares" alt="" coords="818,1223,938,1303"> +<area shape="rect" id="node89" href="sign.html" title="sign" alt="" coords="818,3518,938,3598"> +<area shape="rect" id="node91" href="source.html" title="source" alt="" coords="818,1357,938,1437"> +<area shape="rect" id="node94" href="sys_perms.html" title="sys_perms" alt="" coords="813,2739,943,2819"> +<area shape="rect" id="node96" href="term.html" title="term" alt="" coords="803,65,953,145"> +<area shape="rect" id="node103" href="updates.html" title="updates" alt="" coords="817,357,939,437"> +<area shape="rect" id="node107" href="vote.html" title="vote" alt="" coords="818,1454,938,1534"> +<area shape="rect" id="node111" href="xchat.html" title="xchat" alt="" coords="818,1551,938,1631"> +<area shape="rect" id="node113" href="xconfig.html" title="xconfig" alt="" coords="817,1941,939,2021"> +<area shape="rect" id="node116" href="xign.html" title="xign" alt="" coords="818,1843,938,1923"> +<area shape="rect" id="node119" href="xlink.html" title="xlink" alt="" coords="803,737,953,817"> +<area shape="rect" id="node121" href="xprof.html" title="xprof" alt="" coords="818,162,938,242"> +<area shape="rect" id="node125" href="xtag.html" title="xtag" alt="" coords="818,259,938,339"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/register.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="806,395,942,475"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="505,1266,715,1913"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="21,1643,215,2789"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="261,1734,458,2245"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="806,5,942,85"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="814,492,934,572"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="809,589,939,669"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="799,687,949,767"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="810,103,938,183"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="797,784,951,864"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="809,200,939,280"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="795,881,953,961"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="810,979,938,1059"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="811,1076,937,1156"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="806,297,942,377"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="806,1952,942,2032"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="799,1173,949,1253"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="813,2049,935,2129"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="762,2146,986,2345"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="814,1271,934,1351"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="814,1368,934,1448"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="799,2361,949,2441"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="813,2459,935,2539"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="814,1465,934,1545"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="814,1563,934,1643"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="813,1660,935,1740"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="814,1757,934,1837"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="799,1855,949,1935"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="814,2556,934,2636"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="814,2653,934,2733"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/register.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/session.html b/doc/schemaspy_hubzilla/tables/session.html new file mode 100644 index 000000000..2df9a9904 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/session.html @@ -0,0 +1,185 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.session</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='session'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>session</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>bigint unsigned</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>sid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>data</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>expire</td> + <td class='detail'>bigint unsigned</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='4 columns'>Table contained 71 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>expire</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>expire</td> + </tr> + <tr> + <td class='indexedColumn'>sid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>sid</td> + </tr> +</table> +</div> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/shares.html b/doc/schemaspy_hubzilla/tables/shares.html new file mode 100644 index 000000000..bd500ebdd --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/shares.html @@ -0,0 +1,243 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.shares</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='shares'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>shares</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>share_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>share_type</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>share_target</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>share_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="shares.share_xchan refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='4 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>share_id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>share_target</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>share_target</td> + </tr> + <tr> + <td class='indexedColumn'>share_type</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>share_type</td> + </tr> + <tr> + <td class='indexedColumn'>share_xchan</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>share_xchan</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from shares'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="shares.html" title="shares" alt="" coords="263,5,497,158"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="7,77,217,723"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/shares.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="721,687,857,767"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="416,1271,626,1918"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="6,1237,156,1317"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="201,1305,369,1385"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="721,395,857,475"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="729,784,849,864"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="724,881,854,961"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="714,979,864,1059"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="725,492,853,572"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="712,1076,866,1156"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="724,103,854,183"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="710,1173,868,1253"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="725,1271,853,1351"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="726,1368,852,1448"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="721,297,857,377"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="721,2316,857,2396"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="714,1465,864,1545"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="728,2413,850,2493"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="728,2511,850,2591"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="672,1562,906,1715"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="729,1732,849,1812"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="714,2608,864,2688"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="728,5,850,85"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="729,1829,849,1909"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="729,1927,849,2007"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="728,2024,850,2104"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="729,2121,849,2201"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="714,589,864,669"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="729,2219,849,2299"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="729,200,849,280"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/shares.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/sign.html b/doc/schemaspy_hubzilla/tables/sign.html new file mode 100644 index 000000000..294e1f73a --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/sign.html @@ -0,0 +1,248 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.sign</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='sign'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>sign</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied' checked>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="sign.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='verify.html'>verify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>iid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>retract_iid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>signed_text</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>signature</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>signer</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='6 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>iid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>iid</td> + </tr> + <tr> + <td class='indexedColumn'>retract_iid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>retract_iid</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="sign.html" title="sign" alt="" coords="7,5,281,203"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/sign.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="attach.html" title="attach" alt="" coords="253,5,389,85"> +<area shape="rect" id="node3" href="verify.html" title="verify" alt="" coords="7,931,137,1125"> +<area shape="rect" id="node4" href="config.html" title="config" alt="" coords="257,103,385,183"> +<area shape="rect" id="node6" href="conv.html" title="conv" alt="" coords="257,200,385,280"> +<area shape="rect" id="node8" href="fcontact.html" title="fcontact" alt="" coords="260,297,383,377"> +<area shape="rect" id="node10" href="ffinder.html" title="ffinder" alt="" coords="261,395,381,475"> +<area shape="rect" id="node12" href="group_member.html" title="group_member" alt="" coords="244,492,399,572"> +<area shape="rect" id="node14" href="groups.html" title="groups" alt="" coords="256,589,387,669"> +<area shape="rect" id="node16" href="item.html" title="item" alt="" coords="243,687,400,767"> +<area shape="rect" id="node18" href="item_id.html" title="item_id" alt="" coords="252,784,391,864"> +<area shape="rect" id="node20" href="likes.html" title="likes" alt="" coords="261,881,381,961"> +<area shape="rect" id="node22" href="mail.html" title="mail" alt="" coords="257,979,385,1059"> +<area shape="rect" id="node24" href="photo.html" title="photo" alt="" coords="247,1076,396,1156"> +<area shape="rect" id="node26" href="profdef.html" title="profdef" alt="" coords="260,1173,383,1253"> +<area shape="rect" id="node28" href="profext.html" title="profext" alt="" coords="260,1271,383,1351"> +<area shape="rect" id="node30" href="profile_check.html" title="profile_check" alt="" coords="252,1368,391,1448"> +<area shape="rect" id="node32" href="register.html" title="register" alt="" coords="260,1465,383,1545"> +<area shape="rect" id="node34" href="sign.html" title="sign" alt="" coords="184,1562,459,1761"> +<area shape="rect" id="node36" href="sys_perms.html" title="sys_perms" alt="" coords="256,1777,387,1857"> +<area shape="rect" id="node38" href="xconfig.html" title="xconfig" alt="" coords="260,1875,383,1955"> +<area shape="rect" id="node40" href="xign.html" title="xign" alt="" coords="261,1972,381,2052"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/sign.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/site.html b/doc/schemaspy_hubzilla/tables/site.html new file mode 100644 index 000000000..dfd8a0c81 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/site.html @@ -0,0 +1,366 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.site</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='site'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>site</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>site_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>site_access</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>site_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>site_update</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>site_pull</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>site_sync</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>site_directory</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>site_register</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>site_sellpage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>site_location</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>site_realm</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>site_valid</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>site_dead</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>site_type</td> + <td class='detail'>smallint</td> + <td class='detail' align='right'>5</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>site_project</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='15 columns'>Table contained 224 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>site_url</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>site_access</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>site_access</td> + </tr> + <tr> + <td class='indexedColumn'>site_dead</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>site_dead</td> + </tr> + <tr> + <td class='indexedColumn'>site_directory</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>site_directory</td> + </tr> + <tr> + <td class='indexedColumn'>site_flags</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>site_flags</td> + </tr> + <tr> + <td class='indexedColumn'>site_project</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>site_project</td> + </tr> + <tr> + <td class='indexedColumn'>site_pull</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>site_pull</td> + </tr> + <tr> + <td class='indexedColumn'>site_realm</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>site_realm</td> + </tr> + <tr> + <td class='indexedColumn'>site_register</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>site_register</td> + </tr> + <tr> + <td class='indexedColumn'>site_sellpage</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>site_sellpage</td> + </tr> + <tr> + <td class='indexedColumn'>site_type</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>site_type</td> + </tr> + <tr> + <td class='indexedColumn'>site_update</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>site_update</td> + </tr> + <tr> + <td class='indexedColumn'>site_valid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>site_valid</td> + </tr> +</table> +</div> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/source.html b/doc/schemaspy_hubzilla/tables/source.html new file mode 100644 index 000000000..a91adcd3b --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/source.html @@ -0,0 +1,263 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.source</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='source'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>source</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>src_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>src_channel_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>src_channel_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="source.src_channel_xchan refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>src_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="source.src_xchan refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>src_patt</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='5 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>src_id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>src_channel_id</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>src_channel_id</td> + </tr> + <tr> + <td class='indexedColumn'>src_channel_xchan</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>src_channel_xchan</td> + </tr> + <tr> + <td class='indexedColumn'>src_xchan</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>src_xchan</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from source'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="source.html" title="source" alt="" coords="264,5,579,181"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="7,65,217,711"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/source.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="762,687,898,767"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="416,1271,626,1918"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="6,1237,156,1317"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="201,1305,369,1385"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="762,395,898,475"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="770,784,890,864"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="765,881,896,961"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="756,979,905,1059"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="766,492,894,572"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="753,1076,908,1156"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="765,103,896,183"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="752,1173,909,1253"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="766,1271,894,1351"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="768,1368,893,1448"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="762,297,898,377"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="762,2340,898,2420"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="756,1465,905,1545"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="769,2437,892,2517"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="769,2535,892,2615"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="770,1563,890,1643"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="673,1660,988,1836"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="756,2632,905,2712"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="769,5,892,85"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="770,1853,890,1933"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="770,1951,890,2031"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="769,2048,892,2128"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="770,2145,890,2225"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="756,589,905,669"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="770,2243,890,2323"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="770,200,890,280"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/source.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/spam.html b/doc/schemaspy_hubzilla/tables/spam.html new file mode 100644 index 000000000..27e031ff9 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/spam.html @@ -0,0 +1,253 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.spam</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='spam'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>spam</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied' checked>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="spam.id's name implies that it's a child of notify.id, but it doesn't reference that column."><a href='notify.html'>notify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>spam</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>ham</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='6 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>ham</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>ham</td> + </tr> + <tr> + <td class='indexedColumn'>spam</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>spam</td> + </tr> + <tr> + <td class='indexedColumn'>term</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>term</td> + </tr> + <tr> + <td class='indexedColumn'>uid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>uid</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="spam.html" title="spam" alt="" coords="5,5,203,203"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/spam.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="addon.html" title="addon" alt="" coords="873,707,1001,787"> +<area shape="rect" id="node3" href="notify.html" title="notify" alt="" coords="637,495,795,892"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="444,812,593,892"> +<area shape="rect" id="node8" href="xchan.html" title="xchan" alt="" coords="231,880,399,960"> +<area shape="rect" id="node12" href="hubloc.html" title="hubloc" alt="" coords="16,880,184,960"> +<area shape="rect" id="node4" href="app.html" title="app" alt="" coords="877,804,997,884"> +<area shape="rect" id="node9" href="event.html" title="event" alt="" coords="873,999,1001,1079"> +<area shape="rect" id="node16" href="fserver.html" title="fserver" alt="" coords="876,5,999,85"> +<area shape="rect" id="node18" href="fsuggest.html" title="fsuggest" alt="" coords="875,103,1000,183"> +<area shape="rect" id="node20" href="hook.html" title="hook" alt="" coords="873,200,1001,280"> +<area shape="rect" id="node24" href="manage.html" title="manage" alt="" coords="875,901,1000,981"> +<area shape="rect" id="node30" href="pconfig.html" title="pconfig" alt="" coords="868,297,1007,377"> +<area shape="rect" id="node32" href="profile.html" title="profile" alt="" coords="873,395,1001,475"> +<area shape="rect" id="node34" href="spam.html" title="spam" alt="" coords="839,491,1036,690"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/spam.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/sys_perms.html b/doc/schemaspy_hubzilla/tables/sys_perms.html new file mode 100644 index 000000000..732918a8d --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/sys_perms.html @@ -0,0 +1,236 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.sys_perms</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='sys_perms'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>sys_perms</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied' checked>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="sys_perms.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='verify.html'>verify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="sys_perms.k's name implies that it's a child of cache.k, but it doesn't reference that column."><a href='cache.html'>cache</a><span class='relatedKey'>.k</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>public_perm</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='5 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="sys_perms.html" title="sys_perms" alt="" coords="7,5,284,181"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/sys_perms.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="attach.html" title="attach" alt="" coords="263,1465,399,1545"> +<area shape="rect" id="node3" href="verify.html" title="verify" alt="" coords="11,931,141,1125"> +<area shape="rect" id="node4" href="config.html" title="config" alt="" coords="267,1660,395,1740"> +<area shape="rect" id="node7" href="cache.html" title="cache" alt="" coords="5,1759,147,1884"> +<area shape="rect" id="node8" href="conv.html" title="conv" alt="" coords="267,5,395,85"> +<area shape="rect" id="node10" href="fcontact.html" title="fcontact" alt="" coords="269,103,392,183"> +<area shape="rect" id="node12" href="ffinder.html" title="ffinder" alt="" coords="271,200,391,280"> +<area shape="rect" id="node14" href="group_member.html" title="group_member" alt="" coords="253,297,408,377"> +<area shape="rect" id="node16" href="groups.html" title="groups" alt="" coords="265,395,396,475"> +<area shape="rect" id="node18" href="item.html" title="item" alt="" coords="252,492,409,572"> +<area shape="rect" id="node20" href="item_id.html" title="item_id" alt="" coords="261,589,400,669"> +<area shape="rect" id="node22" href="likes.html" title="likes" alt="" coords="271,687,391,767"> +<area shape="rect" id="node24" href="mail.html" title="mail" alt="" coords="267,784,395,864"> +<area shape="rect" id="node26" href="pconfig.html" title="pconfig" alt="" coords="261,2048,400,2128"> +<area shape="rect" id="node28" href="photo.html" title="photo" alt="" coords="256,881,405,961"> +<area shape="rect" id="node30" href="profdef.html" title="profdef" alt="" coords="269,979,392,1059"> +<area shape="rect" id="node32" href="profext.html" title="profext" alt="" coords="269,1757,392,1837"> +<area shape="rect" id="node35" href="profile_check.html" title="profile_check" alt="" coords="261,1076,400,1156"> +<area shape="rect" id="node37" href="register.html" title="register" alt="" coords="269,1173,392,1253"> +<area shape="rect" id="node39" href="sign.html" title="sign" alt="" coords="271,1271,391,1351"> +<area shape="rect" id="node41" href="sys_perms.html" title="sys_perms" alt="" coords="192,1855,469,2031"> +<area shape="rect" id="node44" href="xconfig.html" title="xconfig" alt="" coords="269,1563,392,1643"> +<area shape="rect" id="node47" href="xign.html" title="xign" alt="" coords="271,1368,391,1448"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/sys_perms.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/term.html b/doc/schemaspy_hubzilla/tables/term.html new file mode 100644 index 000000000..e0a099a38 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/term.html @@ -0,0 +1,427 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.term</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='term'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>term</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied'>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>tid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>aid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>oid</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>otype</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>imgurl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>term_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="term.term_hash refs hubloc.hubloc_hash"><a href='hubloc.html'>hubloc</a><span class='relatedKey'>.hubloc_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="term.term_hash refs channel.channel_hash"><a href='channel.html'>channel</a><span class='relatedKey'>.channel_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="term.term_hash refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>parent_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="term.parent_hash refs hubloc.hubloc_hash"><a href='hubloc.html'>hubloc</a><span class='relatedKey'>.hubloc_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="term.parent_hash refs channel.channel_hash"><a href='channel.html'>channel</a><span class='relatedKey'>.channel_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="term.parent_hash refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='11 columns'>Table contained 8 980 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>tid</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>aid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>aid</td> + </tr> + <tr> + <td class='indexedColumn'>imgurl</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>imgurl</td> + </tr> + <tr> + <td class='indexedColumn'>oid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>oid</td> + </tr> + <tr> + <td class='indexedColumn'>otype</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>otype</td> + </tr> + <tr> + <td class='indexedColumn'>parent_hash</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>parent_hash</td> + </tr> + <tr> + <td class='indexedColumn'>term</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>term</td> + </tr> + <tr> + <td class='indexedColumn'>term_hash</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>term_hash</td> + </tr> + <tr> + <td class='indexedColumn'>type</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>type</td> + </tr> + <tr> + <td class='indexedColumn'>uid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>uid</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from term'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="channel.html" title="channel" alt="" coords="527,77,722,1223"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="271,236,482,883"> +<area shape="rect" id="node4" href="hubloc.html" title="hubloc" alt="" coords="27,168,224,679"> +<area shape="rect" id="node7" href="term.html" title="term" alt="" coords="766,18,1043,330"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/term.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="835,1677,971,1757"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="509,1404,719,2051"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="25,1155,219,2300"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="265,672,462,1183"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="835,481,971,561"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="843,1810,963,1890"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="838,1907,969,1987"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="829,2005,978,2085"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="1087,1017,1215,1097"> +<area shape="rect" id="node23" href="notify.html" title="notify" alt="" coords="825,2686,982,2766"> +<area shape="rect" id="node24" href="group_member.html" title="group_member" alt="" coords="826,2102,981,2182"> +<area shape="rect" id="node26" href="groups.html" title="groups" alt="" coords="838,189,969,269"> +<area shape="rect" id="node32" href="item.html" title="item" alt="" coords="825,2199,982,2279"> +<area shape="rect" id="node36" href="likes.html" title="likes" alt="" coords="303,1235,423,1315"> +<area shape="rect" id="node38" href="mail.html" title="mail" alt="" coords="839,2491,967,2571"> +<area shape="rect" id="node42" href="manage.html" title="manage" alt="" coords="1089,2214,1214,2294"> +<area shape="rect" id="node48" href="outq.html" title="outq" alt="" coords="835,383,971,463"> +<area shape="rect" id="node52" href="photo.html" title="photo" alt="" coords="829,2297,978,2377"> +<area shape="rect" id="node54" href="profext.html" title="profext" alt="" coords="842,2783,965,2863"> +<area shape="rect" id="node59" href="register.html" title="register" alt="" coords="842,2589,965,2669"> +<area shape="rect" id="node63" href="shares.html" title="shares" alt="" coords="843,2394,963,2474"> +<area shape="rect" id="node65" href="source.html" title="source" alt="" coords="843,1093,963,1173"> +<area shape="rect" id="node68" href="term.html" title="term" alt="" coords="765,711,1042,1023"> +<area shape="rect" id="node75" href="updates.html" title="updates" alt="" coords="842,91,965,171"> +<area shape="rect" id="node79" href="vote.html" title="vote" alt="" coords="843,1190,963,1270"> +<area shape="rect" id="node83" href="xchat.html" title="xchat" alt="" coords="843,1287,963,1367"> +<area shape="rect" id="node85" href="xconfig.html" title="xconfig" alt="" coords="842,1385,965,1465"> +<area shape="rect" id="node87" href="xign.html" title="xign" alt="" coords="843,1482,963,1562"> +<area shape="rect" id="node89" href="xlink.html" title="xlink" alt="" coords="829,1579,978,1659"> +<area shape="rect" id="node91" href="xprof.html" title="xprof" alt="" coords="843,614,963,694"> +<area shape="rect" id="node95" href="xtag.html" title="xtag" alt="" coords="843,286,963,366"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/term.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="835,1952,971,2032"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="509,1174,719,1821"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="25,563,219,1709"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="265,654,462,1165"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="835,297,971,377"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="843,2049,963,2129"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="838,2147,969,2227"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="829,687,978,767"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="839,2244,967,2324"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="826,784,981,864"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="838,589,969,669"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="825,881,982,961"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="839,979,967,1059"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="841,1076,966,1156"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="835,5,971,85"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="835,2341,971,2421"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="829,1173,978,1253"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="842,492,965,572"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="842,395,965,475"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="843,1271,963,1351"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="843,1368,963,1448"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="765,2439,1042,2751"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="842,2768,965,2848"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="843,1465,963,1545"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="843,1563,963,1643"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="842,1660,965,1740"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="843,1757,963,1837"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="829,1855,978,1935"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="843,103,963,183"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="843,200,963,280"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/term.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/tokens.html b/doc/schemaspy_hubzilla/tables/tokens.html new file mode 100644 index 000000000..d92c675a3 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/tokens.html @@ -0,0 +1,245 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.tokens</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='tokens'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>tokens</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied' checked>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>40</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="auth_codes.id's name implies that it's a child of tokens.id, but it doesn't reference that column."><a href='auth_codes.html'>auth_codes</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> +</td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>secret</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>client_id</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="tokens.client_id's name implies that it's a child of clients.client_id, but it doesn't reference that column."><a href='clients.html'>clients</a><span class='relatedKey'>.client_id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>expires</td> + <td class='detail'>bigint unsigned</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>scope</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>200</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='6 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>client_id</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>client_id</td> + </tr> + <tr> + <td class='indexedColumn'>expires</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>expires</td> + </tr> + <tr> + <td class='indexedColumn'>uid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>uid</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="tokens.html" title="tokens" alt="" coords="5,5,245,203"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/tokens.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="auth_codes.html" title="auth_codes" alt="" coords="468,88,599,259"> +<area shape="rect" id="node3" href="clients.html" title="clients" alt="" coords="7,121,137,314"> +<area shape="rect" id="node5" href="tokens.html" title="tokens" alt="" coords="183,5,423,203"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/tokens.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/updates.html b/doc/schemaspy_hubzilla/tables/updates.html new file mode 100644 index 000000000..da9c47bf7 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/updates.html @@ -0,0 +1,344 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.updates</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='updates'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>updates</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied'>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>ud_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>ud_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>128</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="updates.ud_hash refs hubloc.hubloc_hash"><a href='hubloc.html'>hubloc</a><span class='relatedKey'>.hubloc_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="updates.ud_hash refs channel.channel_hash"><a href='channel.html'>channel</a><span class='relatedKey'>.channel_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="updates.ud_hash refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>ud_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>ud_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>ud_last</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>ud_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>ud_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='7 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>ud_id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>ud_addr</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>ud_addr</td> + </tr> + <tr> + <td class='indexedColumn'>ud_date</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>ud_date</td> + </tr> + <tr> + <td class='indexedColumn'>ud_flags</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>ud_flags</td> + </tr> + <tr> + <td class='indexedColumn'>ud_guid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>ud_guid</td> + </tr> + <tr> + <td class='indexedColumn'>ud_hash</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>ud_hash</td> + </tr> + <tr> + <td class='indexedColumn'>ud_last</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>ud_last</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from updates'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="channel.html" title="channel" alt="" coords="522,53,716,1199"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="266,212,476,859"> +<area shape="rect" id="node4" href="hubloc.html" title="hubloc" alt="" coords="22,460,219,971"> +<area shape="rect" id="node7" href="updates.html" title="updates" alt="" coords="760,187,982,409"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/updates.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="807,1633,943,1713"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="509,1342,719,1989"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="25,701,219,1846"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="265,577,462,1087"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="807,467,943,547"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="815,1767,935,1847"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="810,1864,941,1944"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="801,1961,950,2041"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="1031,1071,1159,1151"> +<area shape="rect" id="node23" href="notify.html" title="notify" alt="" coords="797,2643,954,2723"> +<area shape="rect" id="node24" href="group_member.html" title="group_member" alt="" coords="798,2059,953,2139"> +<area shape="rect" id="node26" href="groups.html" title="groups" alt="" coords="810,272,941,352"> +<area shape="rect" id="node32" href="item.html" title="item" alt="" coords="797,2156,954,2236"> +<area shape="rect" id="node36" href="likes.html" title="likes" alt="" coords="303,5,423,85"> +<area shape="rect" id="node38" href="mail.html" title="mail" alt="" coords="811,2545,939,2625"> +<area shape="rect" id="node42" href="manage.html" title="manage" alt="" coords="1033,2171,1158,2251"> +<area shape="rect" id="node48" href="outq.html" title="outq" alt="" coords="807,900,943,980"> +<area shape="rect" id="node52" href="photo.html" title="photo" alt="" coords="801,2253,950,2333"> +<area shape="rect" id="node54" href="profext.html" title="profext" alt="" coords="814,2740,937,2820"> +<area shape="rect" id="node59" href="register.html" title="register" alt="" coords="814,997,937,1077"> +<area shape="rect" id="node63" href="shares.html" title="shares" alt="" coords="815,2351,935,2431"> +<area shape="rect" id="node65" href="source.html" title="source" alt="" coords="815,2448,935,2528"> +<area shape="rect" id="node68" href="term.html" title="term" alt="" coords="801,369,950,449"> +<area shape="rect" id="node75" href="updates.html" title="updates" alt="" coords="765,661,986,883"> +<area shape="rect" id="node79" href="vote.html" title="vote" alt="" coords="815,1147,935,1227"> +<area shape="rect" id="node83" href="xchat.html" title="xchat" alt="" coords="815,1244,935,1324"> +<area shape="rect" id="node85" href="xconfig.html" title="xconfig" alt="" coords="814,1341,937,1421"> +<area shape="rect" id="node87" href="xign.html" title="xign" alt="" coords="815,1439,935,1519"> +<area shape="rect" id="node89" href="xlink.html" title="xlink" alt="" coords="801,1536,950,1616"> +<area shape="rect" id="node91" href="xprof.html" title="xprof" alt="" coords="815,564,935,644"> +<area shape="rect" id="node95" href="xtag.html" title="xtag" alt="" coords="815,175,935,255"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/updates.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="804,395,940,475"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="506,1266,716,1913"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="22,1526,216,2671"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="262,1617,459,2127"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="804,5,940,85"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="812,492,932,572"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="807,589,938,669"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="798,687,947,767"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="808,103,936,183"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="795,784,950,864"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="807,200,938,280"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="794,881,951,961"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="808,979,936,1059"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="810,1076,935,1156"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="804,297,940,377"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="804,1952,940,2032"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="798,1173,947,1253"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="811,2049,934,2129"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="811,2147,934,2227"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="812,1271,932,1351"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="812,1368,932,1448"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="798,2244,947,2324"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="762,2341,983,2563"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="812,1465,932,1545"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="812,1563,932,1643"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="811,1660,934,1740"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="812,1757,932,1837"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="798,1855,947,1935"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="812,2580,932,2660"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="812,2677,932,2757"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/updates.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/verify.html b/doc/schemaspy_hubzilla/tables/verify.html new file mode 100644 index 000000000..576236d77 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/verify.html @@ -0,0 +1,385 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.verify</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='verify'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>verify</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied' checked>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="attach.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='attach.html'>attach</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="config.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='config.html'>config</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="conv.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='conv.html'>conv</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="fcontact.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='fcontact.html'>fcontact</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="ffinder.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='ffinder.html'>ffinder</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="group_member.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='group_member.html'>group_member</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="groups.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='groups.html'>groups</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="item.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='item.html'>item</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="item_id.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='item_id.html'>item_id</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="likes.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='likes.html'>likes</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="mail.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='mail.html'>mail</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="photo.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='photo.html'>photo</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="profdef.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='profdef.html'>profdef</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="profext.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='profext.html'>profext</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="profile_check.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='profile_check.html'>profile_check</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="register.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='register.html'>register</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="sign.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='sign.html'>sign</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="sys_perms.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='sys_perms.html'>sys_perms</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="xconfig.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='xconfig.html'>xconfig</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="xign.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='xign.html'>xign</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> +</td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>type</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>token</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>meta</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>created</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='6 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>channel</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>channel</td> + </tr> + <tr> + <td class='indexedColumn'>created</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>created</td> + </tr> + <tr> + <td class='indexedColumn'>meta</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>meta</td> + </tr> + <tr> + <td class='indexedColumn'>token</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>token</td> + </tr> + <tr> + <td class='indexedColumn'>type</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>type</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="verify.html" title="verify" alt="" coords="5,5,224,203"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/verify.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="attach.html" title="attach" alt="" coords="728,5,880,584"> +<area shape="rect" id="node3" href="channel.html" title="channel" alt="" coords="469,1451,619,1531"> +<area shape="rect" id="node5" href="hubloc.html" title="hubloc" alt="" coords="7,1449,175,1529"> +<area shape="rect" id="node7" href="xchan.html" title="xchan" alt="" coords="221,1517,389,1597"> +<area shape="rect" id="node9" href="verify.html" title="verify" alt="" coords="435,4783,653,4982"> +<area shape="rect" id="node11" href="config.html" title="config" alt="" coords="740,6682,868,6830"> +<area shape="rect" id="node14" href="cache.html" title="cache" alt="" coords="476,6605,612,6685"> +<area shape="rect" id="node15" href="conv.html" title="conv" alt="" coords="737,5309,871,5547"> +<area shape="rect" id="node17" href="fcontact.html" title="fcontact" alt="" coords="741,5563,867,5983"> +<area shape="rect" id="node19" href="ffinder.html" title="ffinder" alt="" coords="744,5999,864,6147"> +<area shape="rect" id="node21" href="group_member.html" title="group_member" alt="" coords="727,3809,881,3957"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="739,601,869,794"> +<area shape="rect" id="node31" href="item.html" title="item" alt="" coords="699,1892,909,3604"> +<area shape="rect" id="node36" href="item_id.html" title="item_id" alt="" coords="735,6164,873,6335"> +<area shape="rect" id="node38" href="likes.html" title="likes" alt="" coords="739,1591,869,1875"> +<area shape="rect" id="node41" href="mail.html" title="mail" alt="" coords="728,1019,880,1575"> +<area shape="rect" id="node43" href="account.html" title="account" alt="" coords="483,1191,605,1271"> +<area shape="rect" id="node48" href="photo.html" title="photo" alt="" coords="723,3973,885,4665"> +<area shape="rect" id="node51" href="profdef.html" title="profdef" alt="" coords="739,4681,869,4874"> +<area shape="rect" id="node53" href="profext.html" title="profext" alt="" coords="739,3621,869,3792"> +<area shape="rect" id="node60" href="profile_check.html" title="profile_check" alt="" coords="735,4890,873,5083"> +<area shape="rect" id="node62" href="register.html" title="register" alt="" coords="740,810,868,1003"> +<area shape="rect" id="node67" href="sign.html" title="sign" alt="" coords="739,5099,869,5293"> +<area shape="rect" id="node69" href="sys_perms.html" title="sys_perms" alt="" coords="737,6495,871,6665"> +<area shape="rect" id="node74" href="xconfig.html" title="xconfig" alt="" coords="743,6847,865,7017"> +<area shape="rect" id="node78" href="xign.html" title="xign" alt="" coords="744,6352,864,6477"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/verify.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/vote.html b/doc/schemaspy_hubzilla/tables/vote.html new file mode 100644 index 000000000..a2238e96d --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/vote.html @@ -0,0 +1,254 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.vote</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='vote'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>vote</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>vote_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>vote_poll</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>vote_element</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>vote_result</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>vote_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="vote.vote_xchan refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='5 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>vote_id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>vote_element</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>vote_element</td> + </tr> + <tr> + <td class='indexedColumn'>vote_poll</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>vote_poll</td> + </tr> + <tr> + <td class='indexedColumn'>vote_poll + vote_element + vote_xchan</td> + <td class='detail'>Must be unique</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span>/<span title='Ascending'>Asc</span>/<span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>vote_vote</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from vote'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="vote.html" title="vote" alt="" coords="263,5,500,181"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="7,99,217,746"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/vote.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="722,687,858,767"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="416,1271,626,1918"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="6,1237,156,1317"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="201,1305,369,1385"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="722,395,858,475"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="730,784,850,864"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="725,881,856,961"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="716,979,865,1059"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="726,492,854,572"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="713,1076,868,1156"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="725,103,856,183"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="712,1173,869,1253"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="726,1271,854,1351"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="728,1368,853,1448"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="722,297,858,377"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="722,2340,858,2420"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="716,1465,865,1545"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="729,2437,852,2517"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="729,2535,852,2615"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="730,1563,850,1643"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="730,1660,850,1740"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="716,2632,865,2712"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="729,5,852,85"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="672,1757,909,1933"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="730,1951,850,2031"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="729,2048,852,2128"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="730,2145,850,2225"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="716,589,865,669"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="730,2243,850,2323"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="730,200,850,280"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/vote.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/xchan.html b/doc/schemaspy_hubzilla/tables/xchan.html new file mode 100644 index 000000000..f9f06261f --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/xchan.html @@ -0,0 +1,821 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.xchan</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='xchan'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>xchan</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied'>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>xchan_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="abook.abook_xchan refs xchan.xchan_hash"><a href='abook.html'>abook</a><span class='relatedKey'>.abook_xchan</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="attach.hash refs xchan.xchan_hash"><a href='attach.html'>attach</a><span class='relatedKey'>.hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="channel.channel_hash refs xchan.xchan_hash"><a href='channel.html'>channel</a><span class='relatedKey'>.channel_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="chat.chat_xchan refs xchan.xchan_hash"><a href='chat.html'>chat</a><span class='relatedKey'>.chat_xchan</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="chatpresence.cp_xchan refs xchan.xchan_hash"><a href='chatpresence.html'>chatpresence</a><span class='relatedKey'>.cp_xchan</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="dreport.dreport_xchan refs xchan.xchan_hash"><a href='dreport.html'>dreport</a><span class='relatedKey'>.dreport_xchan</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="event.event_hash refs xchan.xchan_hash"><a href='event.html'>event</a><span class='relatedKey'>.event_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="event.event_xchan refs xchan.xchan_hash"><a href='event.html'>event</a><span class='relatedKey'>.event_xchan</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="group_member.xchan refs xchan.xchan_hash"><a href='group_member.html'>group_member</a><span class='relatedKey'>.xchan</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="groups.hash refs xchan.xchan_hash"><a href='groups.html'>groups</a><span class='relatedKey'>.hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="hubloc.hubloc_hash refs xchan.xchan_hash"><a href='hubloc.html'>hubloc</a><span class='relatedKey'>.hubloc_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="item.author_xchan refs xchan.xchan_hash"><a href='item.html'>item</a><span class='relatedKey'>.author_xchan</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="item.owner_xchan refs xchan.xchan_hash"><a href='item.html'>item</a><span class='relatedKey'>.owner_xchan</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="item.source_xchan refs xchan.xchan_hash"><a href='item.html'>item</a><span class='relatedKey'>.source_xchan</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="mail.from_xchan refs xchan.xchan_hash"><a href='mail.html'>mail</a><span class='relatedKey'>.from_xchan</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="mail.to_xchan refs xchan.xchan_hash"><a href='mail.html'>mail</a><span class='relatedKey'>.to_xchan</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="manage.xchan refs xchan.xchan_hash"><a href='manage.html'>manage</a><span class='relatedKey'>.xchan</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="notify.hash refs xchan.xchan_hash"><a href='notify.html'>notify</a><span class='relatedKey'>.hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="outq.outq_hash refs xchan.xchan_hash"><a href='outq.html'>outq</a><span class='relatedKey'>.outq_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="photo.xchan refs xchan.xchan_hash"><a href='photo.html'>photo</a><span class='relatedKey'>.xchan</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="profext.hash refs xchan.xchan_hash"><a href='profext.html'>profext</a><span class='relatedKey'>.hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="register.hash refs xchan.xchan_hash"><a href='register.html'>register</a><span class='relatedKey'>.hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="shares.share_xchan refs xchan.xchan_hash"><a href='shares.html'>shares</a><span class='relatedKey'>.share_xchan</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="source.src_channel_xchan refs xchan.xchan_hash"><a href='source.html'>source</a><span class='relatedKey'>.src_channel_xchan</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="source.src_xchan refs xchan.xchan_hash"><a href='source.html'>source</a><span class='relatedKey'>.src_xchan</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="term.parent_hash refs xchan.xchan_hash"><a href='term.html'>term</a><span class='relatedKey'>.parent_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="term.term_hash refs xchan.xchan_hash"><a href='term.html'>term</a><span class='relatedKey'>.term_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="updates.ud_hash refs xchan.xchan_hash"><a href='updates.html'>updates</a><span class='relatedKey'>.ud_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="vote.vote_xchan refs xchan.xchan_hash"><a href='vote.html'>vote</a><span class='relatedKey'>.vote_xchan</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="xchat.xchat_xchan refs xchan.xchan_hash"><a href='xchat.html'>xchat</a><span class='relatedKey'>.xchat_xchan</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="xconfig.xchan refs xchan.xchan_hash"><a href='xconfig.html'>xconfig</a><span class='relatedKey'>.xchan</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="xign.xchan refs xchan.xchan_hash"><a href='xign.html'>xign</a><span class='relatedKey'>.xchan</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="xlink.xlink_xchan refs xchan.xchan_hash"><a href='xlink.html'>xlink</a><span class='relatedKey'>.xlink_xchan</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="xprof.xprof_hash refs xchan.xchan_hash"><a href='xprof.html'>xprof</a><span class='relatedKey'>.xprof_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="xtag.xtag_hash refs xchan.xchan_hash"><a href='xtag.html'>xtag</a><span class='relatedKey'>.xtag_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> +</td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="xchan.xchan_hash refs hubloc.hubloc_hash"><a href='hubloc.html'>hubloc</a><span class='relatedKey'>.hubloc_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="xchan.xchan_hash refs channel.channel_hash"><a href='channel.html'>channel</a><span class='relatedKey'>.channel_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>xchan_guid</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>xchan_guid_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>xchan_pubkey</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>xchan_photo_mimetype</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>image/jpeg</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>xchan_photo_l</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>xchan_photo_m</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>xchan_photo_s</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>xchan_addr</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>xchan_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>xchan_connurl</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>xchan_follow</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>xchan_connpage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>xchan_name</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>xchan_network</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>xchan_instance_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>xchan_flags</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>xchan_photo_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>xchan_name_date</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>xchan_hidden</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>xchan_orphan</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>xchan_censored</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>xchan_selfcensored</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>xchan_system</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>xchan_pubforum</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>xchan_deleted</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='26 columns'>Table contained 2 301 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>xchan_hash</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>xchan_addr</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchan_addr</td> + </tr> + <tr> + <td class='indexedColumn'>xchan_censored</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchan_censored</td> + </tr> + <tr> + <td class='indexedColumn'>xchan_connurl</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchan_connurl</td> + </tr> + <tr> + <td class='indexedColumn'>xchan_deleted</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchan_deleted</td> + </tr> + <tr> + <td class='indexedColumn'>xchan_flags</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchan_flags</td> + </tr> + <tr> + <td class='indexedColumn'>xchan_follow</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchan_follow</td> + </tr> + <tr> + <td class='indexedColumn'>xchan_guid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchan_guid</td> + </tr> + <tr> + <td class='indexedColumn'>xchan_hidden</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchan_hidden</td> + </tr> + <tr> + <td class='indexedColumn'>xchan_instance_url</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchan_instance_url</td> + </tr> + <tr> + <td class='indexedColumn'>xchan_name</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchan_name</td> + </tr> + <tr> + <td class='indexedColumn'>xchan_network</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchan_network</td> + </tr> + <tr> + <td class='indexedColumn'>xchan_orphan</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchan_orphan</td> + </tr> + <tr> + <td class='indexedColumn'>xchan_pubforum</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchan_pubforum</td> + </tr> + <tr> + <td class='indexedColumn'>xchan_selfcensored</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchan_selfcensored</td> + </tr> + <tr> + <td class='indexedColumn'>xchan_system</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchan_system</td> + </tr> + <tr> + <td class='indexedColumn'>xchan_url</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchan_url</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships:</b></form><map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="867,2631,1051,3209"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="509,4403,807,5055"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="25,3738,219,4883"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="265,3829,462,4339"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="883,1139,1035,1717"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="894,3227,1025,3397"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="894,3414,1025,3607"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="870,3624,1049,3885"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="875,1735,1043,2404"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="882,3902,1037,4050"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="894,5,1025,198"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="854,4067,1065,5779"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="883,5795,1035,6351"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="897,6368,1022,6493"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="891,215,1027,612"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="879,793,1039,1122"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="878,6510,1041,7202"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="894,8947,1025,9117"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="895,2421,1023,2614"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="891,7218,1027,7366"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="878,7383,1041,7553"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="878,9135,1041,9441"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="897,9459,1022,9675"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="890,7571,1029,7741"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="891,7759,1027,7929"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="898,7947,1021,8117"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="899,8135,1019,8260"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="871,8277,1047,8515"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="882,8532,1037,8929"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="895,629,1023,777"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/xchan.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="867,6593,1051,7172"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="509,5250,807,5902"> +<area shape="rect" id="node11" href="channel.html" title="channel" alt="" coords="25,2854,219,3999"> +<area shape="rect" id="node13" href="hubloc.html" title="hubloc" alt="" coords="265,3120,462,3631"> +<area shape="rect" id="node4" href="addon.html" title="addon" alt="" coords="1130,7364,1258,7444"> +<area shape="rect" id="node6" href="notify.html" title="notify" alt="" coords="881,7513,1038,7910"> +<area shape="rect" id="node7" href="app.html" title="app" alt="" coords="1134,7461,1254,7541"> +<area shape="rect" id="node9" href="attach.html" title="attach" alt="" coords="883,1068,1035,1646"> +<area shape="rect" id="node16" href="verify.html" title="verify" alt="" coords="594,1850,722,1930"> +<area shape="rect" id="node18" href="chat.html" title="chat" alt="" coords="894,5565,1025,5736"> +<area shape="rect" id="node20" href="chatpresence.html" title="chatpresence" alt="" coords="894,5752,1025,5946"> +<area shape="rect" id="node22" href="dreport.html" title="dreport" alt="" coords="870,5962,1049,6224"> +<area shape="rect" id="node24" href="event.html" title="event" alt="" coords="1110,5140,1278,5809"> +<area shape="rect" id="node30" href="fserver.html" title="fserver" alt="" coords="1133,7558,1255,7638"> +<area shape="rect" id="node32" href="fsuggest.html" title="fsuggest" alt="" coords="1131,7656,1257,7736"> +<area shape="rect" id="node34" href="group_member.html" title="group_member" alt="" coords="882,2060,1037,2208"> +<area shape="rect" id="node37" href="groups.html" title="groups" alt="" coords="894,443,1025,636"> +<area shape="rect" id="node42" href="hook.html" title="hook" alt="" coords="1130,7753,1258,7833"> +<area shape="rect" id="node46" href="item.html" title="item" alt="" coords="854,3509,1065,5221"> +<area shape="rect" id="node51" href="likes.html" title="likes" alt="" coords="899,346,1019,426"> +<area shape="rect" id="node54" href="mail.html" title="mail" alt="" coords="883,8339,1035,8895"> +<area shape="rect" id="node56" href="account.html" title="account" alt="" coords="597,6134,719,6214"> +<area shape="rect" id="node61" href="manage.html" title="manage" alt="" coords="1131,7850,1257,7976"> +<area shape="rect" id="node67" href="outq.html" title="outq" alt="" coords="879,8911,1039,9240"> +<area shape="rect" id="node71" href="pconfig.html" title="pconfig" alt="" coords="1125,6449,1263,6529"> +<area shape="rect" id="node74" href="cache.html" title="cache" alt="" coords="590,278,726,358"> +<area shape="rect" id="node75" href="photo.html" title="photo" alt="" coords="878,2224,1041,2916"> +<area shape="rect" id="node78" href="profext.html" title="profext" alt="" coords="894,122,1025,293"> +<area shape="rect" id="node85" href="profile.html" title="profile" alt="" coords="1130,7169,1258,7249"> +<area shape="rect" id="node87" href="register.html" title="register" alt="" coords="895,1851,1023,2044"> +<area shape="rect" id="node92" href="shares.html" title="shares" alt="" coords="891,6240,1027,6388"> +<area shape="rect" id="node94" href="source.html" title="source" alt="" coords="878,6405,1041,6576"> +<area shape="rect" id="node97" href="spam.html" title="spam" alt="" coords="1134,7266,1254,7346"> +<area shape="rect" id="node99" href="term.html" title="term" alt="" coords="878,7189,1041,7496"> +<area shape="rect" id="node106" href="updates.html" title="updates" alt="" coords="897,2933,1022,3149"> +<area shape="rect" id="node110" href="vote.html" title="vote" alt="" coords="890,7964,1029,8134"> +<area shape="rect" id="node114" href="xchat.html" title="xchat" alt="" coords="891,8152,1027,8322"> +<area shape="rect" id="node116" href="xconfig.html" title="xconfig" alt="" coords="898,1664,1021,1834"> +<area shape="rect" id="node120" href="xign.html" title="xign" alt="" coords="899,3366,1019,3492"> +<area shape="rect" id="node123" href="xlink.html" title="xlink" alt="" coords="871,5274,1047,5512"> +<area shape="rect" id="node125" href="xprof.html" title="xprof" alt="" coords="882,653,1037,1050"> +<area shape="rect" id="node129" href="xtag.html" title="xtag" alt="" coords="895,3166,1023,3314"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/xchan.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/xchat.html b/doc/schemaspy_hubzilla/tables/xchat.html new file mode 100644 index 000000000..fd7336ec0 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/xchat.html @@ -0,0 +1,260 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.xchat</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='xchat'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>xchat</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>xchat_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>xchat_url</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>xchat_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>xchat_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="xchat.xchat_xchan refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>xchat_edited</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='5 columns'>Table contained 9 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>xchat_id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>xchat_desc</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchat_desc</td> + </tr> + <tr> + <td class='indexedColumn'>xchat_edited</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchat_edited</td> + </tr> + <tr> + <td class='indexedColumn'>xchat_url</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchat_url</td> + </tr> + <tr> + <td class='indexedColumn'>xchat_xchan</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchat_xchan</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from xchat'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="xchat.html" title="xchat" alt="" coords="263,5,497,181"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="7,77,217,723"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/xchat.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="721,687,857,767"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="416,1271,626,1918"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="6,1237,156,1317"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="201,1305,369,1385"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="721,395,857,475"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="729,784,849,864"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="724,881,854,961"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="714,979,864,1059"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="725,492,853,572"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="712,1076,866,1156"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="724,103,854,183"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="710,1173,868,1253"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="725,1271,853,1351"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="726,1368,852,1448"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="721,297,857,377"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="721,2340,857,2420"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="714,1465,864,1545"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="728,2437,850,2517"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="728,2535,850,2615"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="729,1563,849,1643"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="729,1660,849,1740"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="714,2632,864,2712"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="728,5,850,85"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="729,1757,849,1837"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="672,1855,906,2031"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="728,2048,850,2128"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="729,2145,849,2225"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="714,589,864,669"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="729,2243,849,2323"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="729,200,849,280"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/xchat.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/xconfig.html b/doc/schemaspy_hubzilla/tables/xconfig.html new file mode 100644 index 000000000..abbf81619 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/xconfig.html @@ -0,0 +1,320 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.xconfig</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='xconfig'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>xconfig</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied'>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative even' valign='top'> + <td class='relatedTable detail' title="xconfig.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='verify.html'>verify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="xconfig.xchan refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>cat</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>k</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="xconfig.k's name implies that it's a child of cache.k, but it doesn't reference that column."><a href='cache.html'>cache</a><span class='relatedKey'>.k</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>v</td> + <td class='detail'>mediumtext</td> + <td class='detail' align='right'>16777215</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='5 columns'>Table contained 8 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>cat</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>cat</td> + </tr> + <tr> + <td class='indexedColumn'>k</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>k</td> + </tr> + <tr> + <td class='indexedColumn'>xchan</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchan</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from xconfig'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="xconfig.html" title="xconfig" alt="" coords="263,5,527,181"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="7,30,217,677"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/xconfig.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="735,772,871,852"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="415,1076,625,1723"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="5,1660,155,1740"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="200,1076,368,1156"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="735,1930,871,2010"> +<area shape="rect" id="node11" href="verify.html" title="verify" alt="" coords="455,2564,585,2758"> +<area shape="rect" id="node13" href="chat.html" title="chat" alt="" coords="743,869,863,949"> +<area shape="rect" id="node15" href="chatpresence.html" title="chatpresence" alt="" coords="737,966,868,1046"> +<area shape="rect" id="node17" href="config.html" title="config" alt="" coords="739,3486,867,3566"> +<area shape="rect" id="node20" href="cache.html" title="cache" alt="" coords="449,3488,591,3613"> +<area shape="rect" id="node21" href="conv.html" title="conv" alt="" coords="739,2612,867,2692"> +<area shape="rect" id="node23" href="dreport.html" title="dreport" alt="" coords="728,1064,877,1144"> +<area shape="rect" id="node25" href="event.html" title="event" alt="" coords="984,1234,1112,1314"> +<area shape="rect" id="node31" href="notify.html" title="notify" alt="" coords="724,1638,881,1718"> +<area shape="rect" id="node32" href="fcontact.html" title="fcontact" alt="" coords="741,2709,864,2789"> +<area shape="rect" id="node34" href="ffinder.html" title="ffinder" alt="" coords="743,2806,863,2886"> +<area shape="rect" id="node36" href="group_member.html" title="group_member" alt="" coords="725,2320,880,2400"> +<area shape="rect" id="node39" href="groups.html" title="groups" alt="" coords="737,2125,868,2205"> +<area shape="rect" id="node46" href="item.html" title="item" alt="" coords="724,1444,881,1524"> +<area shape="rect" id="node51" href="item_id.html" title="item_id" alt="" coords="733,2904,872,2984"> +<area shape="rect" id="node53" href="likes.html" title="likes" alt="" coords="743,2514,863,2594"> +<area shape="rect" id="node56" href="mail.html" title="mail" alt="" coords="739,1736,867,1816"> +<area shape="rect" id="node61" href="manage.html" title="manage" alt="" coords="985,1508,1111,1588"> +<area shape="rect" id="node67" href="outq.html" title="outq" alt="" coords="735,152,871,232"> +<area shape="rect" id="node71" href="pconfig.html" title="pconfig" alt="" coords="979,2561,1117,2641"> +<area shape="rect" id="node74" href="photo.html" title="photo" alt="" coords="728,1833,877,1913"> +<area shape="rect" id="node77" href="profdef.html" title="profdef" alt="" coords="741,3001,864,3081"> +<area shape="rect" id="node79" href="profext.html" title="profext" alt="" coords="741,2417,864,2497"> +<area shape="rect" id="node86" href="profile_check.html" title="profile_check" alt="" coords="733,3098,872,3178"> +<area shape="rect" id="node88" href="register.html" title="register" alt="" coords="741,2028,864,2108"> +<area shape="rect" id="node93" href="shares.html" title="shares" alt="" coords="743,1161,863,1241"> +<area shape="rect" id="node95" href="sign.html" title="sign" alt="" coords="743,3389,863,3469"> +<area shape="rect" id="node97" href="source.html" title="source" alt="" coords="743,1310,863,1390"> +<area shape="rect" id="node100" href="sys_perms.html" title="sys_perms" alt="" coords="737,3584,868,3664"> +<area shape="rect" id="node103" href="term.html" title="term" alt="" coords="728,249,877,329"> +<area shape="rect" id="node110" href="updates.html" title="updates" alt="" coords="741,346,864,426"> +<area shape="rect" id="node114" href="vote.html" title="vote" alt="" coords="743,480,863,560"> +<area shape="rect" id="node118" href="xchat.html" title="xchat" alt="" coords="743,577,863,657"> +<area shape="rect" id="node120" href="xconfig.html" title="xconfig" alt="" coords="671,3196,935,3372"> +<area shape="rect" id="node124" href="xign.html" title="xign" alt="" coords="743,2222,863,2302"> +<area shape="rect" id="node127" href="xlink.html" title="xlink" alt="" coords="728,674,877,754"> +<area shape="rect" id="node129" href="xprof.html" title="xprof" alt="" coords="743,1541,863,1621"> +<area shape="rect" id="node133" href="xtag.html" title="xtag" alt="" coords="743,54,863,134"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/xconfig.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="736,687,872,767"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="416,1271,626,1918"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="6,1237,156,1317"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="201,1305,369,1385"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="736,395,872,475"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="744,784,864,864"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="738,881,869,961"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="729,979,878,1059"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="740,492,868,572"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="726,1076,881,1156"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="738,103,869,183"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="725,1173,882,1253"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="740,1271,868,1351"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="741,1368,866,1448"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="736,297,872,377"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="736,2340,872,2420"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="729,1465,878,1545"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="742,2437,865,2517"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="742,2535,865,2615"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="744,1563,864,1643"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="744,1660,864,1740"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="729,2632,878,2712"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="742,5,865,85"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="744,1757,864,1837"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="744,1855,864,1935"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="672,1952,936,2128"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="744,2145,864,2225"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="729,589,878,669"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="744,2243,864,2323"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="744,200,864,280"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/xconfig.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/xign.html b/doc/schemaspy_hubzilla/tables/xign.html new file mode 100644 index 000000000..58b2fa942 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/xign.html @@ -0,0 +1,281 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.xign</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='xign'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>xign</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied'>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='impliedRelationship relative odd' valign='top'> + <td class='relatedTable detail' title="xign.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='verify.html'>verify</a><span class='relatedKey'>.id</span> + </td> + <td class='constraint detail'>Implied Constraint<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>uid</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="xign.xchan refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='3 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>uid</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>uid</td> + </tr> + <tr> + <td class='indexedColumn'>xchan</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xchan</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from xign'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="xign.html" title="xign" alt="" coords="263,5,481,136"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="7,54,217,701"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/xign.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="713,780,849,860"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="416,1057,626,1704"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="6,1443,156,1523"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="201,1160,369,1240"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="713,1887,849,1967"> +<area shape="rect" id="node11" href="verify.html" title="verify" alt="" coords="456,2668,586,2861"> +<area shape="rect" id="node13" href="chat.html" title="chat" alt="" coords="721,878,841,958"> +<area shape="rect" id="node15" href="chatpresence.html" title="chatpresence" alt="" coords="716,975,846,1055"> +<area shape="rect" id="node17" href="config.html" title="config" alt="" coords="717,2911,845,2991"> +<area shape="rect" id="node19" href="conv.html" title="conv" alt="" coords="717,3008,845,3088"> +<area shape="rect" id="node21" href="dreport.html" title="dreport" alt="" coords="706,1072,856,1152"> +<area shape="rect" id="node23" href="event.html" title="event" alt="" coords="936,436,1064,516"> +<area shape="rect" id="node29" href="notify.html" title="notify" alt="" coords="702,436,860,516"> +<area shape="rect" id="node30" href="fcontact.html" title="fcontact" alt="" coords="720,3106,842,3186"> +<area shape="rect" id="node32" href="ffinder.html" title="ffinder" alt="" coords="721,3203,841,3283"> +<area shape="rect" id="node34" href="group_member.html" title="group_member" alt="" coords="704,1984,858,2064"> +<area shape="rect" id="node37" href="groups.html" title="groups" alt="" coords="716,3592,846,3672"> +<area shape="rect" id="node44" href="item.html" title="item" alt="" coords="702,1498,860,1578"> +<area shape="rect" id="node49" href="item_id.html" title="item_id" alt="" coords="712,3300,850,3380"> +<area shape="rect" id="node51" href="likes.html" title="likes" alt="" coords="721,2619,841,2699"> +<area shape="rect" id="node54" href="mail.html" title="mail" alt="" coords="717,1790,845,1870"> +<area shape="rect" id="node59" href="manage.html" title="manage" alt="" coords="937,982,1062,1062"> +<area shape="rect" id="node65" href="outq.html" title="outq" alt="" coords="713,108,849,188"> +<area shape="rect" id="node69" href="photo.html" title="photo" alt="" coords="706,2179,856,2259"> +<area shape="rect" id="node72" href="profdef.html" title="profdef" alt="" coords="720,3398,842,3478"> +<area shape="rect" id="node74" href="profext.html" title="profext" alt="" coords="720,2082,842,2162"> +<area shape="rect" id="node80" href="profile_check.html" title="profile_check" alt="" coords="712,3495,850,3575"> +<area shape="rect" id="node82" href="register.html" title="register" alt="" coords="720,2522,842,2602"> +<area shape="rect" id="node87" href="shares.html" title="shares" alt="" coords="721,1170,841,1250"> +<area shape="rect" id="node89" href="sign.html" title="sign" alt="" coords="721,2716,841,2796"> +<area shape="rect" id="node91" href="source.html" title="source" alt="" coords="721,1267,841,1347"> +<area shape="rect" id="node94" href="sys_perms.html" title="sys_perms" alt="" coords="716,2814,846,2894"> +<area shape="rect" id="node96" href="term.html" title="term" alt="" coords="706,206,856,286"> +<area shape="rect" id="node103" href="updates.html" title="updates" alt="" coords="720,339,842,419"> +<area shape="rect" id="node107" href="vote.html" title="vote" alt="" coords="721,1364,841,1444"> +<area shape="rect" id="node111" href="xchat.html" title="xchat" alt="" coords="721,586,841,666"> +<area shape="rect" id="node113" href="xconfig.html" title="xconfig" alt="" coords="720,2424,842,2504"> +<area shape="rect" id="node116" href="xign.html" title="xign" alt="" coords="672,2276,890,2407"> +<area shape="rect" id="node119" href="xlink.html" title="xlink" alt="" coords="706,683,856,763"> +<area shape="rect" id="node121" href="xprof.html" title="xprof" alt="" coords="721,1595,841,1675"> +<area shape="rect" id="node125" href="xtag.html" title="xtag" alt="" coords="721,1692,841,1772"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/xign.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="713,687,849,767"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="416,1271,626,1918"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="6,1237,156,1317"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="201,1305,369,1385"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="713,395,849,475"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="721,784,841,864"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="716,881,846,961"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="706,979,856,1059"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="717,492,845,572"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="704,1076,858,1156"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="716,103,846,183"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="702,1173,860,1253"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="717,1271,845,1351"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="718,1368,844,1448"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="713,297,849,377"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="713,2295,849,2375"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="706,1465,856,1545"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="720,2392,842,2472"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="720,2489,842,2569"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="721,1563,841,1643"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="721,1660,841,1740"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="706,2587,856,2667"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="720,5,842,85"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="721,1757,841,1837"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="721,1855,841,1935"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="720,1952,842,2032"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="672,2049,890,2180"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="706,589,856,669"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="721,2197,841,2277"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="721,200,841,280"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/xign.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/xlink.html b/doc/schemaspy_hubzilla/tables/xlink.html new file mode 100644 index 000000000..749a93bb4 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/xlink.html @@ -0,0 +1,299 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.xlink</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='xlink'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>xlink</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>xlink_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>xlink_xchan</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative odd' valign='top'> + <td class='relatedTable detail' title="xlink.xlink_xchan refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>xlink_link</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>xlink_rating</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>xlink_rating_text</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>xlink_updated</td> + <td class='detail'>datetime</td> + <td class='detail' align='right'>19</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0000-00-00 00:00:00</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>xlink_static</td> + <td class='detail'>bit</td> + <td class='detail' align='right'>0</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>xlink_sig</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='8 columns'>Table contained 4 105 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>xlink_id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>xlink_link</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xlink_link</td> + </tr> + <tr> + <td class='indexedColumn'>xlink_rating</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xlink_rating</td> + </tr> + <tr> + <td class='indexedColumn'>xlink_static</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xlink_static</td> + </tr> + <tr> + <td class='indexedColumn'>xlink_updated</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xlink_updated</td> + </tr> + <tr> + <td class='indexedColumn'>xlink_xchan</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xlink_xchan</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from xlink'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="xlink.html" title="xlink" alt="" coords="264,5,536,249"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="7,30,217,677"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/xlink.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="741,849,877,929"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="416,1434,626,2081"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="6,1400,156,1480"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="201,1468,369,1548"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="741,395,877,475"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="749,947,869,1027"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="744,1044,874,1124"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="734,1141,884,1221"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="745,492,873,572"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="732,1239,886,1319"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="744,103,874,183"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="730,1336,888,1416"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="745,1433,873,1513"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="746,1531,872,1611"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="741,297,877,377"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="741,2407,877,2487"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="734,1628,884,1708"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="748,2504,870,2584"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="748,2601,870,2681"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="749,1725,869,1805"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="749,1823,869,1903"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="734,2699,884,2779"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="748,5,870,85"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="749,1920,869,2000"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="749,2017,869,2097"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="748,2115,870,2195"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="749,2212,869,2292"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="673,589,945,833"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="749,2309,869,2389"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="749,200,869,280"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/xlink.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/xperm.html b/doc/schemaspy_hubzilla/tables/xperm.html new file mode 100644 index 000000000..f91d527ad --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/xperm.html @@ -0,0 +1,191 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.xperm</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='xperm'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>xperm</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>xp_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>xp_client</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>20</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>xp_channel</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>xp_perm</td> + <td class='detail'>varchar</td> + <td class='detail' align='right'>64</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='4 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>xp_id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>xp_channel</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xp_channel</td> + </tr> + <tr> + <td class='indexedColumn'>xp_client</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xp_client</td> + </tr> + <tr> + <td class='indexedColumn'>xp_perm</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xp_perm</td> + </tr> +</table> +</div> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/xprof.html b/doc/schemaspy_hubzilla/tables/xprof.html new file mode 100644 index 000000000..835ba2dd2 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/xprof.html @@ -0,0 +1,462 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.xprof</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='xprof'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>xprof</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied'>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='even'> + <td class='primaryKey' title='Primary Key'>xprof_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="xprof.xprof_hash refs hubloc.hubloc_hash"><a href='hubloc.html'>hubloc</a><span class='relatedKey'>.hubloc_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="xprof.xprof_hash refs channel.channel_hash"><a href='channel.html'>channel</a><span class='relatedKey'>.channel_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="xprof.xprof_hash refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>xprof_age</td> + <td class='detail'>tinyint unsigned</td> + <td class='detail' align='right'>3</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>xprof_desc</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>xprof_dob</td> + <td class='detail'>char</td> + <td class='detail' align='right'>12</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>xprof_gender</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>xprof_marital</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>xprof_sexual</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>xprof_locale</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>xprof_region</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>xprof_postcode</td> + <td class='detail'>char</td> + <td class='detail' align='right'>32</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>xprof_country</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>xprof_keywords</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='detail'>xprof_about</td> + <td class='detail'>text</td> + <td class='detail' align='right'>65535</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='detail'>xprof_homepage</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>xprof_hometown</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='15 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>xprof_hash</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>xprof_age</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xprof_age</td> + </tr> + <tr> + <td class='indexedColumn'>xprof_country</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xprof_country</td> + </tr> + <tr> + <td class='indexedColumn'>xprof_desc</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xprof_desc</td> + </tr> + <tr> + <td class='indexedColumn'>xprof_dob</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xprof_dob</td> + </tr> + <tr> + <td class='indexedColumn'>xprof_gender</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xprof_gender</td> + </tr> + <tr> + <td class='indexedColumn'>xprof_hometown</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xprof_hometown</td> + </tr> + <tr> + <td class='indexedColumn'>xprof_locale</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xprof_locale</td> + </tr> + <tr> + <td class='indexedColumn'>xprof_marital</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xprof_marital</td> + </tr> + <tr> + <td class='indexedColumn'>xprof_postcode</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xprof_postcode</td> + </tr> + <tr> + <td class='indexedColumn'>xprof_region</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xprof_region</td> + </tr> + <tr> + <td class='indexedColumn'>xprof_sexual</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xprof_sexual</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from xprof'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="channel.html" title="channel" alt="" coords="522,53,716,1199"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="266,212,476,859"> +<area shape="rect" id="node4" href="hubloc.html" title="hubloc" alt="" coords="22,460,219,971"> +<area shape="rect" id="node9" href="xprof.html" title="xprof" alt="" coords="760,210,1030,613"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/xprof.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="831,1815,967,1895"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="509,1523,719,2170"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="25,735,219,1881"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="265,611,462,1122"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="831,467,967,547"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="839,1948,959,2028"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="834,2045,965,2125"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="825,2143,974,2223"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="1079,1252,1207,1332"> +<area shape="rect" id="node23" href="notify.html" title="notify" alt="" coords="821,2824,978,2904"> +<area shape="rect" id="node24" href="group_member.html" title="group_member" alt="" coords="822,2240,977,2320"> +<area shape="rect" id="node26" href="groups.html" title="groups" alt="" coords="834,272,965,352"> +<area shape="rect" id="node32" href="item.html" title="item" alt="" coords="821,2337,978,2417"> +<area shape="rect" id="node36" href="likes.html" title="likes" alt="" coords="303,5,423,85"> +<area shape="rect" id="node38" href="mail.html" title="mail" alt="" coords="835,2727,963,2807"> +<area shape="rect" id="node42" href="manage.html" title="manage" alt="" coords="1081,2352,1206,2432"> +<area shape="rect" id="node48" href="outq.html" title="outq" alt="" coords="831,1081,967,1161"> +<area shape="rect" id="node52" href="photo.html" title="photo" alt="" coords="825,2435,974,2515"> +<area shape="rect" id="node54" href="profext.html" title="profext" alt="" coords="838,2921,961,3001"> +<area shape="rect" id="node59" href="register.html" title="register" alt="" coords="838,1179,961,1259"> +<area shape="rect" id="node63" href="shares.html" title="shares" alt="" coords="839,2532,959,2612"> +<area shape="rect" id="node65" href="source.html" title="source" alt="" coords="839,2629,959,2709"> +<area shape="rect" id="node68" href="term.html" title="term" alt="" coords="825,369,974,449"> +<area shape="rect" id="node75" href="updates.html" title="updates" alt="" coords="838,984,961,1064"> +<area shape="rect" id="node79" href="vote.html" title="vote" alt="" coords="839,1328,959,1408"> +<area shape="rect" id="node83" href="xchat.html" title="xchat" alt="" coords="839,1425,959,1505"> +<area shape="rect" id="node85" href="xconfig.html" title="xconfig" alt="" coords="838,1523,961,1603"> +<area shape="rect" id="node87" href="xign.html" title="xign" alt="" coords="839,1620,959,1700"> +<area shape="rect" id="node89" href="xlink.html" title="xlink" alt="" coords="825,1717,974,1797"> +<area shape="rect" id="node91" href="xprof.html" title="xprof" alt="" coords="765,564,1034,967"> +<area shape="rect" id="node95" href="xtag.html" title="xtag" alt="" coords="839,175,959,255"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/xprof.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="828,395,964,475"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="506,1266,716,1913"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="22,1526,216,2671"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="262,1617,459,2127"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="828,5,964,85"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="836,492,956,572"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="831,589,962,669"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="822,687,971,767"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="832,103,960,183"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="819,784,974,864"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="831,200,962,280"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="818,881,975,961"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="832,979,960,1059"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="834,1076,959,1156"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="828,297,964,377"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="828,1952,964,2032"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="822,1173,971,1253"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="835,2049,958,2129"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="835,2147,958,2227"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="836,1271,956,1351"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="836,1368,956,1448"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="822,2244,971,2324"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="835,2341,958,2421"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="836,1465,956,1545"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="836,1563,956,1643"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="835,1660,958,1740"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="836,1757,956,1837"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="822,1855,971,1935"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="762,2439,1031,2841"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="836,2859,956,2939"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/xprof.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/tables/xtag.html b/doc/schemaspy_hubzilla/tables/xtag.html new file mode 100644 index 000000000..1af8fbca5 --- /dev/null +++ b/doc/schemaspy_hubzilla/tables/xtag.html @@ -0,0 +1,293 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - Table zot.xtag</title> + <link rel=stylesheet href='../schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> + table='xtag'; + </SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>xtag</span></span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table width='100%' border='0'> +<tr valign='top'><td class='container' align='left' valign='top'> +<form name='options' action=''> + <label for='implied'><input type=checkbox id='implied'>Implied relationships</label> + <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> + <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> + <label for='showComments'><input type=checkbox id='showComments'>Comments</label> + <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> +</form> +</td><td class='container' rowspan='2' align='right' valign='top'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td><tr valign='top'><td class='container' align='left' valign='top'> +<a name='columns'></a> +<table id='columns' class='dataTable' border='1' rules='groups'> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup> +<colgroup class='comment'> +<thead align='left'> +<tr> + <th>Column</th> + <th>Type</th> + <th>Size</th> + <th title='Are nulls allowed?'>Nulls</th> + <th title='Is column automatically updated?'>Auto</th> + <th title='Default value'>Default</th> + <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> + <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> + <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> +</tr> +</thead> +<tbody valign='top'> +<tr class='odd'> + <td class='primaryKey' title='Primary Key'>xtag_id</td> + <td class='detail'>int unsigned</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center' title='Automatically updated by the database'> √ </td> + <td class='detail'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>xtag_hash</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> + <table border='0' width='100%' cellspacing='0' cellpadding='0'> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="xtag.xtag_hash refs hubloc.hubloc_hash"><a href='hubloc.html'>hubloc</a><span class='relatedKey'>.hubloc_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="xtag.xtag_hash refs channel.channel_hash"><a href='channel.html'>channel</a><span class='relatedKey'>.channel_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + <tr class='relative even' valign='top'> + <td class='relatedTable detail' title="xtag.xtag_hash refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> + </td> + <td class='constraint detail'>Defined in XML<span title='Restrict delete: + Parent cannot be deleted if children exist'> R</span></td> + </tr> + </table> + </td> + <td class='comment detail'></td> +</tr> +<tr class='odd'> + <td class='indexedColumn' title='Indexed'>xtag_term</td> + <td class='detail'>char</td> + <td class='detail' align='right'>255</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'></td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +<tr class='even'> + <td class='indexedColumn' title='Indexed'>xtag_flags</td> + <td class='detail'>int</td> + <td class='detail' align='right'>10</td> + <td class='detail' align='center'></td> + <td class='detail' align='center'></td> + <td class='detail' align='right'>0</td> + <td class='detail'></td> + <td class='detail'> </td> + <td class='comment detail'></td> +</tr> +</table> +<p title='4 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> +</td></tr></table> +<div class='indent'> +<b>Indexes:</b> +<table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> +<thead> + <tr> + <th>Column(s)</th> + <th>Type</th> + <th>Sort</th> + <th class='constraint' style='text-align:left;'>Constraint Name</th> + </tr> +</thead> +<tbody> + <tr> + <td class='primaryKey'>xtag_id</td> + <td class='detail'>Primary key</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>PRIMARY</td> + </tr> + <tr> + <td class='indexedColumn'>xtag_flags</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xtag_flags</td> + </tr> + <tr> + <td class='indexedColumn'>xtag_hash</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xtag_hash</td> + </tr> + <tr> + <td class='indexedColumn'>xtag_term</td> + <td class='detail'>Performance</td> + <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> + <td class='constraint' style='text-align:left;'>xtag_term</td> + </tr> +</table> +</div> +<table width='100%' border='0'><tr><td class='container'> +<br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from xtag'> + within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> +<map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> +<area shape="rect" id="node1" href="channel.html" title="channel" alt="" coords="522,53,716,1199"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="266,212,476,859"> +<area shape="rect" id="node4" href="hubloc.html" title="hubloc" alt="" coords="22,460,219,971"> +<area shape="rect" id="node9" href="xtag.html" title="xtag" alt="" coords="760,187,987,340"> +</map> + <a name='diagram'><img id='oneDegreeImg' src='../diagrams/xtag.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="810,1564,946,1644"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="509,1295,719,1942"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="25,749,219,1894"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="265,625,462,1135"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="810,539,946,619"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="818,1697,938,1777"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="813,1795,943,1875"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="803,1892,953,1972"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="1037,1001,1165,1081"> +<area shape="rect" id="node23" href="notify.html" title="notify" alt="" coords="799,2573,957,2653"> +<area shape="rect" id="node24" href="group_member.html" title="group_member" alt="" coords="801,1989,955,2069"> +<area shape="rect" id="node26" href="groups.html" title="groups" alt="" coords="813,344,943,424"> +<area shape="rect" id="node32" href="item.html" title="item" alt="" coords="799,2087,957,2167"> +<area shape="rect" id="node36" href="likes.html" title="likes" alt="" coords="303,5,423,85"> +<area shape="rect" id="node38" href="mail.html" title="mail" alt="" coords="814,2476,942,2556"> +<area shape="rect" id="node42" href="manage.html" title="manage" alt="" coords="1038,2101,1163,2181"> +<area shape="rect" id="node48" href="outq.html" title="outq" alt="" coords="810,831,946,911"> +<area shape="rect" id="node52" href="photo.html" title="photo" alt="" coords="803,2184,953,2264"> +<area shape="rect" id="node54" href="profext.html" title="profext" alt="" coords="817,2671,939,2751"> +<area shape="rect" id="node59" href="register.html" title="register" alt="" coords="817,928,939,1008"> +<area shape="rect" id="node63" href="shares.html" title="shares" alt="" coords="818,2281,938,2361"> +<area shape="rect" id="node65" href="source.html" title="source" alt="" coords="818,2379,938,2459"> +<area shape="rect" id="node68" href="term.html" title="term" alt="" coords="803,441,953,521"> +<area shape="rect" id="node75" href="updates.html" title="updates" alt="" coords="817,733,939,813"> +<area shape="rect" id="node79" href="vote.html" title="vote" alt="" coords="818,1077,938,1157"> +<area shape="rect" id="node83" href="xchat.html" title="xchat" alt="" coords="818,1175,938,1255"> +<area shape="rect" id="node85" href="xconfig.html" title="xconfig" alt="" coords="817,1272,939,1352"> +<area shape="rect" id="node87" href="xign.html" title="xign" alt="" coords="818,1369,938,1449"> +<area shape="rect" id="node89" href="xlink.html" title="xlink" alt="" coords="803,1467,953,1547"> +<area shape="rect" id="node91" href="xprof.html" title="xprof" alt="" coords="818,636,938,716"> +<area shape="rect" id="node95" href="xtag.html" title="xtag" alt="" coords="765,174,991,327"> +</map> + + <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/xtag.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +<map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> +<area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="807,395,943,475"> +<area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="506,1266,716,1913"> +<area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="22,1526,216,2671"> +<area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="262,1617,459,2127"> +<area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="807,5,943,85"> +<area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="815,492,935,572"> +<area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="810,589,940,669"> +<area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="800,687,950,767"> +<area shape="rect" id="node17" href="event.html" title="event" alt="" coords="811,103,939,183"> +<area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="798,784,952,864"> +<area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="810,200,940,280"> +<area shape="rect" id="node30" href="item.html" title="item" alt="" coords="796,881,954,961"> +<area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="811,979,939,1059"> +<area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="812,1076,938,1156"> +<area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="807,297,943,377"> +<area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="807,1952,943,2032"> +<area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="800,1173,950,1253"> +<area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="814,2049,936,2129"> +<area shape="rect" id="node53" href="register.html" title="register" alt="" coords="814,2147,936,2227"> +<area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="815,1271,935,1351"> +<area shape="rect" id="node59" href="source.html" title="source" alt="" coords="815,1368,935,1448"> +<area shape="rect" id="node62" href="term.html" title="term" alt="" coords="800,2244,950,2324"> +<area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="814,2341,936,2421"> +<area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="815,1465,935,1545"> +<area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="815,1563,935,1643"> +<area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="814,1660,936,1740"> +<area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="815,1757,935,1837"> +<area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="800,1855,950,1935"> +<area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="815,2439,935,2519"> +<area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="762,2535,988,2689"> +</map> + + <a name='diagram'><img id='twoDegreesImg' src='../diagrams/xtag.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> +</td></tr></table> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/utilities.html b/doc/schemaspy_hubzilla/utilities.html new file mode 100644 index 000000000..2199f2dc6 --- /dev/null +++ b/doc/schemaspy_hubzilla/utilities.html @@ -0,0 +1,220 @@ +<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> +<html> +<head> + <!-- SchemaSpy rev 590 --> + <title>SchemaSpy - zot - Utility Tables</title> + <link rel=stylesheet href='schemaSpy.css' type='text/css'> + <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='jquery.js'></SCRIPT> + <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='schemaSpy.js'></SCRIPT> +</head> +<body> +<table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> +<div id='header'> + <ul> + <li><a href='index.html' title='All tables and views in the schema'>Tables</a></li> + <li><a href='relationships.html' title='Diagram of table relationships'>Relationships</a></li> + <li id='current'><a href='utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> + <li><a href='constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> + <li><a href='anomalies.html' title="Things that might not be quite right">Anomalies</a></li> + <li><a href='columns.byTable.html' title="All of the columns in the schema">Columns</a></li> + <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> + </ul> +</div> +</td></tr></table> +<div class='content' style='clear:both;'> +<table width='100%' border='0' cellpadding='0'> + <tr> + <td class='heading' valign='middle'><span class='header'>SchemaSpy Analysis of <span title='Database'>zot</span> - Utility Tables</span><span class='description'> +2015-11-04 - Hubzilla database schema with some corrected cross-table relationships supporting decentralized publishing. Haakon Meland Eriksen. +</span></td> + <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> + </tr> +</table> +<table class='container' width='100%'> +<tr><td class='container'> +<span class='container'>Generated by <span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span> on fr nov 06 17:11 CET 2015</span> +</td> +<td class='container' align='right' valign='top' rowspan='2'> + <table class='legend' border='0'> + <tr> + <td class='dataTable' valign='bottom'>Legend:</td> + <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> + </tr> + <tr><td class='container' colspan='2'> + <table class='dataTable' border='1'> + <tbody> + <tr><td class='primaryKey'>Primary key columns</td></tr> + <tr><td class='indexedColumn'>Columns with indexes</td></tr> + <tr><td class='excludedColumn'>Excluded column relationships</td></tr> + <tr class='impliedRelationship'><td class='legendDetail'>Dashed lines show implied relationships</td></tr> + <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> + </table> + </td></tr> + </table> +<div style="margin-right: 2pt;"> +<script type="text/javascript"><!-- +google_ad_client = "pub-9598353634003340"; +google_ad_channel ="SchemaSpy-generated"; +google_ad_width = 234; +google_ad_height = 60; +google_ad_format = "234x60_as"; +google_ad_type = "text"; +google_color_border = "9bab96"; +google_color_link = "489148"; +google_color_text = "000000"; +//--> +</script> +<script type="text/javascript" +src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> +</script> +</div> + +</td></tr> +<tr><td class='container' align='left' valign='top'> +<form action=''> + <label for='removeImpliedOrphans'><input type=checkbox id='removeImpliedOrphans'> + Hide tables with implied relationships</label> +</form> +</td></tr></table> +<a name='diagram'> + <img src='diagrams/summary/account.1degree.png' usemap='#account' border='0' alt='' align='top' class='impliedNotOrphan'> + <img src='diagrams/summary/addon.1degree.png' usemap='#addon' border='0' alt='' align='top' class='impliedNotOrphan'> + <img src='diagrams/summary/app.1degree.png' usemap='#app' border='0' alt='' align='top' class='impliedNotOrphan'> + <img src='diagrams/summary/auth_codes.1degree.png' usemap='#auth_codes' border='0' alt='' align='top' class='impliedNotOrphan'> + <img src='diagrams/summary/cache.1degree.png' usemap='#cache' border='0' alt='' align='top' class='impliedNotOrphan'> + <img src='diagrams/summary/chatroom.1degree.png' usemap='#chatroom' border='0' alt='' align='top'> + <img src='diagrams/summary/clients.1degree.png' usemap='#clients' border='0' alt='' align='top' class='impliedNotOrphan'> + <img src='diagrams/summary/config.1degree.png' usemap='#config' border='0' alt='' align='top' class='impliedNotOrphan'> + <img src='diagrams/summary/conv.1degree.png' usemap='#conv' border='0' alt='' align='top' class='impliedNotOrphan'> + <img src='diagrams/summary/fcontact.1degree.png' usemap='#fcontact' border='0' alt='' align='top' class='impliedNotOrphan'> + <img src='diagrams/summary/ffinder.1degree.png' usemap='#ffinder' border='0' alt='' align='top' class='impliedNotOrphan'> + <img src='diagrams/summary/fserver.1degree.png' usemap='#fserver' border='0' alt='' align='top' class='impliedNotOrphan'> + <img src='diagrams/summary/fsuggest.1degree.png' usemap='#fsuggest' border='0' alt='' align='top' class='impliedNotOrphan'> + <img src='diagrams/summary/hook.1degree.png' usemap='#hook' border='0' alt='' align='top' class='impliedNotOrphan'> + <img src='diagrams/summary/issue.1degree.png' usemap='#issue' border='0' alt='' align='top'> + <img src='diagrams/summary/item_id.1degree.png' usemap='#item_id' border='0' alt='' align='top' class='impliedNotOrphan'> + <img src='diagrams/summary/likes.1degree.png' usemap='#likes' border='0' alt='' align='top' class='impliedNotOrphan'> + <img src='diagrams/summary/menu.1degree.png' usemap='#menu' border='0' alt='' align='top'> + <img src='diagrams/summary/menu_item.1degree.png' usemap='#menu_item' border='0' alt='' align='top'> + <img src='diagrams/summary/obj.1degree.png' usemap='#obj' border='0' alt='' align='top'> + <img src='diagrams/summary/pconfig.1degree.png' usemap='#pconfig' border='0' alt='' align='top' class='impliedNotOrphan'> + <img src='diagrams/summary/poll.1degree.png' usemap='#poll' border='0' alt='' align='top'> + <img src='diagrams/summary/poll_elm.1degree.png' usemap='#poll_elm' border='0' alt='' align='top'> + <img src='diagrams/summary/profdef.1degree.png' usemap='#profdef' border='0' alt='' align='top' class='impliedNotOrphan'> + <img src='diagrams/summary/profile.1degree.png' usemap='#profile' border='0' alt='' align='top' class='impliedNotOrphan'> + <img src='diagrams/summary/profile_check.1degree.png' usemap='#profile_check' border='0' alt='' align='top' class='impliedNotOrphan'> + <img src='diagrams/summary/session.1degree.png' usemap='#session' border='0' alt='' align='top'> + <img src='diagrams/summary/sign.1degree.png' usemap='#sign' border='0' alt='' align='top' class='impliedNotOrphan'> + <img src='diagrams/summary/site.1degree.png' usemap='#site' border='0' alt='' align='top'> + <img src='diagrams/summary/spam.1degree.png' usemap='#spam' border='0' alt='' align='top' class='impliedNotOrphan'> + <img src='diagrams/summary/sys_perms.1degree.png' usemap='#sys_perms' border='0' alt='' align='top' class='impliedNotOrphan'> + <img src='diagrams/summary/tokens.1degree.png' usemap='#tokens' border='0' alt='' align='top' class='impliedNotOrphan'> + <img src='diagrams/summary/verify.1degree.png' usemap='#verify' border='0' alt='' align='top' class='impliedNotOrphan'> + <img src='diagrams/summary/xperm.1degree.png' usemap='#xperm' border='0' alt='' align='top'> +<map id="account" name="account"> +<area shape="rect" id="node1" href="tables/account.html" title="account" alt="" coords="7,5,220,470"> +</map> +<map id="addon" name="addon"> +<area shape="rect" id="node1" href="tables/addon.html" title="addon" alt="" coords="5,5,152,221"> +</map> +<map id="app" name="app"> +<area shape="rect" id="node1" href="tables/app.html" title="app" alt="" coords="5,5,144,425"> +</map> +<map id="auth_codes" name="auth_codes"> +<area shape="rect" id="node1" href="tables/auth_codes.html" title="auth_codes" alt="" coords="5,5,136,176"> +</map> +<map id="cache" name="cache"> +<area shape="rect" id="node1" href="tables/cache.html" title="cache" alt="" coords="5,5,139,131"> +</map> +<map id="chatroom" name="chatroom"> +<area shape="rect" id="node1" href="tables/chatroom.html" title="chatroom" alt="" coords="5,5,133,312"> +</map> +<map id="clients" name="clients"> +<area shape="rect" id="node1" href="tables/clients.html" title="clients" alt="" coords="5,5,136,198"> +</map> +<map id="config" name="config"> +<area shape="rect" id="node1" href="tables/config.html" title="config" alt="" coords="5,5,123,153"> +</map> +<map id="conv" name="conv"> +<area shape="rect" id="node1" href="tables/conv.html" title="conv" alt="" coords="5,5,131,243"> +</map> +<map id="fcontact" name="fcontact"> +<area shape="rect" id="node1" href="tables/fcontact.html" title="fcontact" alt="" coords="5,5,123,425"> +</map> +<map id="ffinder" name="ffinder"> +<area shape="rect" id="node1" href="tables/ffinder.html" title="ffinder" alt="" coords="5,5,115,153"> +</map> +<map id="fserver" name="fserver"> +<area shape="rect" id="node1" href="tables/fserver.html" title="fserver" alt="" coords="5,5,117,153"> +</map> +<map id="fsuggest" name="fsuggest"> +<area shape="rect" id="node1" href="tables/fsuggest.html" title="fsuggest" alt="" coords="5,5,123,267"> +</map> +<map id="hook" name="hook"> +<area shape="rect" id="node1" href="tables/hook.html" title="hook" alt="" coords="5,5,128,176"> +</map> +<map id="issue" name="issue"> +<area shape="rect" id="node1" href="tables/issue.html" title="issue" alt="" coords="5,5,163,221"> +</map> +<map id="item_id" name="item_id"> +<area shape="rect" id="node1" href="tables/item_id.html" title="item_id" alt="" coords="5,5,133,176"> +</map> +<map id="likes" name="likes"> +<area shape="rect" id="node1" href="tables/likes.html" title="likes" alt="" coords="5,5,136,289"> +</map> +<map id="menu" name="menu"> +<area shape="rect" id="node1" href="tables/menu.html" title="menu" alt="" coords="5,5,163,221"> +</map> +<map id="menu_item" name="menu_item"> +<area shape="rect" id="node1" href="tables/menu_item.html" title="menu_item" alt="" coords="5,5,173,312"> +</map> +<map id="obj" name="obj"> +<area shape="rect" id="node1" href="tables/obj.html" title="obj" alt="" coords="5,5,139,403"> +</map> +<map id="pconfig" name="pconfig"> +<area shape="rect" id="node1" href="tables/pconfig.html" title="pconfig" alt="" coords="5,5,133,176"> +</map> +<map id="poll" name="poll"> +<area shape="rect" id="node1" href="tables/poll.html" title="poll" alt="" coords="5,5,141,176"> +</map> +<map id="poll_elm" name="poll_elm"> +<area shape="rect" id="node1" href="tables/poll_elm.html" title="poll_elm" alt="" coords="5,5,136,176"> +</map> +<map id="profdef" name="profdef"> +<area shape="rect" id="node1" href="tables/profdef.html" title="profdef" alt="" coords="5,5,136,198"> +</map> +<map id="profile" name="profile"> +<area shape="rect" id="node1" href="tables/profile.html" title="profile" alt="" coords="5,5,155,1059"> +</map> +<map id="profile_check" name="profile_check"> +<area shape="rect" id="node1" href="tables/profile_check.html" title="profile_check" alt="" coords="5,5,144,198"> +</map> +<map id="session" name="session"> +<area shape="rect" id="node1" href="tables/session.html" title="session" alt="" coords="5,5,128,153"> +</map> +<map id="sign" name="sign"> +<area shape="rect" id="node1" href="tables/sign.html" title="sign" alt="" coords="5,5,136,198"> +</map> +<map id="site" name="site"> +<area shape="rect" id="node1" href="tables/site.html" title="site" alt="" coords="5,5,160,403"> +</map> +<map id="spam" name="spam"> +<area shape="rect" id="node1" href="tables/spam.html" title="spam" alt="" coords="5,5,115,198"> +</map> +<map id="sys_perms" name="sys_perms"> +<area shape="rect" id="node1" href="tables/sys_perms.html" title="sys_perms" alt="" coords="5,5,139,176"> +</map> +<map id="tokens" name="tokens"> +<area shape="rect" id="node1" href="tables/tokens.html" title="tokens" alt="" coords="5,5,123,198"> +</map> +<map id="verify" name="verify"> +<area shape="rect" id="node1" href="tables/verify.html" title="verify" alt="" coords="5,5,120,198"> +</map> +<map id="xperm" name="xperm"> +<area shape="rect" id="node1" href="tables/xperm.html" title="xperm" alt="" coords="5,5,136,153"> +</map> +</a> +</div> +</body> +</html> diff --git a/doc/schemaspy_hubzilla/zot.meta.xml b/doc/schemaspy_hubzilla/zot.meta.xml new file mode 100644 index 000000000..98a9d370e --- /dev/null +++ b/doc/schemaspy_hubzilla/zot.meta.xml @@ -0,0 +1,283 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<schemaMeta xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +xsi:noNamespaceSchemaLocation="http://schemaspy.sourceforge.net/xmlschema/2011/02/05/schemaspy.meta.xsd"> +<comments> +2015-11-04 - Hubzilla database schema with some corrected cross-table relationships supporting decentralized publishing. Haakon Meland Eriksen. +</comments> + + <tables> + <table name="abook"> + <column name="abook_xchan"> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="account"> + </table> + <table name="addon"> + </table> + <table name="app"> + </table> + <table name="attach"> + <column name="hash"> + <foreignKey table="channel" column="channel_hash"/> + <foreignKey table="hubloc" column="hubloc_hash"/> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="auth_codes"> + </table> + <table name="cache"> + </table> + <table name="channel"> + <column name="channel_hash"> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="chat"> + <column name="chat_xchan"> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="chatpresence"> + <column name="cp_xchan"> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="chatroom"> + </table> + <table name="clients"> + </table> + <table name="config"> + </table> + <table name="conv"> + </table> + <table name="dreport"> + <column name="dreport_xchan"> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="event"> + <column name="event_xchan"> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + <column name="event_hash"> + <foreignKey table="channel" column="channel_hash"/> + <foreignKey table="hubloc" column="hubloc_hash"/> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="fcontact"> + </table> + <table name="ffinder"> + </table> + <table name="fserver"> + </table> + <table name="fsuggest"> + </table> + <table name="group_member"> + <column name="xchan"> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="groups"> + <column name="hash"> + <foreignKey table="channel" column="channel_hash"/> + <foreignKey table="hubloc" column="hubloc_hash"/> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="hook"> + </table> + <table name="hubloc"> + <column name="hubloc_hash"> + <foreignKey table="channel" column="channel_hash"/> + <foreignKey table="hubloc" column="hubloc_hash"/> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="issue"> + </table> + <table name="item"> + <column name="owner_xchan"> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + <column name="author_xchan"> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + <column name="source_xchan"> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="item_id"> + </table> + <table name="likes"> + </table> + <table name="mail"> + <column name="from_xchan"> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + <column name="to_xchan"> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="manage"> + <column name="xchan"> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="menu"> + </table> + <table name="menu_item"> + </table> + <table name="notify"> + <column name="hash"> + <foreignKey table="channel" column="channel_hash"/> + <foreignKey table="hubloc" column="hubloc_hash"/> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="obj"> + </table> + <table name="outq"> + <column name="outq_hash"> + <foreignKey table="channel" column="channel_hash"/> + <foreignKey table="hubloc" column="hubloc_hash"/> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="pconfig"> + </table> + <table name="photo"> + <column name="xchan"> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="poll"> + </table> + <table name="poll_elm"> + </table> + <table name="profdef"> + </table> + <table name="profext"> + <column name="hash"> + <foreignKey table="channel" column="channel_hash"/> + <foreignKey table="hubloc" column="hubloc_hash"/> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="profile"> + </table> + <table name="profile_check"> + </table> + <table name="register"> + <column name="hash"> + <foreignKey table="channel" column="channel_hash"/> + <foreignKey table="hubloc" column="hubloc_hash"/> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="session"> + </table> + <table name="shares"> + <column name="share_xchan"> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="sign"> + </table> + <table name="site"> + </table> + <table name="source"> + <column name="src_channel_xchan"> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + <column name="src_xchan"> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="spam"> + </table> + <table name="sys_perms"> + </table> + <table name="term"> + <column name="term_hash"> + <foreignKey table="channel" column="channel_hash"/> + <foreignKey table="hubloc" column="hubloc_hash"/> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + <column name="parent_hash"> + <foreignKey table="channel" column="channel_hash"/> + <foreignKey table="hubloc" column="hubloc_hash"/> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="tokens"> + </table> + <table name="updates"> + + <column name="ud_hash"> + <foreignKey table="channel" column="channel_hash"/> + <foreignKey table="hubloc" column="hubloc_hash"/> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="verify"> + </table> + <table name="vote"> + <column name="vote_xchan"> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="xchan"> + <column name="xchan_hash"> + <foreignKey table="channel" column="channel_hash"/> + <foreignKey table="hubloc" column="hubloc_hash"/> + </column> + </table> + <table name="xchat"> + + <column name="xchat_xchan"> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="xconfig"> + + <column name="xchan"> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="xign"> + + <column name="xchan"> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + + </table> + <table name="xlink"> + + <column name="xlink_xchan"> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + <table name="xperm"> + + </table> + <table name="xprof"> + <column name="xprof_hash"> + <foreignKey table="channel" column="channel_hash"/> + <foreignKey table="hubloc" column="hubloc_hash"/> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + + </table> + <table name="xtag"> + + <column name="xtag_hash"> + <foreignKey table="channel" column="channel_hash"/> + <foreignKey table="hubloc" column="hubloc_hash"/> + <foreignKey table="xchan" column="xchan_hash" /> + </column> + </table> + </tables> + +</schemaMeta> diff --git a/doc/schemaspy_hubzilla/zot.xml b/doc/schemaspy_hubzilla/zot.xml new file mode 100644 index 000000000..666f9d8bd --- /dev/null +++ b/doc/schemaspy_hubzilla/zot.xml @@ -0,0 +1,2719 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<database name="zot" type="MySQL - 5.5.45"> + <tables> + <table name="abook" numRows="685" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="abook_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="abook_account" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="abook_channel" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="abook_xchan" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="abook_my_perms" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="abook_their_perms" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="99" digits="0" id="6" name="abook_closeness" nullable="false" remarks="" size="3" type="TINYINT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="7" name="abook_created" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="8" name="abook_updated" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="9" name="abook_connected" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="10" name="abook_dob" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="11" name="abook_flags" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="12" name="abook_blocked" nullable="false" remarks="" size="3" type="TINYINT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="13" name="abook_ignored" nullable="false" remarks="" size="3" type="TINYINT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="14" name="abook_hidden" nullable="false" remarks="" size="3" type="TINYINT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="15" name="abook_archived" nullable="false" remarks="" size="3" type="TINYINT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="16" name="abook_pending" nullable="false" remarks="" size="3" type="TINYINT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="17" name="abook_unconnected" nullable="false" remarks="" size="3" type="TINYINT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="18" name="abook_self" nullable="false" remarks="" size="3" type="TINYINT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="19" name="abook_feed" nullable="false" remarks="" size="3" type="TINYINT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="20" name="abook_profile" nullable="false" remarks="" size="64" type="CHAR"/> + <column autoUpdated="false" digits="0" id="21" name="abook_incl" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" digits="0" id="22" name="abook_excl" nullable="false" remarks="" size="65535" type="TEXT"/> + <primaryKey column="abook_id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="abook_id"/> + </index> + <index name="abook_account" unique="false"> + <column ascending="true" name="abook_account"/> + </index> + <index name="abook_archived" unique="false"> + <column ascending="true" name="abook_archived"/> + </index> + <index name="abook_blocked" unique="false"> + <column ascending="true" name="abook_blocked"/> + </index> + <index name="abook_channel" unique="false"> + <column ascending="true" name="abook_channel"/> + </index> + <index name="abook_closeness" unique="false"> + <column ascending="true" name="abook_closeness"/> + </index> + <index name="abook_connected" unique="false"> + <column ascending="true" name="abook_connected"/> + </index> + <index name="abook_created" unique="false"> + <column ascending="true" name="abook_created"/> + </index> + <index name="abook_dob" unique="false"> + <column ascending="true" name="abook_dob"/> + </index> + <index name="abook_feed" unique="false"> + <column ascending="true" name="abook_feed"/> + </index> + <index name="abook_flags" unique="false"> + <column ascending="true" name="abook_flags"/> + </index> + <index name="abook_hidden" unique="false"> + <column ascending="true" name="abook_hidden"/> + </index> + <index name="abook_ignored" unique="false"> + <column ascending="true" name="abook_ignored"/> + </index> + <index name="abook_my_perms" unique="false"> + <column ascending="true" name="abook_my_perms"/> + </index> + <index name="abook_pending" unique="false"> + <column ascending="true" name="abook_pending"/> + </index> + <index name="abook_profile" unique="false"> + <column ascending="true" name="abook_profile"/> + </index> + <index name="abook_self" unique="false"> + <column ascending="true" name="abook_self"/> + </index> + <index name="abook_their_perms" unique="false"> + <column ascending="true" name="abook_their_perms"/> + </index> + <index name="abook_unconnected" unique="false"> + <column ascending="true" name="abook_unconnected"/> + </index> + <index name="abook_updated" unique="false"> + <column ascending="true" name="abook_updated"/> + </index> + <index name="abook_xchan" unique="false"> + <column ascending="true" name="abook_xchan"/> + </index> + </table> + <table name="account" numRows="2" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="account_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <child column="account_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="mail"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="account_parent" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="account_default_channel" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="account_salt" nullable="false" remarks="" size="32" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="account_password" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="5" name="account_email" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="6" name="account_external" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="en" digits="0" id="7" name="account_language" nullable="false" remarks="" size="16" type="CHAR"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="8" name="account_created" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="9" name="account_lastlog" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="10" name="account_flags" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="11" name="account_roles" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="12" name="account_reset" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="13" name="account_expires" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="14" name="account_expire_notified" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="" digits="0" id="15" name="account_service_class" nullable="false" remarks="" size="32" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="16" name="account_level" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="17" name="account_password_changed" nullable="false" remarks="" size="19" type="DATETIME"/> + <primaryKey column="account_id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="account_id"/> + </index> + <index name="account_default_channel" unique="false"> + <column ascending="true" name="account_default_channel"/> + </index> + <index name="account_email" unique="false"> + <column ascending="true" name="account_email"/> + </index> + <index name="account_expires" unique="false"> + <column ascending="true" name="account_expires"/> + </index> + <index name="account_external" unique="false"> + <column ascending="true" name="account_external"/> + </index> + <index name="account_flags" unique="false"> + <column ascending="true" name="account_flags"/> + </index> + <index name="account_lastlog" unique="false"> + <column ascending="true" name="account_lastlog"/> + </index> + <index name="account_level" unique="false"> + <column ascending="true" name="account_level"/> + </index> + <index name="account_parent" unique="false"> + <column ascending="true" name="account_parent"/> + </index> + <index name="account_password_changed" unique="false"> + <column ascending="true" name="account_password_changed"/> + </index> + <index name="account_roles" unique="false"> + <column ascending="true" name="account_roles"/> + </index> + <index name="account_service_class" unique="false"> + <column ascending="true" name="account_service_class"/> + </index> + </table> + <table name="addon" numRows="20" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="notify"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="name" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="version" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="installed" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="hidden" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="timestamp" nullable="false" remarks="" size="19" type="BIGINT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="plugin_admin" nullable="false" remarks="" size="0" type="BIT"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="hidden" unique="false"> + <column ascending="true" name="hidden"/> + </index> + <index name="installed" unique="false"> + <column ascending="true" name="installed"/> + </index> + <index name="name" unique="false"> + <column ascending="true" name="name"/> + </index> + </table> + <table name="app" numRows="4" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="notify"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="app_id" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="app_sig" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="app_author" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="app_name" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="5" name="app_desc" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="6" name="app_url" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="7" name="app_photo" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="8" name="app_version" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="9" name="app_channel" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="10" name="app_addr" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="11" name="app_price" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="12" name="app_page" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="13" name="app_requires" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="14" name="app_created" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="15" name="app_edited" nullable="false" remarks="" size="19" type="DATETIME"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="app_channel" unique="false"> + <column ascending="true" name="app_channel"/> + </index> + <index name="app_created" unique="false"> + <column ascending="true" name="app_created"/> + </index> + <index name="app_edited" unique="false"> + <column ascending="true" name="app_edited"/> + </index> + <index name="app_id" unique="false"> + <column ascending="true" name="app_id"/> + </index> + <index name="app_name" unique="false"> + <column ascending="true" name="app_name"/> + </index> + <index name="app_photo" unique="false"> + <column ascending="true" name="app_photo"/> + </index> + <index name="app_price" unique="false"> + <column ascending="true" name="app_price"/> + </index> + <index name="app_url" unique="false"> + <column ascending="true" name="app_url"/> + </index> + <index name="app_version" unique="false"> + <column ascending="true" name="app_version"/> + </index> + </table> + <table name="attach" numRows="105" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="verify"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="aid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="uid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="hash" nullable="false" remarks="" size="64" type="CHAR"> + <parent column="hubloc_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="hubloc"/> + <parent column="channel_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="channel"/> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="creator" nullable="false" remarks="" size="128" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="5" name="filename" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="6" name="filetype" nullable="false" remarks="" size="64" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="filesize" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="revision" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="9" name="folder" nullable="false" remarks="" size="64" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="10" name="flags" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="11" name="is_dir" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="12" name="is_photo" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="13" name="os_storage" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" digits="0" id="14" name="os_path" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="15" name="display_path" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="16" name="data" nullable="false" remarks="" size="2147483647" type="LONGBLOB"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="17" name="created" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="18" name="edited" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" digits="0" id="19" name="allow_cid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="20" name="allow_gid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="21" name="deny_cid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="22" name="deny_gid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="aid" unique="false"> + <column ascending="true" name="aid"/> + </index> + <index name="created" unique="false"> + <column ascending="true" name="created"/> + </index> + <index name="creator" unique="false"> + <column ascending="true" name="creator"/> + </index> + <index name="edited" unique="false"> + <column ascending="true" name="edited"/> + </index> + <index name="filename" unique="false"> + <column ascending="true" name="filename"/> + </index> + <index name="filesize" unique="false"> + <column ascending="true" name="filesize"/> + </index> + <index name="filetype" unique="false"> + <column ascending="true" name="filetype"/> + </index> + <index name="flags" unique="false"> + <column ascending="true" name="flags"/> + </index> + <index name="folder" unique="false"> + <column ascending="true" name="folder"/> + </index> + <index name="hash" unique="false"> + <column ascending="true" name="hash"/> + </index> + <index name="is_dir" unique="false"> + <column ascending="true" name="is_dir"/> + </index> + <index name="is_photo" unique="false"> + <column ascending="true" name="is_photo"/> + </index> + <index name="os_storage" unique="false"> + <column ascending="true" name="os_storage"/> + </index> + <index name="revision" unique="false"> + <column ascending="true" name="revision"/> + </index> + <index name="uid" unique="false"> + <column ascending="true" name="uid"/> + </index> + </table> + <table name="auth_codes" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="false" defaultValue="" digits="0" id="0" name="id" nullable="false" remarks="" size="40" type="VARCHAR"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tokens"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="client_id" nullable="false" remarks="" size="20" type="VARCHAR"> + <parent column="client_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="clients"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="redirect_uri" nullable="false" remarks="" size="200" type="VARCHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="expires" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="scope" nullable="false" remarks="" size="250" type="VARCHAR"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + </table> + <table name="cache" numRows="334" remarks="" type="TABLE"> + <column autoUpdated="false" defaultValue="" digits="0" id="0" name="k" nullable="false" remarks="" size="255" type="CHAR"> + <child column="k" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="config"/> + <child column="k" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="pconfig"/> + <child column="k" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="profext"/> + <child column="k" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sys_perms"/> + <child column="k" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="xconfig"/> + </column> + <column autoUpdated="false" digits="0" id="1" name="v" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="2" name="updated" nullable="false" remarks="" size="19" type="DATETIME"/> + <primaryKey column="k" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="k"/> + </index> + </table> + <table name="channel" numRows="12" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="channel_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <child column="channel_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="likes"/> + <child column="channel_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="mail"/> + <child column="channel_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="profext"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="channel_account_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="channel_primary" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="channel_name" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="channel_address" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="5" name="channel_guid" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="6" name="channel_guid_sig" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="7" name="channel_hash" nullable="false" remarks="" size="255" type="CHAR"> + <child column="hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="attach"/> + <child column="event_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="event"/> + <child column="hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="groups"/> + <child column="hubloc_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="hubloc"/> + <child column="hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="notify"/> + <child column="outq_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="outq"/> + <child column="hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="profext"/> + <child column="hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="register"/> + <child column="parent_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="term"/> + <child column="term_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="term"/> + <child column="ud_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="updates"/> + <child column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + <child column="xprof_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xprof"/> + <child column="xtag_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xtag"/> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="UTC" digits="0" id="8" name="channel_timezone" nullable="false" remarks="" size="128" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="9" name="channel_location" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="10" name="channel_theme" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="11" name="channel_startpage" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="12" name="channel_pubkey" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" digits="0" id="13" name="channel_prvkey" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="65535" digits="0" id="14" name="channel_notifyflags" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="15" name="channel_pageflags" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="16" name="channel_dirdate" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="17" name="channel_lastpost" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="18" name="channel_deleted" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="10" digits="0" id="19" name="channel_max_anon_mail" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="10" digits="0" id="20" name="channel_max_friend_req" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="21" name="channel_expire_days" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="22" name="channel_passwd_reset" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="23" name="channel_default_group" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="24" name="channel_allow_cid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="25" name="channel_allow_gid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="26" name="channel_deny_cid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="27" name="channel_deny_gid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="28" name="channel_r_stream" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="29" name="channel_r_profile" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="30" name="channel_r_photos" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="31" name="channel_r_abook" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="32" name="channel_w_stream" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="33" name="channel_w_wall" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="34" name="channel_w_tagwall" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="35" name="channel_w_comment" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="36" name="channel_w_mail" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="37" name="channel_w_photos" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="38" name="channel_w_chat" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="39" name="channel_a_delegate" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="40" name="channel_r_storage" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="41" name="channel_w_storage" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="42" name="channel_r_pages" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="43" name="channel_w_pages" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="44" name="channel_a_republish" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="45" name="channel_w_like" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="46" name="channel_removed" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="47" name="channel_system" nullable="false" remarks="" size="0" type="BIT"/> + <primaryKey column="channel_id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="channel_id"/> + </index> + <index name="channel_a_delegate" unique="false"> + <column ascending="true" name="channel_a_delegate"/> + </index> + <index name="channel_a_republish" unique="false"> + <column ascending="true" name="channel_a_republish"/> + </index> + <index name="channel_account_id" unique="false"> + <column ascending="true" name="channel_account_id"/> + </index> + <index name="channel_address_unique" unique="true"> + <column ascending="true" name="channel_address"/> + </index> + <index name="channel_default_gid" unique="false"> + <column ascending="true" name="channel_default_group"/> + </index> + <index name="channel_deleted" unique="false"> + <column ascending="true" name="channel_deleted"/> + </index> + <index name="channel_dirdate" unique="false"> + <column ascending="true" name="channel_dirdate"/> + </index> + <index name="channel_expire_days" unique="false"> + <column ascending="true" name="channel_expire_days"/> + </index> + <index name="channel_guid" unique="false"> + <column ascending="true" name="channel_guid"/> + </index> + <index name="channel_hash" unique="false"> + <column ascending="true" name="channel_hash"/> + </index> + <index name="channel_lastpost" unique="false"> + <column ascending="true" name="channel_lastpost"/> + </index> + <index name="channel_location" unique="false"> + <column ascending="true" name="channel_location"/> + </index> + <index name="channel_max_anon_mail" unique="false"> + <column ascending="true" name="channel_max_anon_mail"/> + </index> + <index name="channel_max_friend_req" unique="false"> + <column ascending="true" name="channel_max_friend_req"/> + </index> + <index name="channel_name" unique="false"> + <column ascending="true" name="channel_name"/> + </index> + <index name="channel_notifyflags" unique="false"> + <column ascending="true" name="channel_notifyflags"/> + </index> + <index name="channel_pageflags" unique="false"> + <column ascending="true" name="channel_pageflags"/> + </index> + <index name="channel_primary" unique="false"> + <column ascending="true" name="channel_primary"/> + </index> + <index name="channel_r_abook" unique="false"> + <column ascending="true" name="channel_r_abook"/> + </index> + <index name="channel_r_pages" unique="false"> + <column ascending="true" name="channel_r_pages"/> + </index> + <index name="channel_r_photos" unique="false"> + <column ascending="true" name="channel_r_photos"/> + </index> + <index name="channel_r_profile" unique="false"> + <column ascending="true" name="channel_r_profile"/> + </index> + <index name="channel_r_storage" unique="false"> + <column ascending="true" name="channel_r_storage"/> + </index> + <index name="channel_r_stream" unique="false"> + <column ascending="true" name="channel_r_stream"/> + </index> + <index name="channel_removed" unique="false"> + <column ascending="true" name="channel_removed"/> + </index> + <index name="channel_system" unique="false"> + <column ascending="true" name="channel_system"/> + </index> + <index name="channel_theme" unique="false"> + <column ascending="true" name="channel_theme"/> + </index> + <index name="channel_timezone" unique="false"> + <column ascending="true" name="channel_timezone"/> + </index> + <index name="channel_w_chat" unique="false"> + <column ascending="true" name="channel_w_chat"/> + </index> + <index name="channel_w_comment" unique="false"> + <column ascending="true" name="channel_w_comment"/> + </index> + <index name="channel_w_like" unique="false"> + <column ascending="true" name="channel_w_like"/> + </index> + <index name="channel_w_mail" unique="false"> + <column ascending="true" name="channel_w_mail"/> + </index> + <index name="channel_w_pages" unique="false"> + <column ascending="true" name="channel_w_pages"/> + </index> + <index name="channel_w_photos" unique="false"> + <column ascending="true" name="channel_w_photos"/> + </index> + <index name="channel_w_storage" unique="false"> + <column ascending="true" name="channel_w_storage"/> + </index> + <index name="channel_w_stream" unique="false"> + <column ascending="true" name="channel_w_stream"/> + </index> + <index name="channel_w_tagwall" unique="false"> + <column ascending="true" name="channel_w_tagwall"/> + </index> + <index name="channel_w_wall" unique="false"> + <column ascending="true" name="channel_w_wall"/> + </index> + </table> + <table name="chat" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="chat_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="chat_room" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="chat_xchan" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" digits="0" id="3" name="chat_text" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="created" nullable="false" remarks="" size="19" type="DATETIME"/> + <primaryKey column="chat_id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="chat_id"/> + </index> + <index name="chat_room" unique="false"> + <column ascending="true" name="chat_room"/> + </index> + <index name="chat_xchan" unique="false"> + <column ascending="true" name="chat_xchan"/> + </index> + <index name="created" unique="false"> + <column ascending="true" name="created"/> + </index> + </table> + <table name="chatpresence" numRows="1" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="cp_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="cp_room" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="cp_xchan" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="3" name="cp_last" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="cp_status" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="5" name="cp_client" nullable="false" remarks="" size="128" type="CHAR"/> + <primaryKey column="cp_id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="cp_id"/> + </index> + <index name="cp_last" unique="false"> + <column ascending="true" name="cp_last"/> + </index> + <index name="cp_room" unique="false"> + <column ascending="true" name="cp_room"/> + </index> + <index name="cp_status" unique="false"> + <column ascending="true" name="cp_status"/> + </index> + <index name="cp_xchan" unique="false"> + <column ascending="true" name="cp_xchan"/> + </index> + </table> + <table name="chatroom" numRows="2" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="cr_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="cr_aid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="cr_uid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="cr_name" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="cr_created" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="5" name="cr_edited" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="cr_expire" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" digits="0" id="7" name="allow_cid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="8" name="allow_gid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="9" name="deny_cid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="10" name="deny_gid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <primaryKey column="cr_id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="cr_id"/> + </index> + <index name="cr_aid" unique="false"> + <column ascending="true" name="cr_aid"/> + </index> + <index name="cr_created" unique="false"> + <column ascending="true" name="cr_created"/> + </index> + <index name="cr_edited" unique="false"> + <column ascending="true" name="cr_edited"/> + </index> + <index name="cr_expire" unique="false"> + <column ascending="true" name="cr_expire"/> + </index> + <index name="cr_name" unique="false"> + <column ascending="true" name="cr_name"/> + </index> + <index name="cr_uid" unique="false"> + <column ascending="true" name="cr_uid"/> + </index> + </table> + <table name="clients" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="false" defaultValue="" digits="0" id="0" name="client_id" nullable="false" remarks="" size="20" type="VARCHAR"> + <child column="client_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="auth_codes"/> + <child column="client_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="tokens"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="pw" nullable="false" remarks="" size="20" type="VARCHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="redirect_uri" nullable="false" remarks="" size="200" type="VARCHAR"/> + <column autoUpdated="false" digits="0" id="3" name="name" nullable="true" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" digits="0" id="4" name="icon" nullable="true" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="uid" nullable="false" remarks="" size="10" type="INT"/> + <primaryKey column="client_id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="client_id"/> + </index> + </table> + <table name="config" numRows="83" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="verify"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="cat" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="k" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="k" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cache"/> + </column> + <column autoUpdated="false" digits="0" id="3" name="v" nullable="false" remarks="" size="65535" type="TEXT"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="access" unique="true"> + <column ascending="true" name="cat"/> + <column ascending="true" name="k"/> + </index> + </table> + <table name="conv" numRows="15" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="verify"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="guid" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="2" name="recips" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="uid" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="creator" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="5" name="created" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="6" name="updated" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" digits="0" id="7" name="subject" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="created" unique="false"> + <column ascending="true" name="created"/> + </index> + <index name="updated" unique="false"> + <column ascending="true" name="updated"/> + </index> + </table> + <table name="dreport" numRows="8579" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="dreport_id" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="dreport_channel" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="dreport_mid" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="dreport_site" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="dreport_recip" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="5" name="dreport_result" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="6" name="dreport_time" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="" digits="0" id="7" name="dreport_xchan" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="8" name="dreport_queue" nullable="false" remarks="" size="255" type="CHAR"/> + <primaryKey column="dreport_id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="dreport_id"/> + </index> + <index name="dreport_channel" unique="false"> + <column ascending="true" name="dreport_channel"/> + </index> + <index name="dreport_mid" unique="false"> + <column ascending="true" name="dreport_mid"/> + </index> + <index name="dreport_queue" unique="false"> + <column ascending="true" name="dreport_queue"/> + </index> + <index name="dreport_site" unique="false"> + <column ascending="true" name="dreport_site"/> + </index> + <index name="dreport_time" unique="false"> + <column ascending="true" name="dreport_time"/> + </index> + <index name="dreport_xchan" unique="false"> + <column ascending="true" name="dreport_xchan"/> + </index> + </table> + <table name="event" numRows="12" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="notify"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="aid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="uid" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="event_xchan" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="event_hash" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="hubloc_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="hubloc"/> + <parent column="channel_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="channel"/> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="5" name="created" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="6" name="edited" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="7" name="start" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="8" name="finish" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" digits="0" id="9" name="summary" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" digits="0" id="10" name="description" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" digits="0" id="11" name="location" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="12" name="type" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="13" name="nofinish" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="1" digits="0" id="14" name="adjust" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="15" name="ignore" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" digits="0" id="16" name="allow_cid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="17" name="allow_gid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="18" name="deny_cid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="19" name="deny_gid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="20" name="event_status" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="21" name="event_status_date" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="22" name="event_percent" nullable="false" remarks="" size="5" type="SMALLINT"/> + <column autoUpdated="false" digits="0" id="23" name="event_repeat" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="24" name="event_sequence" nullable="false" remarks="" size="5" type="SMALLINT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="25" name="event_priority" nullable="false" remarks="" size="5" type="SMALLINT"/> + <column autoUpdated="false" digits="0" id="26" name="event_vdata" nullable="false" remarks="" size="65535" type="TEXT"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="adjust" unique="false"> + <column ascending="true" name="adjust"/> + </index> + <index name="aid" unique="false"> + <column ascending="true" name="aid"/> + </index> + <index name="event_hash" unique="false"> + <column ascending="true" name="event_hash"/> + </index> + <index name="event_priority" unique="false"> + <column ascending="true" name="event_priority"/> + </index> + <index name="event_sequence" unique="false"> + <column ascending="true" name="event_sequence"/> + </index> + <index name="event_status" unique="false"> + <column ascending="true" name="event_status"/> + </index> + <index name="event_xchan" unique="false"> + <column ascending="true" name="event_xchan"/> + </index> + <index name="finish" unique="false"> + <column ascending="true" name="finish"/> + </index> + <index name="ignore" unique="false"> + <column ascending="true" name="ignore"/> + </index> + <index name="nofinish" unique="false"> + <column ascending="true" name="nofinish"/> + </index> + <index name="start" unique="false"> + <column ascending="true" name="start"/> + </index> + <index name="type" unique="false"> + <column ascending="true" name="type"/> + </index> + <index name="uid" unique="false"> + <column ascending="true" name="uid"/> + </index> + </table> + <table name="fcontact" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="verify"/> + </column> + <column autoUpdated="false" digits="0" id="1" name="url" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="2" name="name" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="3" name="photo" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="4" name="request" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="5" name="nick" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="6" name="addr" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="7" name="batch" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="8" name="notify" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="9" name="poll" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="10" name="confirm" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="11" name="priority" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" digits="0" id="12" name="network" nullable="false" remarks="" size="32" type="CHAR"/> + <column autoUpdated="false" digits="0" id="13" name="alias" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="14" name="pubkey" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="15" name="updated" nullable="false" remarks="" size="19" type="DATETIME"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="addr" unique="false"> + <column ascending="true" name="addr"/> + </index> + <index name="network" unique="false"> + <column ascending="true" name="network"/> + </index> + </table> + <table name="ffinder" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="verify"/> + </column> + <column autoUpdated="false" digits="0" id="1" name="uid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" digits="0" id="2" name="cid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" digits="0" id="3" name="fid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="cid" unique="false"> + <column ascending="true" name="cid"/> + </index> + <index name="fid" unique="false"> + <column ascending="true" name="fid"/> + </index> + <index name="uid" unique="false"> + <column ascending="true" name="uid"/> + </index> + </table> + <table name="fserver" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="notify"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="server" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="posturl" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="3" name="key" nullable="false" remarks="" size="65535" type="TEXT"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="posturl" unique="false"> + <column ascending="true" name="posturl"/> + </index> + <index name="server" unique="false"> + <column ascending="true" name="server"/> + </index> + </table> + <table name="fsuggest" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="notify"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="uid" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="cid" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="name" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="url" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="5" name="request" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="6" name="photo" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="7" name="note" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="8" name="created" nullable="false" remarks="" size="19" type="DATETIME"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + </table> + <table name="group_member" numRows="42" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="verify"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="uid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="gid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="xchan" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="gid" unique="false"> + <column ascending="true" name="gid"/> + </index> + <index name="uid" unique="false"> + <column ascending="true" name="uid"/> + </index> + <index name="xchan" unique="false"> + <column ascending="true" name="xchan"/> + </index> + </table> + <table name="groups" numRows="10" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="verify"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="hash" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="hubloc_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="hubloc"/> + <parent column="channel_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="channel"/> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="uid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="visible" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="deleted" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="5" name="name" nullable="false" remarks="" size="255" type="CHAR"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="deleted" unique="false"> + <column ascending="true" name="deleted"/> + </index> + <index name="hash" unique="false"> + <column ascending="true" name="hash"/> + </index> + <index name="uid" unique="false"> + <column ascending="true" name="uid"/> + </index> + <index name="visible" unique="false"> + <column ascending="true" name="visible"/> + </index> + </table> + <table name="hook" numRows="41" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="notify"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="hook" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="file" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="function" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="priority" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="hook" unique="false"> + <column ascending="true" name="hook"/> + </index> + </table> + <table name="hubloc" numRows="2658" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="hubloc_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="hubloc_guid" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="2" name="hubloc_guid_sig" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="hubloc_hash" nullable="false" remarks="" size="255" type="CHAR"> + <child column="hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="attach"/> + <child column="event_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="event"/> + <child column="hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="groups"/> + <child column="hubloc_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="hubloc"/> + <child column="hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="notify"/> + <child column="outq_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="outq"/> + <child column="hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="profext"/> + <child column="hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="register"/> + <child column="parent_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="term"/> + <child column="term_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="term"/> + <child column="ud_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="updates"/> + <child column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + <child column="xprof_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xprof"/> + <child column="xtag_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xtag"/> + <parent column="hubloc_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="hubloc"/> + <parent column="channel_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="channel"/> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="hubloc_addr" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="5" name="hubloc_network" nullable="false" remarks="" size="32" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="hubloc_flags" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="hubloc_status" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="8" name="hubloc_url" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="9" name="hubloc_url_sig" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="10" name="hubloc_host" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="11" name="hubloc_callback" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="12" name="hubloc_connect" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="13" name="hubloc_sitekey" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="14" name="hubloc_updated" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="15" name="hubloc_connected" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="16" name="hubloc_primary" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="17" name="hubloc_orphancheck" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="18" name="hubloc_error" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="19" name="hubloc_deleted" nullable="false" remarks="" size="0" type="BIT"/> + <primaryKey column="hubloc_id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="hubloc_id"/> + </index> + <index name="hubloc_addr" unique="false"> + <column ascending="true" name="hubloc_addr"/> + </index> + <index name="hubloc_connect" unique="false"> + <column ascending="true" name="hubloc_connect"/> + </index> + <index name="hubloc_connected" unique="false"> + <column ascending="true" name="hubloc_connected"/> + </index> + <index name="hubloc_deleted" unique="false"> + <column ascending="true" name="hubloc_deleted"/> + </index> + <index name="hubloc_error" unique="false"> + <column ascending="true" name="hubloc_error"/> + </index> + <index name="hubloc_flags" unique="false"> + <column ascending="true" name="hubloc_flags"/> + </index> + <index name="hubloc_guid" unique="false"> + <column ascending="true" name="hubloc_guid"/> + </index> + <index name="hubloc_host" unique="false"> + <column ascending="true" name="hubloc_host"/> + </index> + <index name="hubloc_network" unique="false"> + <column ascending="true" name="hubloc_network"/> + </index> + <index name="hubloc_orphancheck" unique="false"> + <column ascending="true" name="hubloc_orphancheck"/> + </index> + <index name="hubloc_primary" unique="false"> + <column ascending="true" name="hubloc_primary"/> + </index> + <index name="hubloc_status" unique="false"> + <column ascending="true" name="hubloc_status"/> + </index> + <index name="hubloc_updated" unique="false"> + <column ascending="true" name="hubloc_updated"/> + </index> + <index name="hubloc_url" unique="false"> + <column ascending="true" name="hubloc_url"/> + </index> + </table> + <table name="issue" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="issue_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="1" name="issue_created" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="2" name="issue_updated" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="issue_assigned" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="issue_priority" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="issue_status" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="6" name="issue_component" nullable="false" remarks="" size="255" type="CHAR"/> + <primaryKey column="issue_id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="issue_id"/> + </index> + <index name="issue_assigned" unique="false"> + <column ascending="true" name="issue_assigned"/> + </index> + <index name="issue_component" unique="false"> + <column ascending="true" name="issue_component"/> + </index> + <index name="issue_created" unique="false"> + <column ascending="true" name="issue_created"/> + </index> + <index name="issue_priority" unique="false"> + <column ascending="true" name="issue_priority"/> + </index> + <index name="issue_status" unique="false"> + <column ascending="true" name="issue_status"/> + </index> + <index name="issue_updated" unique="false"> + <column ascending="true" name="issue_updated"/> + </index> + </table> + <table name="item" numRows="37583" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="verify"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="mid" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="aid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="uid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="parent" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="5" name="parent_mid" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="6" name="thr_parent" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="7" name="created" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="8" name="edited" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="9" name="expires" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="10" name="commented" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="11" name="received" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="12" name="changed" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="13" name="comments_closed" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="" digits="0" id="14" name="owner_xchan" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="15" name="author_xchan" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="16" name="source_xchan" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="17" name="mimetype" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="18" name="title" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" digits="0" id="19" name="body" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="20" name="html" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="21" name="app" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="22" name="lang" nullable="false" remarks="" size="64" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="23" name="revision" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="24" name="verb" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="25" name="obj_type" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="26" name="object" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="27" name="tgt_type" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="28" name="target" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="29" name="layout_mid" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="30" name="postopts" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" digits="0" id="31" name="route" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="32" name="llink" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="33" name="plink" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="34" name="resource_id" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="35" name="resource_type" nullable="false" remarks="" size="16" type="CHAR"/> + <column autoUpdated="false" digits="0" id="36" name="attach" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="37" name="sig" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" digits="0" id="38" name="diaspora_meta" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="39" name="location" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="40" name="coord" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="41" name="public_policy" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="42" name="comment_policy" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="43" name="allow_cid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="44" name="allow_gid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="45" name="deny_cid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="46" name="deny_gid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="47" name="item_restrict" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="48" name="item_flags" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="49" name="item_private" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="50" name="item_origin" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="51" name="item_unseen" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="52" name="item_starred" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="53" name="item_uplink" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="54" name="item_consensus" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="55" name="item_wall" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="56" name="item_thread_top" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="57" name="item_notshown" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="58" name="item_nsfw" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="59" name="item_relay" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="60" name="item_mentionsme" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="61" name="item_nocomment" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="62" name="item_obscured" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="63" name="item_verified" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="64" name="item_retained" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="65" name="item_rss" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="66" name="item_deleted" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="67" name="item_type" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="68" name="item_hidden" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="69" name="item_unpublished" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="70" name="item_delayed" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="71" name="item_pending_remove" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="72" name="item_blocked" nullable="false" remarks="" size="0" type="BIT"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="aid" unique="false"> + <column ascending="true" name="aid"/> + </index> + <index name="allow_cid" unique="false"> + <column ascending="true" name="allow_cid"/> + </index> + <index name="allow_gid" unique="false"> + <column ascending="true" name="allow_gid"/> + </index> + <index name="author_xchan" unique="false"> + <column ascending="true" name="author_xchan"/> + </index> + <index name="body" unique="false"> + <column ascending="true" name="body"/> + </index> + <index name="changed" unique="false"> + <column ascending="true" name="changed"/> + </index> + <index name="comment_policy" unique="false"> + <column ascending="true" name="comment_policy"/> + </index> + <index name="commented" unique="false"> + <column ascending="true" name="commented"/> + </index> + <index name="comments_closed" unique="false"> + <column ascending="true" name="comments_closed"/> + </index> + <index name="created" unique="false"> + <column ascending="true" name="created"/> + </index> + <index name="deny_cid" unique="false"> + <column ascending="true" name="deny_cid"/> + </index> + <index name="deny_gid" unique="false"> + <column ascending="true" name="deny_gid"/> + </index> + <index name="edited" unique="false"> + <column ascending="true" name="edited"/> + </index> + <index name="expires" unique="false"> + <column ascending="true" name="expires"/> + </index> + <index name="item_blocked" unique="false"> + <column ascending="true" name="item_blocked"/> + </index> + <index name="item_consensus" unique="false"> + <column ascending="true" name="item_consensus"/> + </index> + <index name="item_delayed" unique="false"> + <column ascending="true" name="item_delayed"/> + </index> + <index name="item_deleted" unique="false"> + <column ascending="true" name="item_deleted"/> + </index> + <index name="item_flags" unique="false"> + <column ascending="true" name="item_flags"/> + </index> + <index name="item_hidden" unique="false"> + <column ascending="true" name="item_hidden"/> + </index> + <index name="item_mentionsme" unique="false"> + <column ascending="true" name="item_mentionsme"/> + </index> + <index name="item_nocomment" unique="false"> + <column ascending="true" name="item_nocomment"/> + </index> + <index name="item_notshown" unique="false"> + <column ascending="true" name="item_notshown"/> + </index> + <index name="item_nsfw" unique="false"> + <column ascending="true" name="item_nsfw"/> + </index> + <index name="item_obscured" unique="false"> + <column ascending="true" name="item_obscured"/> + </index> + <index name="item_origin" unique="false"> + <column ascending="true" name="item_origin"/> + </index> + <index name="item_pending_remove" unique="false"> + <column ascending="true" name="item_pending_remove"/> + </index> + <index name="item_private" unique="false"> + <column ascending="true" name="item_private"/> + </index> + <index name="item_relay" unique="false"> + <column ascending="true" name="item_relay"/> + </index> + <index name="item_restrict" unique="false"> + <column ascending="true" name="item_restrict"/> + </index> + <index name="item_retained" unique="false"> + <column ascending="true" name="item_retained"/> + </index> + <index name="item_rss" unique="false"> + <column ascending="true" name="item_rss"/> + </index> + <index name="item_starred" unique="false"> + <column ascending="true" name="item_starred"/> + </index> + <index name="item_thread_top" unique="false"> + <column ascending="true" name="item_thread_top"/> + </index> + <index name="item_type" unique="false"> + <column ascending="true" name="item_type"/> + </index> + <index name="item_unpublished" unique="false"> + <column ascending="true" name="item_unpublished"/> + </index> + <index name="item_unseen" unique="false"> + <column ascending="true" name="item_unseen"/> + </index> + <index name="item_uplink" unique="false"> + <column ascending="true" name="item_uplink"/> + </index> + <index name="item_verified" unique="false"> + <column ascending="true" name="item_verified"/> + </index> + <index name="item_wall" unique="false"> + <column ascending="true" name="item_wall"/> + </index> + <index name="layout_mid" unique="false"> + <column ascending="true" name="layout_mid"/> + </index> + <index name="llink" unique="false"> + <column ascending="true" name="llink"/> + </index> + <index name="mid" unique="false"> + <column ascending="true" name="mid"/> + </index> + <index name="mimetype" unique="false"> + <column ascending="true" name="mimetype"/> + </index> + <index name="owner_xchan" unique="false"> + <column ascending="true" name="owner_xchan"/> + </index> + <index name="parent" unique="false"> + <column ascending="true" name="parent"/> + </index> + <index name="parent_mid" unique="false"> + <column ascending="true" name="parent_mid"/> + </index> + <index name="public_policy" unique="false"> + <column ascending="true" name="public_policy"/> + </index> + <index name="received" unique="false"> + <column ascending="true" name="received"/> + </index> + <index name="resource_type" unique="false"> + <column ascending="true" name="resource_type"/> + </index> + <index name="revision" unique="false"> + <column ascending="true" name="revision"/> + </index> + <index name="title" unique="false"> + <column ascending="true" name="title"/> + </index> + <index name="uid" unique="false"> + <column ascending="true" name="uid"/> + </index> + <index name="uid_commented" unique="false"> + <column ascending="true" name="uid"/> + <column ascending="true" name="commented"/> + </index> + <index name="uid_created" unique="false"> + <column ascending="true" name="uid"/> + <column ascending="true" name="created"/> + </index> + <index name="uid_mid" unique="false"> + <column ascending="true" name="mid"/> + <column ascending="true" name="uid"/> + </index> + <index name="verb" unique="false"> + <column ascending="true" name="verb"/> + </index> + </table> + <table name="item_id" numRows="194" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="verify"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="iid" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="uid" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="sid" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="service" nullable="false" remarks="" size="255" type="CHAR"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="iid" unique="false"> + <column ascending="true" name="iid"/> + </index> + <index name="service" unique="false"> + <column ascending="true" name="service"/> + </index> + <index name="sid" unique="false"> + <column ascending="true" name="sid"/> + </index> + <index name="uid" unique="false"> + <column ascending="true" name="uid"/> + </index> + </table> + <table name="likes" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="verify"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="channel_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <parent column="channel_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="channel"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="liker" nullable="false" remarks="" size="128" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="likee" nullable="false" remarks="" size="128" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="iid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="5" name="verb" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="6" name="target_type" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="7" name="target_id" nullable="false" remarks="" size="128" type="CHAR"/> + <column autoUpdated="false" digits="0" id="8" name="target" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="9" name="i_mid" nullable="false" remarks="" size="255" type="CHAR"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="channel_id" unique="false"> + <column ascending="true" name="channel_id"/> + </index> + <index name="i_mid" unique="false"> + <column ascending="true" name="i_mid"/> + </index> + <index name="iid" unique="false"> + <column ascending="true" name="iid"/> + </index> + <index name="likee" unique="false"> + <column ascending="true" name="likee"/> + </index> + <index name="liker" unique="false"> + <column ascending="true" name="liker"/> + </index> + <index name="target_id" unique="false"> + <column ascending="true" name="target_id"/> + </index> + <index name="target_type" unique="false"> + <column ascending="true" name="target_type"/> + </index> + <index name="verb" unique="false"> + <column ascending="true" name="verb"/> + </index> + </table> + <table name="mail" numRows="39" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="verify"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="convid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="mail_flags" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="from_xchan" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="to_xchan" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="account_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <parent column="account_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="account"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="channel_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <parent column="channel_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="channel"/> + </column> + <column autoUpdated="false" digits="0" id="7" name="title" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" digits="0" id="8" name="body" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="9" name="sig" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" digits="0" id="10" name="attach" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="11" name="mid" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="12" name="parent_mid" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="13" name="mail_deleted" nullable="false" remarks="" size="3" type="TINYINT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="14" name="mail_replied" nullable="false" remarks="" size="3" type="TINYINT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="15" name="mail_isreply" nullable="false" remarks="" size="3" type="TINYINT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="16" name="mail_seen" nullable="false" remarks="" size="3" type="TINYINT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="17" name="mail_recalled" nullable="false" remarks="" size="3" type="TINYINT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="18" name="mail_obscured" nullable="false" remarks="" size="5" type="SMALLINT"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="19" name="created" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="20" name="expires" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="" digits="0" id="21" name="conv_guid" nullable="false" remarks="" size="255" type="CHAR"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="account_id" unique="false"> + <column ascending="true" name="account_id"/> + </index> + <index name="channel_id" unique="false"> + <column ascending="true" name="channel_id"/> + </index> + <index name="conv_guid" unique="false"> + <column ascending="true" name="conv_guid"/> + </index> + <index name="convid" unique="false"> + <column ascending="true" name="convid"/> + </index> + <index name="created" unique="false"> + <column ascending="true" name="created"/> + </index> + <index name="expires" unique="false"> + <column ascending="true" name="expires"/> + </index> + <index name="from_xchan" unique="false"> + <column ascending="true" name="from_xchan"/> + </index> + <index name="mail_deleted" unique="false"> + <column ascending="true" name="mail_deleted"/> + </index> + <index name="mail_flags" unique="false"> + <column ascending="true" name="mail_flags"/> + </index> + <index name="mail_isreply" unique="false"> + <column ascending="true" name="mail_isreply"/> + </index> + <index name="mail_obscured" unique="false"> + <column ascending="true" name="mail_obscured"/> + </index> + <index name="mail_recalled" unique="false"> + <column ascending="true" name="mail_recalled"/> + </index> + <index name="mail_replied" unique="false"> + <column ascending="true" name="mail_replied"/> + </index> + <index name="mail_seen" unique="false"> + <column ascending="true" name="mail_seen"/> + </index> + <index name="mid" unique="false"> + <column ascending="true" name="mid"/> + </index> + <index name="parent_mid" unique="false"> + <column ascending="true" name="parent_mid"/> + </index> + <index name="to_xchan" unique="false"> + <column ascending="true" name="to_xchan"/> + </index> + </table> + <table name="manage" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="notify"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="uid" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="xchan" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="uid" unique="false"> + <column ascending="true" name="uid"/> + </index> + <index name="xchan" unique="false"> + <column ascending="true" name="xchan"/> + </index> + </table> + <table name="menu" numRows="6" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="menu_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="menu_channel_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="menu_name" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="menu_desc" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="menu_flags" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="5" name="menu_created" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="6" name="menu_edited" nullable="false" remarks="" size="19" type="DATETIME"/> + <primaryKey column="menu_id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="menu_id"/> + </index> + <index name="menu_channel_id" unique="false"> + <column ascending="true" name="menu_channel_id"/> + </index> + <index name="menu_created" unique="false"> + <column ascending="true" name="menu_created"/> + </index> + <index name="menu_edited" unique="false"> + <column ascending="true" name="menu_edited"/> + </index> + <index name="menu_flags" unique="false"> + <column ascending="true" name="menu_flags"/> + </index> + <index name="menu_name" unique="false"> + <column ascending="true" name="menu_name"/> + </index> + </table> + <table name="menu_item" numRows="15" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="mitem_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="mitem_link" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="mitem_desc" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="mitem_flags" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" digits="0" id="4" name="allow_cid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="5" name="allow_gid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="6" name="deny_cid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="7" name="deny_gid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="mitem_channel_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="9" name="mitem_menu_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="10" name="mitem_order" nullable="false" remarks="" size="10" type="INT"/> + <primaryKey column="mitem_id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="mitem_id"/> + </index> + <index name="mitem_channel_id" unique="false"> + <column ascending="true" name="mitem_channel_id"/> + </index> + <index name="mitem_flags" unique="false"> + <column ascending="true" name="mitem_flags"/> + </index> + <index name="mitem_menu_id" unique="false"> + <column ascending="true" name="mitem_menu_id"/> + </index> + </table> + <table name="notify" numRows="528" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="addon"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="app"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="event"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fserver"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fsuggest"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="hook"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="manage"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="pconfig"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="profile"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="spam"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="hash" nullable="false" remarks="" size="64" type="CHAR"> + <parent column="hubloc_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="hubloc"/> + <parent column="channel_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="channel"/> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="name" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="url" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="photo" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="5" name="date" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" digits="0" id="6" name="msg" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="aid" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="8" name="uid" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="9" name="link" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="10" name="parent" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="11" name="seen" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="12" name="type" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="13" name="verb" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="14" name="otype" nullable="false" remarks="" size="16" type="CHAR"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="aid" unique="false"> + <column ascending="true" name="aid"/> + </index> + <index name="date" unique="false"> + <column ascending="true" name="date"/> + </index> + <index name="hash" unique="false"> + <column ascending="true" name="hash"/> + </index> + <index name="link" unique="false"> + <column ascending="true" name="link"/> + </index> + <index name="otype" unique="false"> + <column ascending="true" name="otype"/> + </index> + <index name="parent" unique="false"> + <column ascending="true" name="parent"/> + </index> + <index name="seen" unique="false"> + <column ascending="true" name="seen"/> + </index> + <index name="type" unique="false"> + <column ascending="true" name="type"/> + </index> + <index name="uid" unique="false"> + <column ascending="true" name="uid"/> + </index> + </table> + <table name="obj" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="obj_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="obj_page" nullable="false" remarks="" size="64" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="obj_verb" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="obj_type" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="obj_obj" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="obj_channel" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" digits="0" id="6" name="allow_cid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="7" name="allow_gid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="8" name="deny_cid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="9" name="deny_gid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="10" name="obj_term" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="11" name="obj_url" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="12" name="obj_imgurl" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="13" name="obj_created" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="14" name="obj_edited" nullable="false" remarks="" size="19" type="DATETIME"/> + <primaryKey column="obj_id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="obj_id"/> + </index> + <index name="obj_channel" unique="false"> + <column ascending="true" name="obj_channel"/> + </index> + <index name="obj_created" unique="false"> + <column ascending="true" name="obj_created"/> + </index> + <index name="obj_edited" unique="false"> + <column ascending="true" name="obj_edited"/> + </index> + <index name="obj_imgurl" unique="false"> + <column ascending="true" name="obj_imgurl"/> + </index> + <index name="obj_obj" unique="false"> + <column ascending="true" name="obj_obj"/> + </index> + <index name="obj_page" unique="false"> + <column ascending="true" name="obj_page"/> + </index> + <index name="obj_term" unique="false"> + <column ascending="true" name="obj_term"/> + </index> + <index name="obj_type" unique="false"> + <column ascending="true" name="obj_type"/> + </index> + <index name="obj_url" unique="false"> + <column ascending="true" name="obj_url"/> + </index> + <index name="obj_verb" unique="false"> + <column ascending="true" name="obj_verb"/> + </index> + </table> + <table name="outq" numRows="660" remarks="" type="TABLE"> + <column autoUpdated="false" digits="0" id="0" name="outq_hash" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="hubloc_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="hubloc"/> + <parent column="channel_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="channel"/> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="outq_account" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="outq_channel" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="outq_driver" nullable="false" remarks="" size="32" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="outq_posturl" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="outq_async" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="outq_delivered" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="7" name="outq_created" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="8" name="outq_updated" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" digits="0" id="9" name="outq_notify" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="10" name="outq_msg" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="11" name="outq_priority" nullable="false" remarks="" size="5" type="SMALLINT"/> + <primaryKey column="outq_hash" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="outq_hash"/> + </index> + <index name="outq_account" unique="false"> + <column ascending="true" name="outq_account"/> + </index> + <index name="outq_async" unique="false"> + <column ascending="true" name="outq_async"/> + </index> + <index name="outq_channel" unique="false"> + <column ascending="true" name="outq_channel"/> + </index> + <index name="outq_created" unique="false"> + <column ascending="true" name="outq_created"/> + </index> + <index name="outq_delivered" unique="false"> + <column ascending="true" name="outq_delivered"/> + </index> + <index name="outq_hub" unique="false"> + <column ascending="true" name="outq_posturl"/> + </index> + <index name="outq_priority" unique="false"> + <column ascending="true" name="outq_priority"/> + </index> + <index name="outq_updated" unique="false"> + <column ascending="true" name="outq_updated"/> + </index> + </table> + <table name="pconfig" numRows="719" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="notify"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="uid" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="cat" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="k" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="k" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cache"/> + </column> + <column autoUpdated="false" digits="0" id="4" name="v" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="access" unique="true"> + <column ascending="true" name="uid"/> + <column ascending="true" name="cat"/> + <column ascending="true" name="k"/> + </index> + </table> + <table name="photo" numRows="5888" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="verify"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="aid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="uid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="xchan" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="resource_id" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="5" name="created" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="6" name="edited" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="" digits="0" id="7" name="title" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="8" name="description" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="9" name="album" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="10" name="filename" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="image/jpeg" digits="0" id="11" name="type" nullable="false" remarks="" size="128" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="12" name="height" nullable="false" remarks="" size="5" type="SMALLINT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="13" name="width" nullable="false" remarks="" size="5" type="SMALLINT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="14" name="size" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" digits="0" id="15" name="data" nullable="false" remarks="" size="16777215" type="MEDIUMBLOB"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="16" name="scale" nullable="false" remarks="" size="3" type="TINYINT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="17" name="photo_usage" nullable="false" remarks="" size="5" type="SMALLINT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="18" name="profile" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="19" name="is_nsfw" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="20" name="os_storage" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" digits="0" id="21" name="os_path" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="22" name="display_path" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="23" name="photo_flags" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" digits="0" id="24" name="allow_cid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="25" name="allow_gid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="26" name="deny_cid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="27" name="deny_gid" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="aid" unique="false"> + <column ascending="true" name="aid"/> + </index> + <index name="album" unique="false"> + <column ascending="true" name="album"/> + </index> + <index name="is_nsfw" unique="false"> + <column ascending="true" name="is_nsfw"/> + </index> + <index name="os_storage" unique="false"> + <column ascending="true" name="os_storage"/> + </index> + <index name="photo_flags" unique="false"> + <column ascending="true" name="photo_flags"/> + </index> + <index name="photo_usage" unique="false"> + <column ascending="true" name="photo_usage"/> + </index> + <index name="profile" unique="false"> + <column ascending="true" name="profile"/> + </index> + <index name="resource_id" unique="false"> + <column ascending="true" name="resource_id"/> + </index> + <index name="scale" unique="false"> + <column ascending="true" name="scale"/> + </index> + <index name="size" unique="false"> + <column ascending="true" name="size"/> + </index> + <index name="type" unique="false"> + <column ascending="true" name="type"/> + </index> + <index name="uid" unique="false"> + <column ascending="true" name="uid"/> + </index> + <index name="xchan" unique="false"> + <column ascending="true" name="xchan"/> + </index> + </table> + <table name="poll" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="poll_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="poll_channel" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" digits="0" id="2" name="poll_desc" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="poll_flags" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="poll_votes" nullable="false" remarks="" size="10" type="INT"/> + <primaryKey column="poll_id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="poll_id"/> + </index> + <index name="poll_channel" unique="false"> + <column ascending="true" name="poll_channel"/> + </index> + <index name="poll_flags" unique="false"> + <column ascending="true" name="poll_flags"/> + </index> + <index name="poll_votes" unique="false"> + <column ascending="true" name="poll_votes"/> + </index> + </table> + <table name="poll_elm" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="pelm_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="pelm_poll" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" digits="0" id="2" name="pelm_desc" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="pelm_flags" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="pelm_result" nullable="false" remarks="" size="12" type="FLOAT"/> + <primaryKey column="pelm_id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="pelm_id"/> + </index> + <index name="pelm_poll" unique="false"> + <column ascending="true" name="pelm_poll"/> + </index> + <index name="pelm_result" unique="false"> + <column ascending="true" name="pelm_result"/> + </index> + </table> + <table name="profdef" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="verify"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="field_name" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="field_type" nullable="false" remarks="" size="16" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="field_desc" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="field_help" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="5" name="field_inputs" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="field_name" unique="false"> + <column ascending="true" name="field_name"/> + </index> + </table> + <table name="profext" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="verify"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="channel_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <parent column="channel_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="channel"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="hash" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="hubloc_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="hubloc"/> + <parent column="channel_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="channel"/> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="k" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="k" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cache"/> + </column> + <column autoUpdated="false" digits="0" id="4" name="v" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="channel_id" unique="false"> + <column ascending="true" name="channel_id"/> + </index> + <index name="hash" unique="false"> + <column ascending="true" name="hash"/> + </index> + <index name="k" unique="false"> + <column ascending="true" name="k"/> + </index> + </table> + <table name="profile" numRows="11" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="notify"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="profile_guid" nullable="false" remarks="" size="64" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="aid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="uid" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="profile_name" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="is_default" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="hide_friends" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="7" name="name" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="8" name="pdesc" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="9" name="chandesc" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="0000-00-00" digits="0" id="10" name="dob" nullable="false" remarks="" size="32" type="CHAR"/> + <column autoUpdated="false" defaultValue="UTC" digits="0" id="11" name="dob_tz" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="12" name="address" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="13" name="locality" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="14" name="region" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="15" name="postal_code" nullable="false" remarks="" size="32" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="16" name="country_name" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="17" name="hometown" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="18" name="gender" nullable="false" remarks="" size="32" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="19" name="marital" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="20" name="with" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="21" name="howlong" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="" digits="0" id="22" name="sexual" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="23" name="politic" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="24" name="religion" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="25" name="keywords" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" digits="0" id="26" name="likes" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" digits="0" id="27" name="dislikes" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" digits="0" id="28" name="about" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="29" name="summary" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="30" name="music" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" digits="0" id="31" name="book" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" digits="0" id="32" name="tv" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" digits="0" id="33" name="film" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" digits="0" id="34" name="interest" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" digits="0" id="35" name="romance" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" digits="0" id="36" name="work" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" digits="0" id="37" name="education" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" digits="0" id="38" name="contact" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" digits="0" id="39" name="channels" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="40" name="homepage" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="41" name="photo" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="42" name="thumb" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="43" name="publish" nullable="false" remarks="" size="0" type="BIT"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="aid" unique="false"> + <column ascending="true" name="aid"/> + </index> + <index name="country_name" unique="false"> + <column ascending="true" name="country_name"/> + </index> + <index name="gender" unique="false"> + <column ascending="true" name="gender"/> + </index> + <index name="guid" unique="true"> + <column ascending="true" name="profile_guid"/> + <column ascending="true" name="uid"/> + </index> + <index name="hide_friends" unique="false"> + <column ascending="true" name="hide_friends"/> + </index> + <index name="hometown" unique="false"> + <column ascending="true" name="hometown"/> + </index> + <index name="is_default" unique="false"> + <column ascending="true" name="is_default"/> + </index> + <index name="locality" unique="false"> + <column ascending="true" name="locality"/> + </index> + <index name="marital" unique="false"> + <column ascending="true" name="marital"/> + </index> + <index name="postal_code" unique="false"> + <column ascending="true" name="postal_code"/> + </index> + <index name="profile_guid" unique="false"> + <column ascending="true" name="profile_guid"/> + </index> + <index name="publish" unique="false"> + <column ascending="true" name="publish"/> + </index> + <index name="sexual" unique="false"> + <column ascending="true" name="sexual"/> + </index> + <index name="uid" unique="false"> + <column ascending="true" name="uid"/> + </index> + </table> + <table name="profile_check" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="verify"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="uid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="cid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="dfrn_id" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="sec" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="expire" nullable="false" remarks="" size="10" type="INT"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="cid" unique="false"> + <column ascending="true" name="cid"/> + </index> + <index name="dfrn_id" unique="false"> + <column ascending="true" name="dfrn_id"/> + </index> + <index name="expire" unique="false"> + <column ascending="true" name="expire"/> + </index> + <index name="sec" unique="false"> + <column ascending="true" name="sec"/> + </index> + <index name="uid" unique="false"> + <column ascending="true" name="uid"/> + </index> + </table> + <table name="register" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="verify"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="hash" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="hubloc_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="hubloc"/> + <parent column="channel_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="channel"/> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="2" name="created" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="uid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="password" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="5" name="language" nullable="false" remarks="" size="16" type="CHAR"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="created" unique="false"> + <column ascending="true" name="created"/> + </index> + <index name="hash" unique="false"> + <column ascending="true" name="hash"/> + </index> + <index name="uid" unique="false"> + <column ascending="true" name="uid"/> + </index> + </table> + <table name="session" numRows="71" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="sid" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="2" name="data" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="expire" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="expire" unique="false"> + <column ascending="true" name="expire"/> + </index> + <index name="sid" unique="false"> + <column ascending="true" name="sid"/> + </index> + </table> + <table name="shares" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="share_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="share_type" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="share_target" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="share_xchan" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <primaryKey column="share_id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="share_id"/> + </index> + <index name="share_target" unique="false"> + <column ascending="true" name="share_target"/> + </index> + <index name="share_type" unique="false"> + <column ascending="true" name="share_type"/> + </index> + <index name="share_xchan" unique="false"> + <column ascending="true" name="share_xchan"/> + </index> + </table> + <table name="sign" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="verify"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="iid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="retract_iid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" digits="0" id="3" name="signed_text" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" digits="0" id="4" name="signature" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="5" name="signer" nullable="false" remarks="" size="255" type="CHAR"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="iid" unique="false"> + <column ascending="true" name="iid"/> + </index> + <index name="retract_iid" unique="false"> + <column ascending="true" name="retract_iid"/> + </index> + </table> + <table name="site" numRows="224" remarks="" type="TABLE"> + <column autoUpdated="false" digits="0" id="0" name="site_url" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="site_access" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="site_flags" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="3" name="site_update" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="site_pull" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="5" name="site_sync" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="" digits="0" id="6" name="site_directory" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="7" name="site_register" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="8" name="site_sellpage" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="9" name="site_location" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="10" name="site_realm" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="11" name="site_valid" nullable="false" remarks="" size="5" type="SMALLINT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="12" name="site_dead" nullable="false" remarks="" size="5" type="SMALLINT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="13" name="site_type" nullable="false" remarks="" size="5" type="SMALLINT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="14" name="site_project" nullable="false" remarks="" size="255" type="CHAR"/> + <primaryKey column="site_url" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="site_url"/> + </index> + <index name="site_access" unique="false"> + <column ascending="true" name="site_access"/> + </index> + <index name="site_dead" unique="false"> + <column ascending="true" name="site_dead"/> + </index> + <index name="site_directory" unique="false"> + <column ascending="true" name="site_directory"/> + </index> + <index name="site_flags" unique="false"> + <column ascending="true" name="site_flags"/> + </index> + <index name="site_project" unique="false"> + <column ascending="true" name="site_project"/> + </index> + <index name="site_pull" unique="false"> + <column ascending="true" name="site_pull"/> + </index> + <index name="site_realm" unique="false"> + <column ascending="true" name="site_realm"/> + </index> + <index name="site_register" unique="false"> + <column ascending="true" name="site_register"/> + </index> + <index name="site_sellpage" unique="false"> + <column ascending="true" name="site_sellpage"/> + </index> + <index name="site_type" unique="false"> + <column ascending="true" name="site_type"/> + </index> + <index name="site_update" unique="false"> + <column ascending="true" name="site_update"/> + </index> + <index name="site_valid" unique="false"> + <column ascending="true" name="site_valid"/> + </index> + </table> + <table name="source" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="src_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="src_channel_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="src_channel_xchan" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="src_xchan" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" digits="0" id="4" name="src_patt" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <primaryKey column="src_id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="src_id"/> + </index> + <index name="src_channel_id" unique="false"> + <column ascending="true" name="src_channel_id"/> + </index> + <index name="src_channel_xchan" unique="false"> + <column ascending="true" name="src_channel_xchan"/> + </index> + <index name="src_xchan" unique="false"> + <column ascending="true" name="src_xchan"/> + </index> + </table> + <table name="spam" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="notify"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="uid" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="spam" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="ham" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="term" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="5" name="date" nullable="false" remarks="" size="19" type="DATETIME"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="ham" unique="false"> + <column ascending="true" name="ham"/> + </index> + <index name="spam" unique="false"> + <column ascending="true" name="spam"/> + </index> + <index name="term" unique="false"> + <column ascending="true" name="term"/> + </index> + <index name="uid" unique="false"> + <column ascending="true" name="uid"/> + </index> + </table> + <table name="sys_perms" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="verify"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="cat" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="k" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="k" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cache"/> + </column> + <column autoUpdated="false" digits="0" id="3" name="v" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="public_perm" nullable="false" remarks="" size="0" type="BIT"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + </table> + <table name="term" numRows="8980" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="tid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="aid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="uid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="oid" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="4" name="otype" nullable="false" remarks="" size="3" type="TINYINT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="type" nullable="false" remarks="" size="3" type="TINYINT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="6" name="term" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="7" name="url" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="8" name="imgurl" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="9" name="term_hash" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="hubloc_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="hubloc"/> + <parent column="channel_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="channel"/> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="10" name="parent_hash" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="hubloc_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="hubloc"/> + <parent column="channel_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="channel"/> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <primaryKey column="tid" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="tid"/> + </index> + <index name="aid" unique="false"> + <column ascending="true" name="aid"/> + </index> + <index name="imgurl" unique="false"> + <column ascending="true" name="imgurl"/> + </index> + <index name="oid" unique="false"> + <column ascending="true" name="oid"/> + </index> + <index name="otype" unique="false"> + <column ascending="true" name="otype"/> + </index> + <index name="parent_hash" unique="false"> + <column ascending="true" name="parent_hash"/> + </index> + <index name="term" unique="false"> + <column ascending="true" name="term"/> + </index> + <index name="term_hash" unique="false"> + <column ascending="true" name="term_hash"/> + </index> + <index name="type" unique="false"> + <column ascending="true" name="type"/> + </index> + <index name="uid" unique="false"> + <column ascending="true" name="uid"/> + </index> + </table> + <table name="tokens" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="false" defaultValue="" digits="0" id="0" name="id" nullable="false" remarks="" size="40" type="VARCHAR"> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="auth_codes"/> + </column> + <column autoUpdated="false" digits="0" id="1" name="secret" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="client_id" nullable="false" remarks="" size="20" type="VARCHAR"> + <parent column="client_id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="clients"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="expires" nullable="false" remarks="" size="20" type="BIGINT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="scope" nullable="false" remarks="" size="200" type="VARCHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="uid" nullable="false" remarks="" size="10" type="INT"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="client_id" unique="false"> + <column ascending="true" name="client_id"/> + </index> + <index name="expires" unique="false"> + <column ascending="true" name="expires"/> + </index> + <index name="uid" unique="false"> + <column ascending="true" name="uid"/> + </index> + </table> + <table name="updates" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="ud_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="ud_hash" nullable="false" remarks="" size="128" type="CHAR"> + <parent column="hubloc_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="hubloc"/> + <parent column="channel_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="channel"/> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="ud_guid" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="3" name="ud_date" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="ud_last" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="5" name="ud_flags" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="6" name="ud_addr" nullable="false" remarks="" size="255" type="CHAR"/> + <primaryKey column="ud_id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="ud_id"/> + </index> + <index name="ud_addr" unique="false"> + <column ascending="true" name="ud_addr"/> + </index> + <index name="ud_date" unique="false"> + <column ascending="true" name="ud_date"/> + </index> + <index name="ud_flags" unique="false"> + <column ascending="true" name="ud_flags"/> + </index> + <index name="ud_guid" unique="false"> + <column ascending="true" name="ud_guid"/> + </index> + <index name="ud_hash" unique="false"> + <column ascending="true" name="ud_hash"/> + </index> + <index name="ud_last" unique="false"> + <column ascending="true" name="ud_last"/> + </index> + </table> + <table name="verify" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="attach"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="config"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="conv"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="fcontact"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="ffinder"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="group_member"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="groups"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="item"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="item_id"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="likes"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="mail"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="photo"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="profdef"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="profext"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="profile_check"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="register"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sign"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="sys_perms"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="xconfig"/> + <child column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="xign"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="channel" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="type" nullable="false" remarks="" size="32" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="token" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="meta" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="5" name="created" nullable="false" remarks="" size="19" type="DATETIME"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="channel" unique="false"> + <column ascending="true" name="channel"/> + </index> + <index name="created" unique="false"> + <column ascending="true" name="created"/> + </index> + <index name="meta" unique="false"> + <column ascending="true" name="meta"/> + </index> + <index name="token" unique="false"> + <column ascending="true" name="token"/> + </index> + <index name="type" unique="false"> + <column ascending="true" name="type"/> + </index> + </table> + <table name="vote" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="vote_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="vote_poll" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="vote_element" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" digits="0" id="3" name="vote_result" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="vote_xchan" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <primaryKey column="vote_id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="vote_id"/> + </index> + <index name="vote_element" unique="false"> + <column ascending="true" name="vote_element"/> + </index> + <index name="vote_poll" unique="false"> + <column ascending="true" name="vote_poll"/> + </index> + <index name="vote_vote" unique="true"> + <column ascending="true" name="vote_poll"/> + <column ascending="true" name="vote_element"/> + <column ascending="true" name="vote_xchan"/> + </index> + </table> + <table name="xchan" numRows="2301" remarks="" type="TABLE"> + <column autoUpdated="false" digits="0" id="0" name="xchan_hash" nullable="false" remarks="" size="255" type="CHAR"> + <child column="abook_xchan" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="abook"/> + <child column="hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="attach"/> + <child column="channel_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="channel"/> + <child column="chat_xchan" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="chat"/> + <child column="cp_xchan" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="chatpresence"/> + <child column="dreport_xchan" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="dreport"/> + <child column="event_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="event"/> + <child column="event_xchan" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="event"/> + <child column="xchan" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="group_member"/> + <child column="hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="groups"/> + <child column="hubloc_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="hubloc"/> + <child column="author_xchan" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="item"/> + <child column="owner_xchan" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="item"/> + <child column="source_xchan" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="item"/> + <child column="from_xchan" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="mail"/> + <child column="to_xchan" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="mail"/> + <child column="xchan" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="manage"/> + <child column="hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="notify"/> + <child column="outq_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="outq"/> + <child column="xchan" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="photo"/> + <child column="hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="profext"/> + <child column="hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="register"/> + <child column="share_xchan" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="shares"/> + <child column="src_channel_xchan" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="source"/> + <child column="src_xchan" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="source"/> + <child column="parent_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="term"/> + <child column="term_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="term"/> + <child column="ud_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="updates"/> + <child column="vote_xchan" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="vote"/> + <child column="xchat_xchan" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchat"/> + <child column="xchan" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xconfig"/> + <child column="xchan" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xign"/> + <child column="xlink_xchan" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xlink"/> + <child column="xprof_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xprof"/> + <child column="xtag_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xtag"/> + <parent column="hubloc_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="hubloc"/> + <parent column="channel_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="channel"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="xchan_guid" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="2" name="xchan_guid_sig" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" digits="0" id="3" name="xchan_pubkey" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="image/jpeg" digits="0" id="4" name="xchan_photo_mimetype" nullable="false" remarks="" size="32" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="5" name="xchan_photo_l" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="6" name="xchan_photo_m" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="7" name="xchan_photo_s" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="8" name="xchan_addr" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="9" name="xchan_url" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="10" name="xchan_connurl" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="11" name="xchan_follow" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="12" name="xchan_connpage" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="13" name="xchan_name" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="14" name="xchan_network" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="15" name="xchan_instance_url" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="16" name="xchan_flags" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="17" name="xchan_photo_date" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="18" name="xchan_name_date" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="19" name="xchan_hidden" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="20" name="xchan_orphan" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="21" name="xchan_censored" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="22" name="xchan_selfcensored" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="23" name="xchan_system" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="24" name="xchan_pubforum" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="25" name="xchan_deleted" nullable="false" remarks="" size="0" type="BIT"/> + <primaryKey column="xchan_hash" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="xchan_hash"/> + </index> + <index name="xchan_addr" unique="false"> + <column ascending="true" name="xchan_addr"/> + </index> + <index name="xchan_censored" unique="false"> + <column ascending="true" name="xchan_censored"/> + </index> + <index name="xchan_connurl" unique="false"> + <column ascending="true" name="xchan_connurl"/> + </index> + <index name="xchan_deleted" unique="false"> + <column ascending="true" name="xchan_deleted"/> + </index> + <index name="xchan_flags" unique="false"> + <column ascending="true" name="xchan_flags"/> + </index> + <index name="xchan_follow" unique="false"> + <column ascending="true" name="xchan_follow"/> + </index> + <index name="xchan_guid" unique="false"> + <column ascending="true" name="xchan_guid"/> + </index> + <index name="xchan_hidden" unique="false"> + <column ascending="true" name="xchan_hidden"/> + </index> + <index name="xchan_instance_url" unique="false"> + <column ascending="true" name="xchan_instance_url"/> + </index> + <index name="xchan_name" unique="false"> + <column ascending="true" name="xchan_name"/> + </index> + <index name="xchan_network" unique="false"> + <column ascending="true" name="xchan_network"/> + </index> + <index name="xchan_orphan" unique="false"> + <column ascending="true" name="xchan_orphan"/> + </index> + <index name="xchan_pubforum" unique="false"> + <column ascending="true" name="xchan_pubforum"/> + </index> + <index name="xchan_selfcensored" unique="false"> + <column ascending="true" name="xchan_selfcensored"/> + </index> + <index name="xchan_system" unique="false"> + <column ascending="true" name="xchan_system"/> + </index> + <index name="xchan_url" unique="false"> + <column ascending="true" name="xchan_url"/> + </index> + </table> + <table name="xchat" numRows="9" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="xchat_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="xchat_url" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="xchat_desc" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="xchat_xchan" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="4" name="xchat_edited" nullable="false" remarks="" size="19" type="DATETIME"/> + <primaryKey column="xchat_id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="xchat_id"/> + </index> + <index name="xchat_desc" unique="false"> + <column ascending="true" name="xchat_desc"/> + </index> + <index name="xchat_edited" unique="false"> + <column ascending="true" name="xchat_edited"/> + </index> + <index name="xchat_url" unique="false"> + <column ascending="true" name="xchat_url"/> + </index> + <index name="xchat_xchan" unique="false"> + <column ascending="true" name="xchat_xchan"/> + </index> + </table> + <table name="xconfig" numRows="8" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="verify"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="xchan" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="cat" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="k" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="k" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="cache"/> + </column> + <column autoUpdated="false" digits="0" id="4" name="v" nullable="false" remarks="" size="16777215" type="MEDIUMTEXT"/> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="cat" unique="false"> + <column ascending="true" name="cat"/> + </index> + <index name="k" unique="false"> + <column ascending="true" name="k"/> + </index> + <index name="xchan" unique="false"> + <column ascending="true" name="xchan"/> + </index> + </table> + <table name="xign" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="id" nullable="false" remarks="" size="10" type="INT UNSIGNED"> + <parent column="id" foreignKey="Implied Constraint" implied="true" onDeleteCascade="false" table="verify"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="uid" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="xchan" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <primaryKey column="id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="id"/> + </index> + <index name="uid" unique="false"> + <column ascending="true" name="uid"/> + </index> + <index name="xchan" unique="false"> + <column ascending="true" name="xchan"/> + </index> + </table> + <table name="xlink" numRows="4105" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="xlink_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="xlink_xchan" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="xlink_link" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="xlink_rating" nullable="false" remarks="" size="10" type="INT"/> + <column autoUpdated="false" digits="0" id="4" name="xlink_rating_text" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="0000-00-00 00:00:00" digits="0" id="5" name="xlink_updated" nullable="false" remarks="" size="19" type="DATETIME"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="6" name="xlink_static" nullable="false" remarks="" size="0" type="BIT"/> + <column autoUpdated="false" digits="0" id="7" name="xlink_sig" nullable="false" remarks="" size="65535" type="TEXT"/> + <primaryKey column="xlink_id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="xlink_id"/> + </index> + <index name="xlink_link" unique="false"> + <column ascending="true" name="xlink_link"/> + </index> + <index name="xlink_rating" unique="false"> + <column ascending="true" name="xlink_rating"/> + </index> + <index name="xlink_static" unique="false"> + <column ascending="true" name="xlink_static"/> + </index> + <index name="xlink_updated" unique="false"> + <column ascending="true" name="xlink_updated"/> + </index> + <index name="xlink_xchan" unique="false"> + <column ascending="true" name="xlink_xchan"/> + </index> + </table> + <table name="xperm" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="xp_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="xp_client" nullable="false" remarks="" size="20" type="VARCHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="2" name="xp_channel" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="xp_perm" nullable="false" remarks="" size="64" type="VARCHAR"/> + <primaryKey column="xp_id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="xp_id"/> + </index> + <index name="xp_channel" unique="false"> + <column ascending="true" name="xp_channel"/> + </index> + <index name="xp_client" unique="false"> + <column ascending="true" name="xp_client"/> + </index> + <index name="xp_perm" unique="false"> + <column ascending="true" name="xp_perm"/> + </index> + </table> + <table name="xprof" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="false" digits="0" id="0" name="xprof_hash" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="hubloc_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="hubloc"/> + <parent column="channel_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="channel"/> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="0" digits="0" id="1" name="xprof_age" nullable="false" remarks="" size="3" type="TINYINT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="xprof_desc" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="3" name="xprof_dob" nullable="false" remarks="" size="12" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="4" name="xprof_gender" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="5" name="xprof_marital" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="6" name="xprof_sexual" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="7" name="xprof_locale" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="8" name="xprof_region" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="9" name="xprof_postcode" nullable="false" remarks="" size="32" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="10" name="xprof_country" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" digits="0" id="11" name="xprof_keywords" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" digits="0" id="12" name="xprof_about" nullable="false" remarks="" size="65535" type="TEXT"/> + <column autoUpdated="false" defaultValue="" digits="0" id="13" name="xprof_homepage" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="" digits="0" id="14" name="xprof_hometown" nullable="false" remarks="" size="255" type="CHAR"/> + <primaryKey column="xprof_hash" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="xprof_hash"/> + </index> + <index name="xprof_age" unique="false"> + <column ascending="true" name="xprof_age"/> + </index> + <index name="xprof_country" unique="false"> + <column ascending="true" name="xprof_country"/> + </index> + <index name="xprof_desc" unique="false"> + <column ascending="true" name="xprof_desc"/> + </index> + <index name="xprof_dob" unique="false"> + <column ascending="true" name="xprof_dob"/> + </index> + <index name="xprof_gender" unique="false"> + <column ascending="true" name="xprof_gender"/> + </index> + <index name="xprof_hometown" unique="false"> + <column ascending="true" name="xprof_hometown"/> + </index> + <index name="xprof_locale" unique="false"> + <column ascending="true" name="xprof_locale"/> + </index> + <index name="xprof_marital" unique="false"> + <column ascending="true" name="xprof_marital"/> + </index> + <index name="xprof_postcode" unique="false"> + <column ascending="true" name="xprof_postcode"/> + </index> + <index name="xprof_region" unique="false"> + <column ascending="true" name="xprof_region"/> + </index> + <index name="xprof_sexual" unique="false"> + <column ascending="true" name="xprof_sexual"/> + </index> + </table> + <table name="xtag" numRows="0" remarks="" type="TABLE"> + <column autoUpdated="true" digits="0" id="0" name="xtag_id" nullable="false" remarks="" size="10" type="INT UNSIGNED"/> + <column autoUpdated="false" defaultValue="" digits="0" id="1" name="xtag_hash" nullable="false" remarks="" size="255" type="CHAR"> + <parent column="hubloc_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="hubloc"/> + <parent column="channel_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="channel"/> + <parent column="xchan_hash" foreignKey="Defined in XML" implied="false" onDeleteCascade="false" table="xchan"/> + </column> + <column autoUpdated="false" defaultValue="" digits="0" id="2" name="xtag_term" nullable="false" remarks="" size="255" type="CHAR"/> + <column autoUpdated="false" defaultValue="0" digits="0" id="3" name="xtag_flags" nullable="false" remarks="" size="10" type="INT"/> + <primaryKey column="xtag_id" sequenceNumberInPK="1"/> + <index name="PRIMARY" unique="true"> + <column ascending="true" name="xtag_id"/> + </index> + <index name="xtag_flags" unique="false"> + <column ascending="true" name="xtag_flags"/> + </index> + <index name="xtag_hash" unique="false"> + <column ascending="true" name="xtag_hash"/> + </index> + <index name="xtag_term" unique="false"> + <column ascending="true" name="xtag_term"/> + </index> + </table> + </tables> +</database> |