Add contracts table / start building out watch contracts
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DROP TABLE contracts
|
||||
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE contracts
|
||||
(
|
||||
contract_id SERIAL PRIMARY KEY,
|
||||
contract_hash VARCHAR(66)
|
||||
)
|
||||
Reference in New Issue
Block a user