SyntaxFix
Write A Post
Hire A Developer
Questions
VARCHAR is variable-length.
VARCHAR
CHAR is fixed length.
CHAR
If your content is a fixed size, you'll get better performance with CHAR.
See the MySQL page on CHAR and VARCHAR Types for a detailed explanation (be sure to also read the comments).