Skip to content

Commit 66216d4

Browse files
authored
Update contract_deployments.chain_id type to bigint (#29)
Closes #23
1 parent 0bccd8d commit 66216d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

database.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ CREATE TABLE contract_deployments
113113
114114
also note that for genesis contracts, creation_code_hash may be '\x' (i.e. there is no creation code)
115115
*/
116-
chain_id numeric NOT NULL,
116+
chain_id bigint NOT NULL, /* see https://github.com/verifier-alliance/database-specs/issues/23 */
117117
address bytea NOT NULL,
118118
transaction_hash bytea NOT NULL,
119119

0 commit comments

Comments
 (0)