I want to try to get it right the first time so I don't have to pull my hair out later. If you were storing FHGs, Model Information, Sponsor Information, etc in a relational database.... how would YOU set up the structure of these tables? I'm thinking something like:
main table -
galleryID, sponsorID, modelID
then
gallery table -
galleryID, category, number, type, dateAdded, any other information about the GALLERY
sponsor table -
sponsorID, sponsorName, 2257custodianContact, siteURL, other info about each SPONSOR
model table -
modelID, site, niche, hair color, blah, blah, blah about each MODEL
(Yeah I know it's a crappy structure. This will be my first database, I am showing an example and asking your opinion)
2 simple questions for each poster:- How would you set it up?
- What's your experience with databases?
Thanks every1