Userfriends

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(New page: Category:Database '''Userfriends''' ''Records user friendship relationship details ''      (back to Database Documentation) <br><br> The current stru...)
 
Line 14: Line 14:
 
</table>
 
</table>
 
<br>
 
<br>
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(back to [[Database Documentation]])<br>
 
<hr>
 
<hr>
 
'''ownerID'''
 
'''ownerID'''

Revision as of 13:50, 22 February 2009


Userfriends Records user friendship relationship details       (back to Database Documentation)

The current structure of the Userfriends table is as follows:

Field
TypeNullKeyDefaultExtra
 
ownerIDvarchar(37)NOPRI
friendIDvarchar(37)NOPRI
friendPermsint(11)NO
datetimestampint(11)NO


      (back to Database Documentation)


ownerID
The UUID of the user who offered the friendship.

friendID
The UUID of the user who accepted the offer of friendship.

friendperms
The permissions the "friendID" has in this friendship.

datetimestamp
The date and time the friendship was created.


      (back to Database Documentation)

Personal tools
General
About This Wiki