forked from cerc-io/ipld-eth-server
review fixes
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
CREATE TABLE full_sync_transactions (
|
||||
id SERIAL PRIMARY KEY,
|
||||
block_id INTEGER NOT NULL REFERENCES blocks(id) ON DELETE CASCADE,
|
||||
gaslimit NUMERIC,
|
||||
gasprice NUMERIC,
|
||||
gas_limit NUMERIC,
|
||||
gas_price NUMERIC,
|
||||
hash VARCHAR(66),
|
||||
input_data BYTEA,
|
||||
nonce NUMERIC,
|
||||
|
||||
Reference in New Issue
Block a user