Data types… They are oh so important when designing your database tables. In this blog post, I look at two similar string data types: CHAR
and VARCHAR
. Chances are you will likely use one, the other, or both in MySQL. But what is the difference in them? I want to know myself. So let’s learn together…