vote up 0 vote down star

I'm looking for a listing of all MySQL data types and the available settings for each option for each data type.

After a bit of googling I couldn't find anything quite like that.

flag

2 Answers

vote up 3 vote down check

here you can find a quick summary of mysql data types, with range, attributes and default value

link|flag
Wow! Thanks a ton! – macinjosh Jan 31 at 18:33
vote up 0 vote down

For completeness' sake, don't forget the MySQL documentation.

Although the list is broken across multiple pages, often with a lot of commentary in between, it's a useful resource when you need to check some aspect of a particular type. There are also overviews of the basic types, but again, there's a lot of cruft mixed in with it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.