diff --git a/shyftDb/postgres_setup/create_tables.psql b/shyftDb/postgres_setup/create_tables.psql index 54ae0bfe3d..4205273740 100644 --- a/shyftDb/postgres_setup/create_tables.psql +++ b/shyftDb/postgres_setup/create_tables.psql @@ -15,14 +15,4 @@ CREATE TABLE IF NOT EXISTS txs ( nonce numeric, data bytea, block text references blocks(hash) -); - - TxHash: tx.Hash(), - From: tx.From(), - To: tx.To(), - BlockHash: blockHash.Hex(), - Amount: tx.Value(), - GasPrice: tx.GasPrice(), - Gas: tx.Gas(), - Nonce: tx.Nonce(), - Data: tx.Data(), \ No newline at end of file +); \ No newline at end of file