issue #221
@ -23,18 +23,18 @@
|
||||
[tr][td][zrl=[baseurl]/help/database/db_group_member]group_member[/zrl][/td][td]privacy groups (collections), group info[/td][/tr]
|
||||
[tr][td][zrl=[baseurl]/help/database/db_groups]groups[/zrl][/td][td]privacy groups (collections), member info[/td][/tr]
|
||||
[tr][td][zrl=[baseurl]/help/database/db_hook]hook[/zrl][/td][td]plugin hook registry[/td][/tr]
|
||||
[tr][td][zrl=[baseurl]/help/database/db_hubloc]hubloc[/zrl][/td][td]Red location storage, ties a hub location to an xchan[/td][/tr]
|
||||
[tr][td][zrl=[baseurl]/help/database/db_hubloc]hubloc[/zrl][/td][td]xchan location storage, ties a hub location to an xchan[/td][/tr]
|
||||
[tr][td][zrl=[baseurl]/help/database/db_issue]issue[/zrl][/td][td]future bug/issue database[/td][/tr]
|
||||
[tr][td][zrl=[baseurl]/help/database/db_item]item[/zrl][/td][td]all posts and webpages[/td][/tr]
|
||||
[tr][td][zrl=[baseurl]/help/database/db_item_id]item_id[/zrl][/td][td]other identifiers on other services for posts[/td][/tr]
|
||||
[tr][td][zrl=[baseurl]/help/database/db_likes]likes[/zrl][/td][td]likes of 'things'[/td][/tr]
|
||||
[tr][td][zrl=[baseurl]/help/database/db_mail]mail[/zrl][/td][td]private messages[/td][/tr]
|
||||
[tr][td][zrl=[baseurl]/help/database/db_manage]manage[/zrl][/td][td]may be unused in Red, table of accounts that can "su" each other[/td][/tr]
|
||||
[tr][td][zrl=[baseurl]/help/database/db_manage]manage[/zrl][/td][td]Deprecated table of accounts that can "su" each other[/td][/tr]
|
||||
[tr][td][zrl=[baseurl]/help/database/db_menu]menu[/zrl][/td][td]webpage menu data[/td][/tr]
|
||||
[tr][td][zrl=[baseurl]/help/database/db_menu_item]menu_item[/zrl][/td][td]entries for webpage menus[/td][/tr]
|
||||
[tr][td][zrl=[baseurl]/help/database/db_notify]notify[/zrl][/td][td]notifications[/td][/tr]
|
||||
[tr][td][zrl=[baseurl]/help/database/db_obj]obj[/zrl][/td][td]object data for things (x has y)[/td][/tr]
|
||||
[tr][td][zrl=[baseurl]/help/database/db_outq]outq[/zrl][/td][td]Red output queue[/td][/tr]
|
||||
[tr][td][zrl=[baseurl]/help/database/db_outq]outq[/zrl][/td][td]output queue[/td][/tr]
|
||||
[tr][td][zrl=[baseurl]/help/database/db_pconfig]pconfig[/zrl][/td][td]personal (per channel) configuration storage[/td][/tr]
|
||||
[tr][td][zrl=[baseurl]/help/database/db_photo]photo[/zrl][/td][td]photo storage[/td][/tr]
|
||||
[tr][td][zrl=[baseurl]/help/database/db_poll]poll[/zrl][/td][td]data for polls[/td][/tr]
|
||||
|
@ -1,4 +1,4 @@
|
||||
[b]Red Developer Guide[/b]
|
||||
[b]$Projectname Developer Guide[/b]
|
||||
|
||||
[b]File system layout:[/b]
|
||||
|
||||
@ -63,13 +63,13 @@
|
||||
[li]item_id - other identifiers on other services for posts[/li]
|
||||
[li]likes - likes of 'things'[/li]
|
||||
[li]mail - private messages[/li]
|
||||
[li]manage - may be unused in Red, table of accounts that can "su" each other[/li]
|
||||
[li]manage - deprecated table of accounts that can "su" each other[/li]
|
||||
[li]menu - channel menu data[/li]
|
||||
[li]menu_item - items uses by channel menus[/li]
|
||||
[li]notify - notifications[/li]
|
||||
[li]notify-threads - need to factor this out and use item thread info on notifications[/li]
|
||||
[li]obj - object data for things (x has y)[/li]
|
||||
[li]outq - Red output queue[/li]
|
||||
[li]outq - output queue[/li]
|
||||
[li]pconfig - personal (per channel) configuration storage[/li]
|
||||
[li]photo - photo storage[/li]
|
||||
[li]poll - data for polls[/li]
|
||||
@ -99,9 +99,9 @@
|
||||
[li]xtag - if this hub is a directory server, contains tags or interests of everybody in the network[/li]
|
||||
|
||||
|
||||
[b]How to theme Red - by Olivier Migeot[/b]
|
||||
[b]How to theme $Projectname - by Olivier Migeot[/b]
|
||||
|
||||
This is a short documentation on what I found while trying to modify Red's appearance.
|
||||
This is a short documentation on what I found while trying to modify $Projectname's appearance.
|
||||
|
||||
First, you'll need to create a new theme. This is in /view/theme, and I chose to copy 'redbasic' since it's the only available for now. Let's assume I named it .
|
||||
|
||||
|
@ -1,17 +0,0 @@
|
||||
#makefile for schemaspy
|
||||
|
||||
|
||||
#NOTE: This makefile sucks. It needs to have all run the script, and check that schemaspy and mysqlconn are present.
|
||||
|
||||
schemaspy::
|
||||
wget "http://downloads.sourceforge.net/project/schemaspy/schemaspy/SchemaSpy%205.0.0/schemaSpy_5.0.0.jar?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fschemaspy%2F&ts=1447051240&use_mirror=iweb"
|
||||
|
||||
mysqlconn::
|
||||
wget http://central.maven.org/maven2/mysql/mysql-connector-java/5.1.17/mysql-connector-java-5.1.17.jar
|
||||
|
||||
#TODO: install java and graphviz or check it is there
|
||||
|
||||
install: schemaspy mysqlconn
|
||||
|
||||
run:
|
||||
../util/schemaspy
|
@ -1,256 +0,0 @@
|
||||
<!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></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>
|
@ -1,101 +0,0 @@
|
||||
<!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></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>
|
@ -1,63 +0,0 @@
|
||||
xtag
|
||||
xprof
|
||||
xperm
|
||||
xlink
|
||||
xchat
|
||||
xchan
|
||||
vote
|
||||
updates
|
||||
term
|
||||
source
|
||||
site
|
||||
shares
|
||||
session
|
||||
poll_elm
|
||||
poll
|
||||
outq
|
||||
obj
|
||||
menu_item
|
||||
menu
|
||||
issue
|
||||
hubloc
|
||||
chatroom
|
||||
chatpresence
|
||||
chat
|
||||
abook
|
||||
profext
|
||||
mail
|
||||
xconfig
|
||||
sys_perms
|
||||
pconfig
|
||||
likes
|
||||
config
|
||||
auth_codes
|
||||
xign
|
||||
spam
|
||||
sign
|
||||
register
|
||||
profile_check
|
||||
profile
|
||||
profdef
|
||||
photo
|
||||
manage
|
||||
item_id
|
||||
item
|
||||
hook
|
||||
groups
|
||||
group_member
|
||||
fsuggest
|
||||
fserver
|
||||
ffinder
|
||||
fcontact
|
||||
event
|
||||
conv
|
||||
attach
|
||||
app
|
||||
addon
|
||||
tokens
|
||||
account
|
||||
clients
|
||||
channel
|
||||
cache
|
||||
notify
|
||||
verify
|
@ -1,49 +0,0 @@
|
||||
// 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">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR>
|
||||
</TABLE>>
|
||||
URL="account.html"
|
||||
tooltip="account"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 8.4 KiB |
@ -1,102 +0,0 @@
|
||||
// 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"
|
||||
];
|
||||
"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":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed];
|
||||
"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">1 row</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"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">3 ></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 ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">7 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">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 ></TD></TR>
|
||||
</TABLE>>
|
||||
URL="verify.html"
|
||||
tooltip="verify"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 15 KiB |
@ -1,38 +0,0 @@
|
||||
// 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">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR>
|
||||
</TABLE>>
|
||||
URL="addon.html"
|
||||
tooltip="addon"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 3.3 KiB |
@ -1,162 +0,0 @@
|
||||
// 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];
|
||||
"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];
|
||||
"manage":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed];
|
||||
"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];
|
||||
"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">0 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">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR>
|
||||
</TABLE>>
|
||||
URL="app.html"
|
||||
tooltip="app"
|
||||
];
|
||||
"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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 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">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR>
|
||||
</TABLE>>
|
||||
URL="hook.html"
|
||||
tooltip="hook"
|
||||
];
|
||||
"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"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">59 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">232 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">4 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 14 KiB |
@ -1,45 +0,0 @@
|
||||
// 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 ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR>
|
||||
</TABLE>>
|
||||
URL="app.html"
|
||||
tooltip="app"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 4.6 KiB |
@ -1,169 +0,0 @@
|
||||
// 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];
|
||||
"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];
|
||||
"manage":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed];
|
||||
"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];
|
||||
"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">0 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 ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR>
|
||||
</TABLE>>
|
||||
URL="app.html"
|
||||
tooltip="app"
|
||||
];
|
||||
"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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 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">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR>
|
||||
</TABLE>>
|
||||
URL="hook.html"
|
||||
tooltip="hook"
|
||||
];
|
||||
"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"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">59 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">232 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">4 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 16 KiB |
@ -1,54 +0,0 @@
|
||||
// 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" [
|
||||
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">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR>
|
||||
</TABLE>>
|
||||
URL="attach.html"
|
||||
tooltip="attach"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 8.2 KiB |
@ -1,279 +0,0 @@
|
||||
// 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":"id":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":"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="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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></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">52 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">0 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 613 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">1 row</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">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">7 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">3 495 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">< 3</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">< 1</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">1 row</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">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 31 KiB |
@ -1,36 +0,0 @@
|
||||
// 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 2.9 KiB |
@ -1,69 +0,0 @@
|
||||
// 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 6.8 KiB |
@ -1,34 +0,0 @@
|
||||
// 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">21 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR>
|
||||
</TABLE>>
|
||||
URL="cache.html"
|
||||
tooltip="cache"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 2.4 KiB |
@ -1,144 +0,0 @@
|
||||
// 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"
|
||||
];
|
||||
"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];
|
||||
"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":"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];
|
||||
"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];
|
||||
"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">21 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"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">3 ></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">52 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR>
|
||||
</TABLE>>
|
||||
URL="config.html"
|
||||
tooltip="config"
|
||||
];
|
||||
"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"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">59 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">232 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">< 3</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">1 row</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="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">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR>
|
||||
</TABLE>>
|
||||
URL="xconfig.html"
|
||||
tooltip="xconfig"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 12 KiB |
@ -1,79 +0,0 @@
|
||||
// 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" [
|
||||
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">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR>
|
||||
</TABLE>>
|
||||
URL="channel.html"
|
||||
tooltip="channel"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 17 KiB |
@ -1,179 +0,0 @@
|
||||
// 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"
|
||||
];
|
||||
"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":"id":w -> "verify":"elipses":e [arrowhead=none dir=back arrowtail=teeodot style=dashed];
|
||||
"profext":"channel_id":w -> "channel":"channel_id.type":e [arrowhead=none dir=back arrowtail=crowodot style=dashed];
|
||||
"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];
|
||||
"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">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">1 ></TD></TR>
|
||||
</TABLE>>
|
||||
URL="account.html"
|
||||
tooltip="account"
|
||||
];
|
||||
"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">21 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">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">3 ></TD></TR>
|
||||
</TABLE>>
|
||||
URL="channel.html"
|
||||
tooltip="channel"
|
||||
];
|
||||
"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 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 ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">7 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR>
|
||||
</TABLE>>
|
||||
URL="mail.html"
|
||||
tooltip="mail"
|
||||
];
|
||||
"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"
|
||||
];
|
||||
"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">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">20 ></TD></TR>
|
||||
</TABLE>>
|
||||
URL="verify.html"
|
||||
tooltip="verify"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 31 KiB |
@ -1,37 +0,0 @@
|
||||
// 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 3.0 KiB |
@ -1,69 +0,0 @@
|
||||
// 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 7.1 KiB |
@ -1,35 +0,0 @@
|
||||
// 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">52 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR>
|
||||
</TABLE>>
|
||||
URL="config.html"
|
||||
tooltip="config"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 2.6 KiB |
@ -1,287 +0,0 @@
|
||||
// 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 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">21 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">52 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">0 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 613 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">1 row</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">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">7 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">232 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">3 495 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">< 3</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">< 1</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">1 row</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">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 25 KiB |
@ -1,39 +0,0 @@
|
||||
// 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">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR>
|
||||
</TABLE>>
|
||||
URL="conv.html"
|
||||
tooltip="conv"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 4.1 KiB |
@ -1,264 +0,0 @@
|
||||
// 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 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">52 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">0 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 613 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">1 row</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">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">7 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">3 495 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">< 3</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">< 1</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">1 row</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">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 25 KiB |
@ -1,56 +0,0 @@
|
||||
// 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"
|
||||
];
|
||||
"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 ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR>
|
||||
</TABLE>>
|
||||
URL="event.html"
|
||||
tooltip="event"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 9.6 KiB |
@ -1,180 +0,0 @@
|
||||
// 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];
|
||||
"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];
|
||||
"hook":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed];
|
||||
"manage":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed];
|
||||
"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];
|
||||
"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">0 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">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR>
|
||||
</TABLE>>
|
||||
URL="app.html"
|
||||
tooltip="app"
|
||||
];
|
||||
"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 ALIGN="LEFT" BGCOLOR="#f7f7f7">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 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"
|
||||
];
|
||||
"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">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR>
|
||||
</TABLE>>
|
||||
URL="hook.html"
|
||||
tooltip="hook"
|
||||
];
|
||||
"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"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">59 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">232 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">4 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 23 KiB |
@ -1,47 +0,0 @@
|
||||
// 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 5.3 KiB |
@ -1,272 +0,0 @@
|
||||
// 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 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">52 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">0 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 613 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">1 row</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">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">7 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">3 495 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">< 3</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">< 1</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">1 row</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">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 26 KiB |
@ -1,35 +0,0 @@
|
||||
// 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 2.1 KiB |
@ -1,260 +0,0 @@
|
||||
// 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 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">52 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">0 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 613 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">1 row</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">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">7 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">3 495 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">< 3</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">< 1</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">1 row</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">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 22 KiB |
@ -1,35 +0,0 @@
|
||||
// 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 2.6 KiB |
@ -1,159 +0,0 @@
|
||||
// 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];
|
||||
"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];
|
||||
"manage":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed];
|
||||
"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];
|
||||
"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">0 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">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR>
|
||||
</TABLE>>
|
||||
URL="app.html"
|
||||
tooltip="app"
|
||||
];
|
||||
"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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 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">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR>
|
||||
</TABLE>>
|
||||
URL="hook.html"
|
||||
tooltip="hook"
|
||||
];
|
||||
"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"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">59 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">232 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">4 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 13 KiB |
@ -1,40 +0,0 @@
|
||||
// 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 3.4 KiB |
@ -1,164 +0,0 @@
|
||||
// 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];
|
||||
"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];
|
||||
"manage":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed];
|
||||
"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];
|
||||
"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">0 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">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR>
|
||||
</TABLE>>
|
||||
URL="app.html"
|
||||
tooltip="app"
|
||||
];
|
||||
"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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 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">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR>
|
||||
</TABLE>>
|
||||
URL="hook.html"
|
||||
tooltip="hook"
|
||||
];
|
||||
"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"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">59 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">232 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">4 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 14 KiB |
@ -1,35 +0,0 @@
|
||||
// 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" [
|
||||
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">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR>
|
||||
</TABLE>>
|
||||
URL="group_member.html"
|
||||
tooltip="group_member"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 2.5 KiB |
@ -1,260 +0,0 @@
|
||||
// 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":"id":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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 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">52 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">0 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="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">2 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 613 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">1 row</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">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">7 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">3 495 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">< 3</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">< 1</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">1 row</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">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 23 KiB |
@ -1,37 +0,0 @@
|
||||
// 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"
|
||||
];
|
||||
"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">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR>
|
||||
</TABLE>>
|
||||
URL="groups.html"
|
||||
tooltip="groups"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 3.0 KiB |
@ -1,262 +0,0 @@
|
||||
// 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":"id":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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 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">52 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">0 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 613 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">1 row</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">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">7 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">3 495 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">< 3</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">< 1</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">1 row</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">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 23 KiB |
@ -1,36 +0,0 @@
|
||||
// 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">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR>
|
||||
</TABLE>>
|
||||
URL="hook.html"
|
||||
tooltip="hook"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 2.7 KiB |
@ -1,160 +0,0 @@
|
||||
// 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];
|
||||
"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];
|
||||
"manage":"elipses":w -> "notify":"id":e [arrowhead=none dir=back arrowtail=teeodot style=dashed];
|
||||
"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];
|
||||
"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">0 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">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR>
|
||||
</TABLE>>
|
||||
URL="app.html"
|
||||
tooltip="app"
|
||||
];
|
||||
"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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 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">0 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR>
|
||||
</TABLE>>
|
||||
URL="hook.html"
|
||||
tooltip="hook"
|
||||
];
|
||||
"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"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">59 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">232 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">4 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 13 KiB |
@ -1,104 +0,0 @@
|
||||
// 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" [
|
||||
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">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 613 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR>
|
||||
</TABLE>>
|
||||
URL="item.html"
|
||||
tooltip="item"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 22 KiB |
@ -1,329 +0,0 @@
|
||||
// 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":"id":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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 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">52 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">0 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7"> </TD></TR>
|
||||
</TABLE>>
|
||||
URL="groups.html"
|
||||
tooltip="groups"
|
||||
];
|
||||
"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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 613 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">1 row</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">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">7 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">3 495 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">< 3</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">< 1</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">1 row</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">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 51 KiB |
@ -1,36 +0,0 @@
|
||||
// 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">1 row</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR>
|
||||
</TABLE>>
|
||||
URL="item_id.html"
|
||||
tooltip="item_id"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 2.5 KiB |
@ -1,261 +0,0 @@
|
||||
// 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 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">52 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">0 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 613 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">1 row</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">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">7 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">3 495 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">< 3</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">< 1</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">1 row</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">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 23 KiB |
@ -1,40 +0,0 @@
|
||||
// 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 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 4.2 KiB |
@ -1,325 +0,0 @@
|
||||
// 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":"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 -> "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 -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 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"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">3 ></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">52 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">0 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 613 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">1 row</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 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">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">7 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">3 495 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">< 3</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">< 1</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">1 row</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">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 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"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 40 KiB |
@ -1,52 +0,0 @@
|
||||
// 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" [
|
||||
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 ALIGN="LEFT" BGCOLOR="#f7f7f7">< 0</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">7 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></TD></TR>
|
||||
</TABLE>>
|
||||
URL="mail.html"
|
||||
tooltip="mail"
|
||||
];
|
||||
}
|
Before Width: | Height: | Size: 7.7 KiB |
@ -1,365 +0,0 @@
|
||||
// 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 -> "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":"id":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 -> "channel":"channel_id":e [arrowhead=none dir=back arrowtail=crowodot 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];
|
||||
"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">1 row</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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 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"> </TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">3 ></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">52 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">0 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">2 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">5 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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">9 613 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">1 row</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 ALIGN="LEFT" BGCOLOR="#f7f7f7">< 3</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">7 rows</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">0 ></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">< 1</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">3 495 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">< 3</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">< 1</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">1 row</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">< 2</TD><TD ALIGN="RIGHT" BGCOLOR="#f7f7f7">4 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"
|
||||
];
|
||||
}
|