Is it possible to add custom metadata to an SQLite column? Or will I need to store it in a separate column or table?
I'm working on a database where I'd like to store the units of a column in some form, i.e. a Temperature column being in units of Kelvin. Is it possible to store this as a string or some form of custom metadata attached to the column?