.. |
1508943247_create_blocks_table.down.sql
|
Add instructions for creating the database and the initial table
|
2017-10-25 10:05:29 -05:00 |
1508943247_create_blocks_table.up.sql
|
Add instructions for creating the database and the initial table
|
2017-10-25 10:05:29 -05:00 |
1508965325_add_columns_to_blocks.down.sql
|
Added fields for: Time, Gas Limit, and Gas Used
|
2017-10-26 08:43:39 -05:00 |
1508965325_add_columns_to_blocks.up.sql
|
Added fields for: Time, Gas Limit, and Gas Used
|
2017-10-26 08:43:39 -05:00 |
1509119369_initial_transaction_table.down.sql
|
Start storing transactions
|
2017-10-31 09:18:30 -05:00 |
1509119369_initial_transaction_table.up.sql
|
Start storing transactions
|
2017-10-31 09:18:30 -05:00 |
1509391861_add_primary_key_to_blocks.down.sql
|
Add primary key column for blocks table
|
2017-10-31 08:42:14 -05:00 |
1509391861_add_primary_key_to_blocks.up.sql
|
Add primary key column for blocks table
|
2017-10-31 08:42:14 -05:00 |
1509460207_add_block_id_to_transactions.down.sql
|
Associate saved transactions to their block
|
2017-10-31 10:36:37 -05:00 |
1509460207_add_block_id_to_transactions.up.sql
|
Associate saved transactions to their block
|
2017-10-31 10:36:37 -05:00 |
1509484288_add_block_index.down.sql
|
Add index on block_number column (#43)
|
2017-11-01 08:52:04 -05:00 |
1509484288_add_block_index.up.sql
|
Add index on block_number column (#43)
|
2017-11-01 08:52:04 -05:00 |
schema.sql
|
Add index on block_number column (#43)
|
2017-11-01 08:52:04 -05:00 |