<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN' 'http://www.w3.org/TR/html4/loose.dtd'> <html> <head> <!-- SchemaSpy rev 590 --> <title>SchemaSpy - Table zot.profext</title> <link rel=stylesheet href='../schemaSpy.css' type='text/css'> <meta HTTP-EQUIV='Content-Type' CONTENT='text/html; charset=ISO-8859-1'> <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../jquery.js'></SCRIPT> <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript' SRC='../schemaSpy.js'></SCRIPT> <SCRIPT LANGUAGE='JavaScript' TYPE='text/javascript'> table='profext'; </SCRIPT> </head> <body> <table id='headerHolder' cellspacing='0' cellpadding='0'><tr><td> <div id='header'> <ul> <li><a href='../index.html' title='All tables and views in the schema'>Tables</a></li> <li><a href='../relationships.html' title='Diagram of table relationships'>Relationships</a></li> <li><a href='../utilities.html' title='View of tables with neither parents nor children'>Utility Tables</a></li> <li><a href='../constraints.html' title='Useful for diagnosing error messages that just give constraint name or number'>Constraints</a></li> <li><a href='../anomalies.html' title="Things that might not be quite right">Anomalies</a></li> <li><a href='../columns.byTable.html' title="All of the columns in the schema">Columns</a></li> <li><a href='http://sourceforge.net/donate/index.php?group_id=137197' title='Please help keep SchemaSpy alive' target='_blank'>Donate</a></li> </ul> </div> </td></tr></table> <div class='content' style='clear:both;'> <table width='100%' border='0' cellpadding='0'> <tr> <td class='heading' valign='middle'><span class='header'>Table <span title='Database'>zot</span>.<span title='Table'>profext</span></span></td> <td class='heading' align='right' valign='top' title='John Currier - Creator of Cool Tools'><span class='indent'>Generated by</span><br><span class='indent'><span class='signature'><a href='http://schemaspy.sourceforge.net' target='_blank'>SchemaSpy</a></span></span></td> </tr> </table> <table width='100%' border='0'> <tr valign='top'><td class='container' align='left' valign='top'> <form name='options' action=''> <label for='implied'><input type=checkbox id='implied'>Implied relationships</label> <label for='showRelatedCols'><input type=checkbox id='showRelatedCols'>Related columns</label> <label for='showConstNames'><input type=checkbox id='showConstNames'>Constraints</label> <label for='showComments'><input type=checkbox id='showComments'>Comments</label> <label for='showLegend'><input type=checkbox checked id='showLegend'>Legend</label> </form> </td><td class='container' rowspan='2' align='right' valign='top'> <table class='legend' border='0'> <tr> <td class='dataTable' valign='bottom'>Legend:</td> <td class='container' align='right' valign='top'><a href='http://sourceforge.net' target='_blank'><img src='http://sourceforge.net/sflogo.php?group_id=137197&type=1' alt='SourceForge.net' border='0' height='31' width='88'></a></td> </tr> <tr><td class='container' colspan='2'> <table class='dataTable' border='1'> <tbody> <tr><td class='primaryKey'>Primary key columns</td></tr> <tr><td class='indexedColumn'>Columns with indexes</td></tr> <tr class='impliedRelationship'><td class='detail'><span class='impliedRelationship'>Implied relationships</span></td></tr> <tr><td class='excludedColumn'>Excluded column relationships</td></tr> <tr><td class='legendDetail'>< <em>n</em> > number of related tables</td></tr> </table> </td></tr> </table> <div style="margin-right: 2pt;"> <script type="text/javascript"><!-- google_ad_client = "pub-9598353634003340"; google_ad_channel ="SchemaSpy-generated"; google_ad_width = 234; google_ad_height = 60; google_ad_format = "234x60_as"; google_ad_type = "text"; google_color_border = "9bab96"; google_color_link = "489148"; google_color_text = "000000"; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div> </td><tr valign='top'><td class='container' align='left' valign='top'> <a name='columns'></a> <table id='columns' class='dataTable' border='1' rules='groups'> <colgroup> <colgroup> <colgroup> <colgroup> <colgroup> <colgroup> <colgroup> <colgroup> <colgroup class='comment'> <thead align='left'> <tr> <th>Column</th> <th>Type</th> <th>Size</th> <th title='Are nulls allowed?'>Nulls</th> <th title='Is column automatically updated?'>Auto</th> <th title='Default value'>Default</th> <th title='Columns in tables that reference this column'><span class='notSortedByColumn'>Children</span></th> <th title='Columns in tables that are referenced by this column'><span class='notSortedByColumn'>Parents</span></th> <th title='Comments' class='comment'><span class='notSortedByColumn'>Comments</span></th> </tr> </thead> <tbody valign='top'> <tr class='even'> <td class='primaryKey' title='Primary Key'>id</td> <td class='detail'>int unsigned</td> <td class='detail' align='right'>10</td> <td class='detail' align='center'></td> <td class='detail' align='center' title='Automatically updated by the database'> √ </td> <td class='detail'></td> <td class='detail'></td> <td class='detail'> <table border='0' width='100%' cellspacing='0' cellpadding='0'> <tr class='impliedRelationship relative even' valign='top'> <td class='relatedTable detail' title="profext.id's name implies that it's a child of verify.id, but it doesn't reference that column."><a href='verify.html'>verify</a><span class='relatedKey'>.id</span> </td> <td class='constraint detail'>Implied Constraint<span title='Restrict delete: Parent cannot be deleted if children exist'> R</span></td> </tr> </table> </td> <td class='comment detail'></td> </tr> <tr class='odd'> <td class='indexedColumn' title='Indexed'>channel_id</td> <td class='detail'>int unsigned</td> <td class='detail' align='right'>10</td> <td class='detail' align='center'></td> <td class='detail' align='center'></td> <td class='detail' align='right'>0</td> <td class='detail'></td> <td class='detail'> <table border='0' width='100%' cellspacing='0' cellpadding='0'> <tr class='impliedRelationship relative odd' valign='top'> <td class='relatedTable detail' title="profext.channel_id's name implies that it's a child of channel.channel_id, but it doesn't reference that column."><a href='channel.html'>channel</a><span class='relatedKey'>.channel_id</span> </td> <td class='constraint detail'>Implied Constraint<span title='Restrict delete: Parent cannot be deleted if children exist'> R</span></td> </tr> </table> </td> <td class='comment detail'></td> </tr> <tr class='even'> <td class='indexedColumn' title='Indexed'>hash</td> <td class='detail'>char</td> <td class='detail' align='right'>255</td> <td class='detail' align='center'></td> <td class='detail' align='center'></td> <td class='detail' align='right'></td> <td class='detail'></td> <td class='detail'> <table border='0' width='100%' cellspacing='0' cellpadding='0'> <tr class='relative even' valign='top'> <td class='relatedTable detail' title="profext.hash refs hubloc.hubloc_hash"><a href='hubloc.html'>hubloc</a><span class='relatedKey'>.hubloc_hash</span> </td> <td class='constraint detail'>Defined in XML<span title='Restrict delete: Parent cannot be deleted if children exist'> R</span></td> </tr> <tr class='relative even' valign='top'> <td class='relatedTable detail' title="profext.hash refs channel.channel_hash"><a href='channel.html'>channel</a><span class='relatedKey'>.channel_hash</span> </td> <td class='constraint detail'>Defined in XML<span title='Restrict delete: Parent cannot be deleted if children exist'> R</span></td> </tr> <tr class='relative even' valign='top'> <td class='relatedTable detail' title="profext.hash refs xchan.xchan_hash"><a href='xchan.html'>xchan</a><span class='relatedKey'>.xchan_hash</span> </td> <td class='constraint detail'>Defined in XML<span title='Restrict delete: Parent cannot be deleted if children exist'> R</span></td> </tr> </table> </td> <td class='comment detail'></td> </tr> <tr class='odd'> <td class='indexedColumn' title='Indexed'>k</td> <td class='detail'>char</td> <td class='detail' align='right'>255</td> <td class='detail' align='center'></td> <td class='detail' align='center'></td> <td class='detail' align='right'></td> <td class='detail'></td> <td class='detail'> <table border='0' width='100%' cellspacing='0' cellpadding='0'> <tr class='impliedRelationship relative odd' valign='top'> <td class='relatedTable detail' title="profext.k's name implies that it's a child of cache.k, but it doesn't reference that column."><a href='cache.html'>cache</a><span class='relatedKey'>.k</span> </td> <td class='constraint detail'>Implied Constraint<span title='Restrict delete: Parent cannot be deleted if children exist'> R</span></td> </tr> </table> </td> <td class='comment detail'></td> </tr> <tr class='even'> <td class='detail'>v</td> <td class='detail'>mediumtext</td> <td class='detail' align='right'>16777215</td> <td class='detail' align='center'></td> <td class='detail' align='center'></td> <td class='detail'></td> <td class='detail'></td> <td class='detail'> </td> <td class='comment detail'></td> </tr> </table> <p title='5 columns'>Table contained 0 rows at fr nov 06 17:11 CET 2015<p/> </td></tr></table> <div class='indent'> <b>Indexes:</b> <table class='dataTable' border='1' rules='groups'><colgroup><colgroup><colgroup><colgroup> <thead> <tr> <th>Column(s)</th> <th>Type</th> <th>Sort</th> <th class='constraint' style='text-align:left;'>Constraint Name</th> </tr> </thead> <tbody> <tr> <td class='primaryKey'>id</td> <td class='detail'>Primary key</td> <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> <td class='constraint' style='text-align:left;'>PRIMARY</td> </tr> <tr> <td class='indexedColumn'>channel_id</td> <td class='detail'>Performance</td> <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> <td class='constraint' style='text-align:left;'>channel_id</td> </tr> <tr> <td class='indexedColumn'>hash</td> <td class='detail'>Performance</td> <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> <td class='constraint' style='text-align:left;'>hash</td> </tr> <tr> <td class='indexedColumn'>k</td> <td class='detail'>Performance</td> <td class='detail' style='text-align:left;'><span title='Ascending'>Asc</span></td> <td class='constraint' style='text-align:left;'>k</td> </tr> </table> </div> <table width='100%' border='0'><tr><td class='container'> <br><form action='get'><b>Close relationships</b><span class='degrees' id='degrees' title='Detail diminishes with increased separation from profext'> within <label for='oneDegree'><input type='radio' name='degrees' id='oneDegree' checked>one</label> <label for='twoDegrees'><input type='radio' name='degrees' id='twoDegrees'>two degrees</label> of separation</span><b>:</b></form> <map id="oneDegreeRelationshipsDiagram" name="oneDegreeRelationshipsDiagram"> <area shape="rect" id="node1" href="channel.html" title="channel" alt="" coords="522,53,716,1199"> <area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="266,212,476,859"> <area shape="rect" id="node4" href="hubloc.html" title="hubloc" alt="" coords="22,460,219,971"> <area shape="rect" id="node7" href="profext.html" title="profext" alt="" coords="762,163,1034,339"> </map> <a name='diagram'><img id='oneDegreeImg' src='../diagrams/profext.1degree.png' usemap='#oneDegreeRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> <map id="impliedTwoDegreesRelationshipsDiagram" name="impliedTwoDegreesRelationshipsDiagram"> <area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="834,1359,970,1439"> <area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="509,1068,719,1715"> <area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="25,1020,219,2165"> <area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="265,588,462,1099"> <area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="834,1943,970,2023"> <area shape="rect" id="node11" href="verify.html" title="verify" alt="" coords="549,2707,679,2900"> <area shape="rect" id="node13" href="chat.html" title="chat" alt="" coords="842,1457,962,1537"> <area shape="rect" id="node15" href="chatpresence.html" title="chatpresence" alt="" coords="837,1554,967,1634"> <area shape="rect" id="node17" href="config.html" title="config" alt="" coords="838,3597,966,3677"> <area shape="rect" id="node20" href="cache.html" title="cache" alt="" coords="543,3501,685,3626"> <area shape="rect" id="node21" href="conv.html" title="conv" alt="" coords="838,2721,966,2801"> <area shape="rect" id="node23" href="dreport.html" title="dreport" alt="" coords="827,723,977,803"> <area shape="rect" id="node25" href="event.html" title="event" alt="" coords="1089,655,1217,735"> <area shape="rect" id="node31" href="notify.html" title="notify" alt="" coords="823,457,981,537"> <area shape="rect" id="node32" href="fcontact.html" title="fcontact" alt="" coords="841,2915,963,2995"> <area shape="rect" id="node34" href="ffinder.html" title="ffinder" alt="" coords="842,3013,962,3093"> <area shape="rect" id="node36" href="group_member.html" title="group_member" alt="" coords="825,2235,979,2315"> <area shape="rect" id="node39" href="groups.html" title="groups" alt="" coords="837,2041,967,2121"> <area shape="rect" id="node46" href="item.html" title="item" alt="" coords="823,1651,981,1731"> <area shape="rect" id="node51" href="item_id.html" title="item_id" alt="" coords="833,3110,971,3190"> <area shape="rect" id="node53" href="likes.html" title="likes" alt="" coords="842,2623,962,2703"> <area shape="rect" id="node56" href="mail.html" title="mail" alt="" coords="838,1749,966,1829"> <area shape="rect" id="node61" href="manage.html" title="manage" alt="" coords="1090,507,1215,587"> <area shape="rect" id="node67" href="outq.html" title="outq" alt="" coords="834,165,970,245"> <area shape="rect" id="node71" href="pconfig.html" title="pconfig" alt="" coords="1083,2207,1222,2287"> <area shape="rect" id="node74" href="photo.html" title="photo" alt="" coords="827,1846,977,1926"> <area shape="rect" id="node77" href="profdef.html" title="profdef" alt="" coords="841,3207,963,3287"> <area shape="rect" id="node79" href="profext.html" title="profext" alt="" coords="766,2430,1038,2606"> <area shape="rect" id="node86" href="profile_check.html" title="profile_check" alt="" coords="833,3305,971,3385"> <area shape="rect" id="node88" href="register.html" title="register" alt="" coords="841,2138,963,2218"> <area shape="rect" id="node93" href="shares.html" title="shares" alt="" coords="842,873,962,953"> <area shape="rect" id="node95" href="sign.html" title="sign" alt="" coords="842,3402,962,3482"> <area shape="rect" id="node97" href="source.html" title="source" alt="" coords="842,970,962,1050"> <area shape="rect" id="node100" href="sys_perms.html" title="sys_perms" alt="" coords="837,3499,967,3579"> <area shape="rect" id="node103" href="term.html" title="term" alt="" coords="827,359,977,439"> <area shape="rect" id="node110" href="updates.html" title="updates" alt="" coords="841,554,963,634"> <area shape="rect" id="node114" href="vote.html" title="vote" alt="" coords="842,1067,962,1147"> <area shape="rect" id="node118" href="xchat.html" title="xchat" alt="" coords="842,1165,962,1245"> <area shape="rect" id="node120" href="xconfig.html" title="xconfig" alt="" coords="841,2818,963,2898"> <area shape="rect" id="node124" href="xign.html" title="xign" alt="" coords="842,2333,962,2413"> <area shape="rect" id="node127" href="xlink.html" title="xlink" alt="" coords="827,1262,977,1342"> <area shape="rect" id="node129" href="xprof.html" title="xprof" alt="" coords="842,67,962,147"> <area shape="rect" id="node133" href="xtag.html" title="xtag" alt="" coords="842,262,962,342"> </map> <a name='diagram'><img id='impliedTwoDegreesImg' src='../diagrams/profext.implied2degrees.png' usemap='#impliedTwoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> <map id="twoDegreesRelationshipsDiagram" name="twoDegreesRelationshipsDiagram"> <area shape="rect" id="node1" href="abook.html" title="abook" alt="" coords="830,395,966,475"> <area shape="rect" id="node3" href="xchan.html" title="xchan" alt="" coords="505,1266,715,1913"> <area shape="rect" id="node6" href="channel.html" title="channel" alt="" coords="21,1622,215,2767"> <area shape="rect" id="node8" href="hubloc.html" title="hubloc" alt="" coords="261,1713,458,2223"> <area shape="rect" id="node4" href="attach.html" title="attach" alt="" coords="830,5,966,85"> <area shape="rect" id="node11" href="chat.html" title="chat" alt="" coords="838,492,958,572"> <area shape="rect" id="node13" href="chatpresence.html" title="chatpresence" alt="" coords="833,589,963,669"> <area shape="rect" id="node15" href="dreport.html" title="dreport" alt="" coords="823,687,973,767"> <area shape="rect" id="node17" href="event.html" title="event" alt="" coords="834,103,962,183"> <area shape="rect" id="node22" href="group_member.html" title="group_member" alt="" coords="821,784,975,864"> <area shape="rect" id="node24" href="groups.html" title="groups" alt="" coords="833,200,963,280"> <area shape="rect" id="node30" href="item.html" title="item" alt="" coords="819,881,977,961"> <area shape="rect" id="node34" href="mail.html" title="mail" alt="" coords="834,979,962,1059"> <area shape="rect" id="node37" href="manage.html" title="manage" alt="" coords="835,1076,961,1156"> <area shape="rect" id="node39" href="notify.html" title="notify" alt="" coords="830,297,966,377"> <area shape="rect" id="node43" href="outq.html" title="outq" alt="" coords="830,1952,966,2032"> <area shape="rect" id="node47" href="photo.html" title="photo" alt="" coords="823,1173,973,1253"> <area shape="rect" id="node49" href="profext.html" title="profext" alt="" coords="762,2049,1034,2225"> <area shape="rect" id="node53" href="register.html" title="register" alt="" coords="837,2243,959,2323"> <area shape="rect" id="node57" href="shares.html" title="shares" alt="" coords="838,1271,958,1351"> <area shape="rect" id="node59" href="source.html" title="source" alt="" coords="838,1368,958,1448"> <area shape="rect" id="node62" href="term.html" title="term" alt="" coords="823,2340,973,2420"> <area shape="rect" id="node69" href="updates.html" title="updates" alt="" coords="837,2437,959,2517"> <area shape="rect" id="node73" href="vote.html" title="vote" alt="" coords="838,1465,958,1545"> <area shape="rect" id="node77" href="xchat.html" title="xchat" alt="" coords="838,1563,958,1643"> <area shape="rect" id="node79" href="xconfig.html" title="xconfig" alt="" coords="837,1660,959,1740"> <area shape="rect" id="node81" href="xign.html" title="xign" alt="" coords="838,1757,958,1837"> <area shape="rect" id="node83" href="xlink.html" title="xlink" alt="" coords="823,1855,973,1935"> <area shape="rect" id="node85" href="xprof.html" title="xprof" alt="" coords="838,2535,958,2615"> <area shape="rect" id="node89" href="xtag.html" title="xtag" alt="" coords="838,2632,958,2712"> </map> <a name='diagram'><img id='twoDegreesImg' src='../diagrams/profext.2degrees.png' usemap='#twoDegreesRelationshipsDiagram' class='diagram' border='0' alt='' align='left'></a> </td></tr></table> </div> </body> </html>