You are looking for a blob .
On the web page:
BLOB - A value is a block of data stored exactly as it was entered.
Here is an example of creating a table with two columns - an identifier and some data that is BLOB:
CREATE TABLE t1 (id INTEGER PRIMARY KEY, data BLOB);
source share