Hi,
I have two tables as
employee
id int primary key,
purchase_order_product int,
bundle int
fabric_bundles
id int primary key,
purchase_order_product int,
bundle int,
quantity
I want to make assciation between employee and fabric_bundles via purchase_order_product and bundle