5 lines
96 B
SQL
5 lines
96 B
SQL
CREATE TABLE watched_contracts
|
|
(
|
|
contract_id SERIAL PRIMARY KEY,
|
|
contract_hash VARCHAR(66)
|
|
) |