Seems like Github IDs have now exceeded the limit for integer column types. This PR changes everything to a string instead. Thought about doing bigint but it appears there's some potential inconsistencies there (zapatos error) when using JSON parse, so we'll just do strings.
Seems like Github IDs have now exceeded the limit for
integer
column types. This PR changes everything to astring
instead. Thought about doingbigint
but it appears there's some potential inconsistencies there (zapatos error) when using JSON parse, so we'll just do strings.