Primary Key : INT UNSIGNED
- About 4.3 billion available IDs. Going unsigned gives you the extra 2 billion.
Phone Number : VARCHAR
- Phone numbers are identifiers that happen to use digits.
- See this post.
Price : FLOAT
- FLOATs will be calculated natively by the CPU rather than by the server.