Database:Inventoryfolders
From OpenSimulator
inventoryfolders Records details concerning the avatar's inventory organisation, (back to Database Documentation)
specifically the folders. No information about contents of the folders is in this table.
The current structure of the avatar appearance table is as follows:
Field | Type | Null | Key | Default | Extra | |
folderName | varchar(64) | YES | NULL | |||
type | smallint(6) | NO | 0 | |||
version | int(11) | NO | 0 | |||
folderID | char(36) | NO | PRI | 00000000-0000-0000-0000-000000000000 | ||
agentID | char(36) | YES | MUL | NULL | ||
parentFolderID | char(36) | YES | MUL | NULL |
(back to Database Documentation)
folderName
type
version
folderID
agentID
parentFolderID
(back to Database Documentation)