ipld-eth-server/migrations/1508943247_create_blocks_table.up.sql

5 lines
53 B
MySQL
Raw Normal View History

CREATE TABLE public.blocks
(
block_number BIGINT
)