From d995a67b9cee1a2a854a4638cdefa47d724b31db Mon Sep 17 00:00:00 2001 From: Dustin Brickwood Date: Mon, 23 Apr 2018 11:31:32 -0400 Subject: [PATCH] updated tables --- shyftDb/postgres_setup/create_tables.psql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shyftDb/postgres_setup/create_tables.psql b/shyftDb/postgres_setup/create_tables.psql index 4205273740..d501365a54 100644 --- a/shyftDb/postgres_setup/create_tables.psql +++ b/shyftDb/postgres_setup/create_tables.psql @@ -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,