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,
from_addr text,
blockhash text,
amount bigint,
gasprice bigint,
amount numeric,
gasprice numeric,
gas numeric,
nonce numeric,
data bytea,