I have two tables, PRODUTOS
and INSUMOS
. To create a precise product of various inputs, I would like to know how to proceed with this relationship in MySQL.
Should I create a table called COMPOSICAO
and work on it only with foreign key, this would be a form, are there other?
How do I proceed with this type of grating in Laravel?