Jump to content

[SOLVED] Advice wanted


MadTechie

Recommended Posts

OK i have been setting up a database which is getting more and more complex, howeven while i was designing it and started to wonder if i am setting the tables up the best way..

 

heres a basic example of what i have neen doing

 

UserTable

ID

UserName

Group

[/td]

1

User1

Group1

2

User2

Group2

 

 

Items

ID

ItemName

Weight

1

Item1

100g

2

Item2

200g

3

Item3

300g

4

Item4

400g

 

 

Now the question

 

in the example above

 

i'll have another table called UserItems

ID

UserID

ItemID

1

2

1

2

2

2

3

2

4

 

this would be if the user2 picked items 1,2 & 4,

 

now is this the best way of doing this and do i need the ID on the 'UserItems' table ?

Link to comment
https://forums.phpfreaks.com/topic/46117-solved-advice-wanted/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.