add header_cids.withdrawals_root

This commit is contained in:
Roy Crihfield 2024-05-08 16:24:41 +08:00
parent efd181a99c
commit 90c29240a5

View File

@ -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)
);