> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# attachment_location table

> A location for storing attachments

## attachment\_location Table (478)

A location for storing attachments

## Fields

| Name                      | Description                           | Type                            | Nullable |
| ------------------------- | ------------------------------------- | ------------------------------- | :------: |
| attachment\_location\_id  | Primary key                           | PK                              |    No    |
| path                      | The path for this location            | String(4000)                    |    Yes   |
| registered                | Registered when                       | UtcDateTime                     |    No    |
| registered\_associate\_id | Registered by whom                    | FK [associate](./associate.mdx) |    No    |
| updated                   | Last updated when                     | UtcDateTime                     |    No    |
| updated\_associate\_id    | Last updated by whom                  | FK [associate](./associate.mdx) |    No    |
| updatedCount              | Number of updates made to this record | UShort                          |    No    |

<img src="https://mintcdn.com/superofficeas/i6M2qZmvMNH7UTeu/media/loc/en/database/tables/attachment_location.png?fit=max&auto=format&n=i6M2qZmvMNH7UTeu&q=85&s=5c517a9b6c27b9d6118fc50734391bd6" alt="attachment_location table relationship diagram" width="722" height="59" data-path="media/loc/en/database/tables/attachment_location.png" />

## Indexes

| Fields | Types | Description |
| ------ | ----- | ----------- |

## Relationships

| Table                      | Description                                                                                                                                                   |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [associate](./associate)   | Employees, resources and other users - except for External persons                                                                                            |
| [attachment](./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.


## Related topics

- [Attachment location](/en/onsite/config/service/attachment-location.md)
- [attachment table](/en/database/tables/attachment.md)
- [ticket_attachment table](/en/database/tables/ticket-attachment.md)
- [kb_attachment table](/en/database/tables/kb-attachment.md)
- [s_attachment table](/en/database/tables/s-attachment.md)
- [email_attachment table](/en/database/tables/email-attachment.md)
