ipld-eth-server/db/migrations/1510257608_add_contracts_table.up.sql

5 lines
96 B
MySQL
Raw Normal View History

CREATE TABLE watched_contracts
(
contract_id SERIAL PRIMARY KEY,
contract_hash VARCHAR(66)
)