This website requires JavaScript.
Explore
Help
Sign In
deep-stack
/
ipld-eth-server
Watch
6
Star
0
Fork
0
You've already forked ipld-eth-server
forked from
cerc-io/ipld-eth-server
Code
Pull Requests
Activity
d7dde86942
ipld-eth-server
/
db
/
migrations
/
1510257608_add_contracts_table.up.sql
5 lines
96 B
MySQL
Raw
Normal View
History
Unescape
Escape
Update contract naming per Eric PR review
2017-11-13 16:11:27 +00:00
CREATE
TABLE
watched_contracts
Add contracts table / start building out watch contracts
2017-11-09 19:59:12 +00:00
(
contract_id
SERIAL
PRIMARY
KEY
,
contract_hash
VARCHAR
(
66
)
)
Copy Permalink