forked from cerc-io/ipld-eth-server
5 lines
88 B
SQL
5 lines
88 B
SQL
CREATE TABLE contracts
|
|
(
|
|
contract_id SERIAL PRIMARY KEY,
|
|
contract_hash VARCHAR(66)
|
|
) |