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

| Property            | Value                                               |
| ------------------- | --------------------------------------------------- |
| Table Name          | `sui_testnet.raw.object_changes`                    |
| Table Status        | Beta 🌱                                             |
| Unique Key          | `checkpoint_timestamp`, `digest`                    |
| Clustering Key(s)   | `to_date("checkpoint_timestamp")`                   |
| Search Optimization | `transaction_block_digest`, `sender`, `object_type` |

### Table Columns

| Column Name                | Data Type         | Description                                              |
| -------------------------- | ----------------- | -------------------------------------------------------- |
| checkpoint\_digest         | VARCHAR(16777216) | The digest of the checkpoint associated with the change. |
| checkpoint\_sequence       | NUMBER(38,0)      | The sequence number of the checkpoint.                   |
| checkpoint\_timestamp      | TIMESTAMP\_NTZ(9) | The timestamp of the checkpoint.                         |
| digest                     | VARCHAR(16777216) | The unique identifier or hash of the object change.      |
| object\_change\_index      | NUMBER(38,0)      | The index of the object change.                          |
| object\_id                 | VARCHAR(16777216) | The ID of the object being changed.                      |
| object\_type               | VARCHAR(16777216) | The type of the object being changed.                    |
| owner                      | VARIANT           | The owner of the object.                                 |
| previous\_version          | NUMBER(38,0)      | The previous version of the object.                      |
| sender                     | VARCHAR(16777216) | The sender associated with the object change.            |
| transaction\_block\_digest | VARCHAR(16777216) | The digest of the transaction block.                     |
| transaction\_block\_status | VARCHAR(16777216) | The status of the transaction block.                     |
| type                       | VARCHAR(16777216) | The type of object change.                               |
| version                    | NUMBER(38,0)      | 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.                           |

### Related Docs

* [Sui Raw Object Changes](/historical-data/supported-blockchains/move-ecosystem/sui/raw/object-changes)
