ipld-eth-server/db/migrations/1512417153_add_abi_to_watched_contracts.up.sql

2 lines
61 B
MySQL
Raw Normal View History

ALTER TABLE watched_contracts
ADD COLUMN contract_abi json;