The actual tables..
The top left is the assembly table
The top right is the items_table
the bottom left is the inventory table


I wanted to update the inventory based on the orders..
each product has multiple inventory items and I need to multiple each quantity in assembly_table by the quantity in items_table
You could join the tables together to multiply quantities with the same
product_tuid: