make withdrawals_root not null
This commit is contained in:
parent
b64d747e4c
commit
b50a983e1a
@ -15,7 +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),
|
||||
withdrawals_root VARCHAR(66) NOT NULL,
|
||||
PRIMARY KEY (block_hash, block_number)
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user