mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +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,
|
to_addr text,
|
||||||
from_addr text,
|
from_addr text,
|
||||||
blockhash text,
|
blockhash text,
|
||||||
amount bigint,
|
amount numeric,
|
||||||
gasprice bigint,
|
gasprice numeric,
|
||||||
gas numeric,
|
gas numeric,
|
||||||
nonce numeric,
|
nonce numeric,
|
||||||
data bytea,
|
data bytea,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue