:
: The primary key for my database is a BIGINT, basically a 64 bit integer. The
: value is well below the 32 bit maximum (about 230 million right now) but
: someday in the future that might not be the case. In the schema, we have it
: mapped to a "tint" field type as defined in the example sch
The primary key for my database is a BIGINT, basically a 64 bit
integer. The value is well below the 32 bit maximum (about 230 million
right now) but someday in the future that might not be the case. In the
schema, we have it mapped to a "tint" field type as defined in the
example schema. I