Let's add that column, then! But which data type should the name column expect?

Right! Because we'll use the name column for strings, the TEXT type is an ideal fit. We use data types like INT and FLOAT to store numbers.

Are you sure that a number is the right type for the name column, which we'll use for strings?