List of attachment repository locations
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) numeric identifier. |
| folder_type | integer | with null | Folder type |
| folder_name | nvarchar(255) | with null | Folder name |
| description | nvarchar(500) | with null | Textual description of this attachment folder |
| parent_id | integer | with null | Parent folder id |
| folder_path_ids | nvarchar(255) | with null | Folder path ids |
| has_children | integer | with null | If has children |
| inherit_permission_id | integer | with null | Id of folder to inherit from |
| read_pgroup | integer | with null | Read p Group permissions of the attachment |
| write_pgroup | integer | with null | Write p Group permissions of the attachment |
| repository | nvarchar(30) | with null | Repository pers id |
| last_mod_date | integer | with null | Last modify date |
Product Name: Unicenter Service Desk
Table Type: Table