I'm using mysql workbench to management my database (mysql). I need to store a integer value that have more than 20 digits (we have 21 digits). I try to save in Bigint format but its not solve and i'm getting the same error:
mysql error 1264 out of range value for column
What is the best solution to save one integer with 21 digits?