| validator_index | NUMBER(38,0) | Unique index of validator. |
| pubkey | VARCHAR(16777216) | The validator’s BLS public key, uniquely identifying them. _48-bytes, hex encoded with 0x prefix, case insensitive. |
| withdrawal_credentials | VARCHAR(16777216) | The root of withdrawal credentials. |
| withdrawal_prefix | VARCHAR(16777216) | The first byte of this credential is known as the withdrawal prefix. This value is currently either 0x00 or 0x01. |
| withdrawal_address | VARCHAR(16777216) | ETH1 Withdrawal address specified in withdrawal credentials, applicable for validators with 0x01 withdrawal credentials only. |
| last_status | VARCHAR(16777216) | Last updated status. |
| activation_epoch | VARCHAR(16777216) | Epoch when validator activated. FAR_FUTURE_EPOCH if not activated. |
| exit_epoch | VARCHAR(16777216) | Epoch when validator exited. FAR_FUTURE_EPOCH if not exited. |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was created in the database. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was last updated in the database. |