Good, I have a table products and I want each product to have one or several images. so create a table images with a foreign key to products.
something like this:
create table producto(
id_producto serial,
nombre character varying(20),...
asked by
24.06.2016 / 06:44