Dysan Posted May 31, 2008 Share Posted May 31, 2008 What's the difference between the following data types, as the maximum number of digits can be specified in the size parameter of all of them? int(size) smallint(size) tinyint(size) mediumint(size) bigint(size) Link to comment https://forums.phpfreaks.com/topic/108147-mysql-data-types/ Share on other sites More sharing options...
jonsjava Posted May 31, 2008 Share Posted May 31, 2008 This site gives a good run down on different data types. Link to comment https://forums.phpfreaks.com/topic/108147-mysql-data-types/#findComment-554348 Share on other sites More sharing options...
DarkWater Posted May 31, 2008 Share Posted May 31, 2008 The amount of bytes each column takes, which dictates how long the INTs can be. Link to comment https://forums.phpfreaks.com/topic/108147-mysql-data-types/#findComment-554350 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.