thorchain.gov Table: fact_validator_request_leave_events Type: Base Table
Fact table containing validator request leave events
Columns
| Column Name | Data Type | Description |
|---|---|---|
| FACT_VALIDATOR_REQUEST_LEAVE_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 |
| TX_ID | TEXT | The unique transaction id |
| FROM_ADDRESS | TEXT | The sending address for this event |
| NODE_ADDRESS | TEXT | Address of node operator |
| _INSERTED_TIMESTAMP | TIMESTAMP_NTZ | |
| _AUDIT_RUN_ID | TEXT | |
| 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. |