Jump to content

Trouble with adding another table to database


monkeybidz

Recommended Posts

I have a current table in database named:  userlist

 

The fields in userlist table are:

id - Primary

name

email

password

 

I need to add another table and link it to user. Table should be named jobs with fields:

 

id

user_id

job_number

Job_detail

 

The above field name need not be named as they are. Will i have trouble linking these two tables? One user should be able to insert more than one job_number or row.

 

 

Link to comment
Share on other sites

Guest
This topic is now 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.