I'm trying to use this number:
294670251400
This number will be an attribute in a model that is keeping counter tabs on membership cards. The membership cards have three four digit vanity sets.
But when I update_attribute to contain this, the number is reset to mySQL's max int :
2147483647
Anyone have a workaround to this ?