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,