Add timestamp to block header
- Enables quickly deriving timestamp from header for log events
This commit is contained in:
@@ -3,6 +3,7 @@ CREATE TABLE public.headers (
|
||||
hash VARCHAR(66),
|
||||
block_number BIGINT,
|
||||
raw JSONB,
|
||||
block_timestamp NUMERIC,
|
||||
eth_node_id INTEGER,
|
||||
eth_node_fingerprint VARCHAR(128),
|
||||
CONSTRAINT eth_nodes_fk FOREIGN KEY (eth_node_id)
|
||||
|
||||
Reference in New Issue
Block a user