dimanche 14 juin 2015

Create a type in sqlite

I was trying to make a basket of products and i need to create a type in sqlite like:

create type B_productes as object ( id_product integer, quantity integer );

Or if you can give other solution.Thanks

Aucun commentaire:

Enregistrer un commentaire