Add instructions for creating the database and the initial table
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DROP TABLE public.blocks
|
||||
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE public.blocks
|
||||
(
|
||||
block_number BIGINT
|
||||
)
|
||||
Reference in New Issue
Block a user