Table Description
Event data for update node account status on THORChain. This table is partitioned by day.Column Descriptions
| Column | Type | Description |
|---|---|---|
| block_timestamp | timestamp | Timestamp of when the block was created |
| former_status | varchar | Former Status |
| current_status | varchar | Current Status |
| node_address | varchar | Address |
| _inserted_timestamp | timestamp | Timestamp of the record |
| fact_update_node_account_status_events_id | date | Surrogate key for the fact record |
| dim_block_id | bigint | Reference to the block dimension table |
| inserted_timestamp | timestamp | Time when the record was inserted |
| modified_timestamp | timestamp | Time when the record was last modified |