Hi. i'm new to phprunner so may be a bit slow.
i've got a mysql database with three tables. a users table (primary key = userID), a products table (primary = productsID) and an order table, which is two columns, userID and productsID.
how do i make two relationships come from one table? when i select the order table, it asks me which table is the master, but both the other tables are master tables.
if the program cant' do it then is there a way round it? or a way to code it?