Add instructions for creating the database and the initial table

This commit is contained in:
Eric Meyer
2017-10-25 10:05:29 -05:00
parent 3438c5f256
commit 99c3003ba8
3 changed files with 18 additions and 0 deletions
@@ -0,0 +1 @@
DROP TABLE public.blocks
@@ -0,0 +1,4 @@
CREATE TABLE public.blocks
(
block_number BIGINT
)