GridUser

From OpenSimulator

Revision as of 15:18, 11 April 2016 by Kcozens (Talk | contribs)

Jump to: navigation, search


The GridUser table records information about an avatars friends and friendship requests       (back to Database Documentation)

Friends Table Structure

The structure of the Friends table is as follows:

Field Type Collation Attributes Null Default Extra
UserID varchar(255) utf8_general_ci No NULL
HomeRegionID char(36) utf8_general_ci No 00000000-0000-0000-0000-000000000000
HomePosition char(64) utf8_general_ci No <0,0,0>
HomeLookAt char(64) utf8_general_ci No <0,0,0>
LastRegionID char(36) utf8_general_ci No 00000000-0000-0000-0000-000000000000
LastPosition char(64) utf8_general_ci No <0,0,0>
LastLookAt char(64) utf8_general_ci No <0,0,0>
Online char(5) utf8_general_ci No false
Login char(16) utf8_general_ci No 0
Logout char(16) utf8_general_ci No 0



GridUsers Fields

UserID
The UUID of an avatar


HomeRegionID


HomePosition


HomeLookAt


LastRegionID


LastPosition


LastLookAt


Online


Login


Logout




      (back to Database Documentation)


Personal tools
General
About This Wiki