Community

TEXT and BLOB good practices

(Federico Razzoli) TEXT and BLOB are MySQL variable-length types for long texts and long binary data. They are often misused. Sometimes they are used because they are an ORM’s default type for strings.