I am creating a Database in SQLIte and I have 2 tables, a LIST table and other PRODUCTS.
The LIST table in addition to the ID numeric
, NOME text
, fields has a PRODUCT ARRAYLIST.
The PRODUCTS table only has ID numeric
, NOME text
, IMAGEM drawable
.
My question is how to create the LIST table in SQLite, if the SQLITE types allowed do not include ARRAYLISTs?