ipld-eth-server/db/migrations/1508943247_create_blocks_table.up.sql
2017-11-06 13:12:57 -06:00

5 lines
53 B
SQL

CREATE TABLE public.blocks
(
block_number BIGINT
)