mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
updated tables
This commit is contained in:
parent
048883c09a
commit
d995a67b9c
1 changed files with 2 additions and 2 deletions
|
|
@ -9,8 +9,8 @@ CREATE TABLE IF NOT EXISTS txs (
|
|||
to_addr text,
|
||||
from_addr text,
|
||||
blockhash text,
|
||||
amount bigint,
|
||||
gasprice bigint,
|
||||
amount numeric,
|
||||
gasprice numeric,
|
||||
gas numeric,
|
||||
nonce numeric,
|
||||
data bytea,
|
||||
|
|
|
|||
Loading…
Reference in a new issue