add header_cids.withdrawals_root
This commit is contained in:
parent
efd181a99c
commit
90c29240a5
@ -15,6 +15,7 @@ CREATE TABLE IF NOT EXISTS eth.header_cids (
|
||||
timestamp BIGINT NOT NULL,
|
||||
coinbase VARCHAR(66) NOT NULL,
|
||||
canonical BOOLEAN NOT NULL DEFAULT TRUE,
|
||||
withdrawals_root VARCHAR(66),
|
||||
PRIMARY KEY (block_hash, block_number)
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user