I'm hoping that there is a simple fix for this. I have a database column in which I store a number. I knew that the numbers would get pretty big, so I set the field to 'bigint'. However it will not store a number larger than 9223372036854775808
.
Why is this?