Question
MySQL data types?
I have a product database.
It contains both long_descriptions (text) and short_descriptions.
I want to limit length of short_descriptions to 255 characters.
Which is preferred -- varchar(255) or tinytext?
Thanks,
Nancy
I have a product database.
It contains both long_descriptions (text) and short_descriptions.
I want to limit length of short_descriptions to 255 characters.
Which is preferred -- varchar(255) or tinytext?
Thanks,
Nancy
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.