Version: 4.0
Using native BigInt PKs (MySQL and PostgreSQL)
You can use BigIntType
to support bigint
s. By default it will represent the value as
a string
.
If you want to use native bigint
type, you will need to create new type based on the
BigIntType
: