db_folder
Details of the folder object. Folder stores other folders, documents, urls and forums
Column | Type | References | Comments |
---|---|---|---|
id | Integer | Â | Primary key |
guid | String | Â | Â |
vdb_id | Integer | Â | Â |
name | String | Â | Name of this folder |
description | String | Â | Description of this folder |
parent_id | Integer | db_folder.id | ID of this folder's parent. |
creator_id | Integer | db_person.id | ID of the creator of this folder. |
project_id | Integer | db_project.id | Â |
task_id | Integer | db_task.id | Â |
path | String | Â | Path of this folder from its root. IDs are separated by /. |
root_id | Integer | db_folder.id | Root ID of this folder. |
sz | Float | Â | Size of this folder |
leaves | Integer | Â | Number of descendant documents |
last_checkin | Date | Â | Max date of last checkin in this folder (including descendants) |