Avatarattachments

From OpenSimulator

Revision as of 23:57, 17 July 2009 by Peetr maynard (Talk | contribs)

Jump to: navigation, search

avatarattachments Records details of items attached to avatars      (back to Database Documentation)


The current structure of the avatarattachments table is as follows:

Field
TypeNullKeyDefaultExtra
 
UUIDchar(36)NONULL 
attachpointintegerNULL
itemchar(36)NONULL
assetchar(36)NONULL



      (back to Database Documentation)


UUID
The UUID of the user holding the attachment. As a user can attach several items to different points and each attached item creates a new row in the table this is not a unique key.

Attachpoint
The point of the avatar to which the item is attached.

Item
The UUID of the inventory item attached.

Asset
The UUID of the asset referenced by the "item".


      (back to Database Documentation)

Personal tools
General
About This Wiki