MasterACE14 Posted February 8, 2008 Share Posted February 8, 2008 Hey Everyone, I got a really simple question. What is the highest but safest I can go with a Integer? I want to go as high as I possibly can without getting data corruption on the integers. what I am currently running with is bigint(250) how much further can I go??? Regards ACE Link to comment https://forums.phpfreaks.com/topic/90012-solved-largest-but-safest-without-data-corruption-integer/ Share on other sites More sharing options...
fenway Posted February 8, 2008 Share Posted February 8, 2008 There's no such thing as BIGINT(250)... it's BIGINT(20). And if you want to make it bigger, add UNSIGNED. That's it. Link to comment https://forums.phpfreaks.com/topic/90012-solved-largest-but-safest-without-data-corruption-integer/#findComment-461733 Share on other sites More sharing options...
MasterACE14 Posted February 8, 2008 Author Share Posted February 8, 2008 ok, thanks Link to comment https://forums.phpfreaks.com/topic/90012-solved-largest-but-safest-without-data-corruption-integer/#findComment-462115 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.