FK
Size: a a a
FK
P
FK
FK
P
P
FK
FK
FK
P
s
def insert_db(items_array,client)
items_array.each do |item|
client.query("INSERT INTO products (TITLE, COLOR, `DESC`, SIZE, PRICE, GALLERY, PREV) VALUES (?, ?, ?, ?, ?, ?, ? ) ;" ,
item['title'], item['color'], item['details'] , item['brand'], item['pictures'], item['sizes'], item['webid'])
end
end
s
P
s
P
P
FK
FK
s
s