Is there a way to define a column type in SQLite that holds any datatype that SQLite supports?
I have unsigned chars, signedchars, unsigned ints, signed ints, UTF-8 chars and blobs that I want to populate in a single column.
Reference to any literature is also appreciated.