Database:Inventoryitems

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 30: Line 30:
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(back to [[Database Documentation]])<br>
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(back to [[Database Documentation]])<br>
 
<hr>
 
<hr>
'''assetID'''<br><br>
+
'''assetID'''<br>
 
Refers to the related row in the assets table.
 
Refers to the related row in the assets table.
 
<br>
 
<br>
'''assetType'''<br><br>
+
'''assetType'''<br>
 
Type of asset (e.g., script, texture, or shape)
 
Type of asset (e.g., script, texture, or shape)
 
<br>
 
<br>
'''inventoryName'''<br><br>
+
'''inventoryName'''<br>
 
Text of the name of the inventory item as it appears in the client inventory interface.
 
Text of the name of the inventory item as it appears in the client inventory interface.
 
<br>
 
<br>
'''inventoryDescription'''<br><br>
+
'''inventoryDescription'''<br>
 
Text of the description of the inventory item as it appears in the client inventory interface.
 
Text of the description of the inventory item as it appears in the client inventory interface.
 
<br>
 
<br>
'''inventoryNextPermissions'''<br><br>
+
'''inventoryNextPermissions'''<br>
 
Permissions that will be applied to the item if/when it is transferred to another avatar.
 
Permissions that will be applied to the item if/when it is transferred to another avatar.
 
<br>
 
<br>
'''inventoryCurrentPermissions'''<br><br>
+
'''inventoryCurrentPermissions'''<br>
 
Permissions on the the item for the current posessor of the item.
 
Permissions on the the item for the current posessor of the item.
 
<br>
 
<br>
'''invType'''<br><br>
+
'''invType'''<br>
 
Type of inventory item (is this redundant with assetType?)
 
Type of inventory item (is this redundant with assetType?)
 
<br>
 
<br>
'''creatorID'''<br><br>
+
'''creatorID'''<br>
 
UUID of the item's original creator.
 
UUID of the item's original creator.
 
<br>
 
<br>
'''inventoryBasePermissions'''<br><br>
+
'''inventoryBasePermissions'''<br>
 
Base permissions of the object.
 
Base permissions of the object.
 
<br>
 
<br>
'''inventoryEveryOnePermissions'''<br><br>
+
'''inventoryEveryOnePermissions'''<br>
 
Permissions with respect to everyone but the owner of the item.
 
Permissions with respect to everyone but the owner of the item.
 
<br>
 
<br>
'''salePrice'''<br><br>
+
'''salePrice'''<br>
 
Sale price of the item.
 
Sale price of the item.
 
<br>
 
<br>
'''saleType'''<br><br>
+
'''saleType'''<br>
 
''presently unknown''
 
''presently unknown''
 
<br>
 
<br>
'''creationDate'''<br><br>
+
'''creationDate'''<br>
 
Date the item was created
 
Date the item was created
 
<br>
 
<br>
'''groupID'''<br><br>
+
'''groupID'''<br>
 
UUID of the group that the items is 'deeded' to
 
UUID of the group that the items is 'deeded' to
 
<br>
 
<br>
'''groupOwned'''<br><br>
+
'''groupOwned'''<br>
 
group ownership flags
 
group ownership flags
 
<br>
 
<br>
'''flags'''<br><br>
+
'''flags'''<br>
 
''presently unknown''
 
''presently unknown''
 
<br>
 
<br>
'''inventoryID'''<br><br>
+
'''inventoryID'''<br>
 
UUID of inventory item
 
UUID of inventory item
 
<br>
 
<br>
'''avatarID'''<br><br>
+
'''avatarID'''<br>
 
UUID of item's owner
 
UUID of item's owner
 
<br>
 
<br>
'''parentFolderID'''<br><br>
+
'''parentFolderID'''<br>
 
UUID of the folder said to 'contain' the item
 
UUID of the folder said to 'contain' the item
 
<hr>
 
<hr>
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(back to [[Database Documentation]])<br>
 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(back to [[Database Documentation]])<br>

Revision as of 08:59, 29 July 2008

inventoryitems Records details with respect to the avatar's personal property (assets)      (back to Database Documentation)


The current structure of the inventoryitems table is as follows:


Field
TypeNullKeyDefaultExtra
 
assetIDvarchar(36)YESNULL 
assetTypeint(11) unsignedYESNULL
inventoryNamevarchar(64)YESNULL
inventoryDescriptionvarchar(64)YESNULL
inventoryNextPermissionsint(10) unsignedYESNULL
inventoryCurrentPermissionsint(10) unsignedYESNULL
invTypeint(11)YESNULL
CreatorIDvarchar(36)YESNULL
inventoryBasePermissionsint(10) unsignedNO0
inventoryEveryOnePermissionsint(10) unsignedNO0
salePriceint(11)NONULL
saleTypetinyint(4)NONULL
creationDateint(11)NONULL
groupIDvarchar(36)NO00000000-0000-0000-0000-000000000000
groupOwnedtinyint(4)NONULL
flagsint(11) unsignedNO0
inventoryIDchar(36)NOPRI00000000-0000-0000-0000-000000000000
avatarIDchar(36)YESMULNULL
parentFolderIdchar(36)YESMULNULL



      (back to Database Documentation)


assetID
Refers to the related row in the assets table.
assetType
Type of asset (e.g., script, texture, or shape)
inventoryName
Text of the name of the inventory item as it appears in the client inventory interface.
inventoryDescription
Text of the description of the inventory item as it appears in the client inventory interface.
inventoryNextPermissions
Permissions that will be applied to the item if/when it is transferred to another avatar.
inventoryCurrentPermissions
Permissions on the the item for the current posessor of the item.
invType
Type of inventory item (is this redundant with assetType?)
creatorID
UUID of the item's original creator.
inventoryBasePermissions
Base permissions of the object.
inventoryEveryOnePermissions
Permissions with respect to everyone but the owner of the item.
salePrice
Sale price of the item.
saleType
presently unknown
creationDate
Date the item was created
groupID
UUID of the group that the items is 'deeded' to
groupOwned
group ownership flags
flags
presently unknown
inventoryID
UUID of inventory item
avatarID
UUID of item's owner
parentFolderID
UUID of the folder said to 'contain' the item


      (back to Database Documentation)

Personal tools
General
About This Wiki