Userfriends
From OpenSimulator
(Difference between revisions)
m (Removed 'Template:' prefix from template includings and/or changed external-link into internal-link) |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | {{ | + | {{Quicklinks}} |
<br /> | <br /> | ||
Revision as of 15:46, 10 June 2011
Userfriends Records user friendship relationship details (back to Database Documentation)
The current structure of the Userfriends table is as follows:
Field | Type | Null | Key | Default | Extra | |
ownerID | varchar(37) | NO | PRI | |||
friendID | varchar(37) | NO | PRI | |||
friendPerms | int(11) | NO | ||||
datetimestamp | int(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)