| slot_number | NUMBER(38,0) | Beacon Chain slot number when the validator is scheduled to propose a block. |
| slot_timestamp | TIMESTAMP_NTZ(9) | Beacon Chain slot timestamp when the validator is scheduled to propose a block. |
| epoch_number | NUMBER(38,0) | Epoch number when the validator is scheduled to propose a block. |
| epoch_timestamp | TIMESTAMP_NTZ(9) | Epoch timestamp when the validator is scheduled to propose a block. |
| dependent_root | VARCHAR(16777216) | The block root that this validator duties is dependent on. |
| validator_index | NUMBER(38,0) | The index of the validator in the validator registry. |
| pubkey | VARCHAR(16777216) | The validator’s BLS public key, uniquely identifying them. _48-bytes, hex encoded with 0x prefix, case insensitive |
| execution_optimistic | BOOLEAN | It’s true if the response references an unverified execution payload. The optimistic information may be invalidated at a later time. If the field is not present, assume the false value |
| _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. |