Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Open Simulator Technical Help
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
OpenSimulator Internals/Databases
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== primitems === Inventory items inside prim contents. One row per item. {| class="wikitable" ! Field !! Notes |- | itemID || Primary key |- | primID || Foreign key to prims.UUID -- which prim contains this item |- | assetID || Foreign key to osimdev_robust.assets.id -- cross-database reference |- | assetType || Asset type |- | invType || Inventory type |- | name || Item name |- | CreatorID || varchar(255) -- accommodates HyperGrid URIs |- | ownerID || Owner UUID |- | parentFolderID || Folder UUID (within prim inventory) |- | nextPermissions/currentPermissions/basePermissions/everyonePermissions/groupPermissions || Permission bitmasks |- | salePrice/saleType || Sale settings |- | creationDate || Bigint Unix timestamp |} The assetID field in primitems references osimdev_robust.assets -- a cross-database foreign key. The asset data lives in the grid database; only the inventory record lives in the region database. Example: notecard "test note" (assetType 7) in the Box object, assetID 6f2d7ffb-99f4-431a-919e-eb8cd174a620 confirmed present in osimdev_robust.assets. ----
Summary:
Please note that all contributions to Open Simulator Technical Help may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Open Simulator Technical Help:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
OpenSimulator Internals/Databases
(section)
Add topic