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

# Object Changes

### Table Columns

Unique Key: `digest`

| Column Name                | Data Type         | Description                                              |
| -------------------------- | ----------------- | -------------------------------------------------------- |
| owner                      | VARIANT           | The owner of the object.                                 |
| object\_type               | VARCHAR           | The type of the object being changed.                    |
| object\_id                 | VARCHAR           | The ID of the object being changed.                      |
| sender                     | VARCHAR           | The sender associated with the object change.            |
| type                       | VARCHAR           | The type of object change.                               |
| digest                     | VARCHAR           | The unique identifier or hash of the object change.      |
| object\_change\_index      | BIGINT            | The index of the object change.                          |
| transaction\_block\_digest | VARCHAR           | The digest of the transaction block.                     |
| transaction\_block\_status | VARCHAR           | The status of the transaction block.                     |
| checkpoint\_timestamp      | TIMESTAMP\_NTZ(9) | The timestamp of the checkpoint.                         |
| checkpoint\_sequence       | BIGINT            | The sequence number of the checkpoint.                   |
| checkpoint\_digest         | VARCHAR           | The digest of the checkpoint associated with the change. |
| previous\_version          | BIGINT            | The previous version of the object.                      |
| version                    | BIGINT            | The version of the object.                               |
| \_created\_at              | TIMESTAMP\_NTZ(9) | Timestamp of the entry creation                          |
| \_updated\_at              | TIMESTAMP\_NTZ(9) | Timestamp of the entry update                            |
