Databases support lots of data types
Columns in sqlite don’t have to always store the same data type, instead they have type affinities and can coerce data into their preferred storage format.
Columns in sqlite don’t have to always store the same data type, instead they have type affinities and can coerce data into their preferred storage format.