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 |