Primitems

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Wikified table structure)
m (typo : prim->primID in structure table)
Line 40: Line 40:
 
| itemID || char(36) || NO || PRI ||  ||  
 
| itemID || char(36) || NO || PRI ||  ||  
 
|-  
 
|-  
| prim || char(36) || NO || MUL ||  ||  
+
| primID || char(36) || NO || MUL ||  ||  
 
|- style="background:#eee;"
 
|- style="background:#eee;"
 
| assetID || char(36) || YES ||  ||  ||  
 
| assetID || char(36) || YES ||  ||  ||  

Revision as of 07:22, 29 November 2021


Primitems Describes Prim Items and their relationships with Prims and Users       (back to Database Documentation)

The current structure of the Primitems table is as follows:

Field Type Null Key Default Extra
invType int(11) YES
assetType int(11) YES
Name varchar(255) YES
Description varchar(255) YES
CreationDate bigint(20) YES
nextPermissions int(11) YES
currentPermissions int(11) YES
basePermissions int(11) YES
everyonePermissions int(11) YES
groupPermissions int(11) YES
flags int(11) YES 0
itemID char(36) NO PRI
primID char(36) NO MUL
assetID char(36) YES
parentfolderID char(36) YES
creatorID char(36) YES
ownerID char(36) YES
groupID char(36) YES
lastownerID char(36) YES


      (back to Database Documentation)


invType
The inventory type of this item. Is this needed with asset type?

assetType
The asset type of this item.

name
The name of this item defined by the creator.

description
A definition of this item.

creationDate
The date the item was created.

nextPermissions
The permissions to be granted to the next owner of this item. Definitions of the Permissions fields can be found at OpenSim:Permissions

currentPermissions
The permissions currently in force on thie item. Definitions of the Permissions fields can be found at OpenSim:Permissions



basepermissions
The permissions that the item was created with.

everyonepermissions
The permissions applied to everyone except the owner. Definitions of the Permissions fields can be found at OpenSim:Permissions



grouppermissions
Not yet implemented - waiting on groups. Definitions of the Permissions fields can be found at OpenSim:Permissions



flags
The use and values of flags are identified here: OpenSim:Permissions#ObjectFlags_.28F.29

itemID
The UUID of this item (i.e. the key by which it is accessed).

primID
The UUID of the prim to which this item is attached.

assetID
The UUID of the asset on the asset table created by this item.

parentfolderID
Not certain about the use of this field, but it seems to be the same as the primID.

ownerID
The UUID of the user who currently owns this item.

groupID
Not currently used as groups are not yet implemented.

lastownerID
The UUID of the user who previously owned this item.


      (back to Database Documentation)

Personal tools
General
About This Wiki