attachment_location Table (476)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
A location for storing attachments
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| attachment_location_id | Primary key | PK | |
| path | The path for this location | String(4000) | ● |
| registered | Registered when | UtcDateTime | |
| registered_associate_id | Registered by whom | FK associate | |
| updated | Last updated when | UtcDateTime | |
| updated_associate_id | Last updated by whom | FK associate | |
| updatedCount | Number of updates made to this record | UShort |

Indexes
| Fields | Types | Description |
|---|---|---|
| attachment_location_id | PK | Clustered, Unique |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| attachment | This table contains metadata for attachments. The actual attachments are stored directly on disk, with filenames based on the the primary key for this table. |
Replication Flags
- None
Security Flags
- No access control via user's Role.