Evening,
I’ve no training in Databases, and I’m a bit lost.
Essentially I’ve this data:
Game
name_of_game varchar(?);
screen_shots ?
screen_shot_1
screen_shot_2
...
screen_shot_n
/Game
What is the best way to store the screen_shot_n data?
Do I try to use a serialized array? Or do I need to try to make another table and store it there? BTW, there are 30k ‘Game’
I’m using PHP and MySQL if that’d help in anyway…
I would probably use a separate screen shots table.
Game Table
Screenshots Table
And then you can find the game’s screenshots with: