updated tables

This commit is contained in:
Dustin Brickwood 2018-04-23 11:31:32 -04:00
parent 048883c09a
commit d995a67b9c

View file

@ -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,