From PmWiki

V2: Friends

'Friends' is a mechanism within CONGO to link one registrant to another.

Tenets

There are a couple basic tenets.

Table schema

 mysql> describe reg_friends ;
 +-------------------+--------------+------+-----+---------------------+-----------------------------+
 | Field             | Type         | Null | Key | Default             | Extra                       |
 +-------------------+--------------+------+-----+---------------------+-----------------------------+
 | friend_rid        | int(8)       | NO   | PRI | NULL                |                             | 
 | friend_friendrid  | int(8)       | YES  |     | NULL                |                             | 
 | friend_requestkey | varchar(255) | YES  |     | NULL                |                             | 
 | frind_requestdate | timestamp    | NO   |     | CURRENT_TIMESTAMP   | on update CURRENT_TIMESTAMP | 
 | friend_date       | timestamp    | NO   |     | 0000-00-00 00:00:00 |                             |  
 +-------------------+--------------+------+-----+---------------------+-----------------------------+
Retrieved from http://congo.wiki.stonekeep.com/V2/Friends
Page last modified on March 20, 2011, at 10:09 AM