Details of the folder object. Folder stores other folders, documents, urls and forums
| Column | Type | References | Comments |
|---|---|---|---|
| id | Integer | Primary key | |
| vdb_id | Integer | ||
| name | String | Name of this folder | |
| description | String | Description of this folder | |
| path | String | Path of this folder from its root. IDs are separated by /. | |
| parent_id | Integer | db_folder.id | ID of this folder's parent. |
| root_id | Integer | db_folder.id | Root ID of this folder. |
| creator_id | Integer | db_user.id | ID of the creator of this folder. |
| sz | Float | Size of this folder |