MySQL VARCHAR like Data type with MIN and MAX character lengths
- by Phill Pafford
Looking for a data type that is similar to VARCHAR as to the values I would like, but is there a way to have a MIN/MAX character length?
VARCHAR(6,10)
This would have a minimum of 6 characters and a maximum of 10 characters.