> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# target_change table

> A single field change.

## target\_change Table (521)

A single field change.

## Fields

| Name                      | Description                                                                                                                                                      | Type                                         | Nullable |
| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------- | :------: |
| target\_change\_id        | Primary key                                                                                                                                                      | PK                                           |    No    |
| target\_revision\_id      | The revision history changeset this change belongs to                                                                                                            | FK [target\_revision](./target-revision.mdx) |    Yes   |
| field\_identifier         | What field was changed - target\_group.period\_type or target\_assignment\_value.month01.target\_value or target\_assignment\_value.quarter01.target\_value etc. | String(255)                                  |    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    |
| value\_change\_from       | Previous value                                                                                                                                                   | Double                                       |    Yes   |
| value\_change\_to         | New value                                                                                                                                                        | Double                                       |    Yes   |

<img src="https://mintcdn.com/superofficeas-worktree-351-fix-webapi-escaped-anchors/KsvSyGQJCWf4OHdL/media/loc/en/database/tables/target_change.png?fit=max&auto=format&n=KsvSyGQJCWf4OHdL&q=85&s=117b93336f256fe9e8f6a1acb88cb930" alt="target_change table relationship diagram" width="722" height="59" data-path="media/loc/en/database/tables/target_change.png" />

## Indexes

| Fields               | Types | Description |
| -------------------- | ----- | ----------- |
| target\_revision\_id | FK    | Index       |

## Relationships

| Table                                 | Description                                                        |
| ------------------------------------- | ------------------------------------------------------------------ |
| [associate](./associate)              | Employees, resources and other users - except for External persons |
| [target\_revision](./target-revision) | One batch of changes made to targets                               |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
