I've fired up SQLite Database Browser and found Blob, Int and Text data types. There's also a box to name your own type but I'm expecting those to not be widely supported in SQLite.
If I have records with variable numbers of fields (each structured as a combination of fields itself, eg int & text) how would I put them in a table? I'm guessing that I would need to make another table for these. Is there no more elegant solution? Especially with regard to creating the database manually using an SQLite database manager.