Displaying 1 result from an estimated 1 matches for "journeys_users".
2006 Apr 12
0
datamodell/databasestructure
...-------------------
id user_id id
name item_id name
... number password
id ......
Now i want to expand my model with journeys .
A journey should have many users and many users should have many
journeys. That will result in the following tables:
journeys <-> journeys_users <-> users
------------------------------------------------------------------------
--------------------------------------
id journey_id id
name item_id name
... password
......
Here is my problem:
I now want to relate inventory(holdings) to journeys, so th...