thorchain.gov Table: fact_set_node_keys_events Type: Base Table
What
Fact table that shows set node key eventsColumns
| Column Name | Data Type | Description |
|---|---|---|
| FACT_SET_NODE_KEYS_EVENTS_ID | TEXT | The surrogate key for the table. Will be unique and is used as a foreign key in other tables |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | Timestamp of block minting(without a timezone) |
| DIM_BLOCK_ID | TEXT | FK to DIM_BLOCK table |
| NODE_ADDRESS | TEXT | NODE_ADDRESS column |
| SECP256K1 | TEXT | SECP256K1 column |
| ED25519 | TEXT | ED25519 column |
| VALIDATOR_CONSENSUS | TEXT | VALIDATOR_CONSENSUS column |
| _INSERTED_TIMESTAMP | TIMESTAMP_NTZ | _INSERTED_TIMESTAMP column |
| _AUDIT_RUN_ID | TEXT | _AUDIT_RUN_ID column |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |