Hi,
Could someone do me a favor an give me a link that describes what each of the field types in mysql do? eg. int, tinytext, blob..etc
I know some but not all.
Also, will it make a difference if I 'overuse' the field types? for example, if for an ID field or date fields taht only holds up to 10 numbers, and I use a say blob or varchar 250 for it. Will it slow the table process?
Thanks!!