Document Repository.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) numeric identifier. |
| persid | nvarchar(30) | with null | Persistent ID (SystemObjectName:id) |
| del | integer | not null | Deleted flag (0=active 1=inactive/marked as deleted) |
| sym | nvarchar(30) | not null | Name of document repository |
| default_rep | integer | with null | The default rep value for this Document_Repository. |
| description | nvarchar(500) | with null | Description |
| repository_type | integer | with null | Type of repository (attachments, knowledge) |
| file_limit_size | integer | with null | File limit size |
| prohibited_ext | nvarchar(500) | with null | Prohibited file extensions |
| protocol | nvarchar(12) | with null | HTTP or SHARE |
| server | nvarchar(30) | with null | Name of Doc Server |
| cgi_path | nvarchar(255) | with null | Location and name of CGI |
| upload_path | nvarchar(255) | with null | Server Location of doc repository |
| retrieve_path | nvarchar(255) | with null | How to get back to upload_path via protocol |
| servlet_path | nvarchar(255) | with null | Servlet URL |
| last_mod_dt | integer | with null | Timestamp of when this record was last modified |
| archive_type | integer | with null | The archive type value for this Document_Repository. |
| archive_path | nvarchar(255) | with null | The archive path value for this Document_Repository. |
| last_mod_by | byte(16) | with null | Specifies the uuid of the contact who last modified this record |
Product Name: Unicenter Service Desk
Table Type: Table