> ## 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.

# 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/8-OIGQQJR0VGDXy_/media/loc/en/database/tables/target_change.png?fit=max&auto=format&n=8-OIGQQJR0VGDXy_&q=85&s=bcf871c823f3730cc4f5523bd4db093f" 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.


## Related topics

- [target_revision table](/en/database/tables/target-revision.md)
- [SuperOffice.WebApi.Data.TargetChange](/en/api/reference/webapi/SuperOffice.WebApi.Data.TargetChange.md)
- [Released database changes in version 11.2.664.0](/release-notes/database/changes-11.2.664.md)
- [What's new in version 10.1.2.686](/release-notes/database/changes-10.1.2.md)
- [What's new in version 12.3.2195.0](/release-notes/database/changelog.md)
- [What's new in version 11.1.447.0](/release-notes/database/changes-11.1.447.md)
