Jump to content

Database Struture Question


toxictoad

Recommended Posts

Hey all,

 

I'm new to MySQL and currently have been working with a one table db that works ok but now want to expand this so there are different tables. This is what I was thinking.

 

db name: mymovies

 

table name: movie_info

fields: movieID (PK) | title | year | stars | country | plot | certification

 

table name: actors

fields: actorID (PK) | actor1 | actor2 | actor3 | actor4 | actor5

 

table name: directors

fields: directorID (PK)  | director1 | director2

 

table name: genre

fields: genreID (PK)  | genre1 | genre2

 

table name: links

fields: linksID (PK)  | coverLK | trailerLK | detailsLK

 

Is my table/field structure good?

 

I dont know how atm how to make the connection between the tables but think this must be done in the php page?

 

Thnaks

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.