Home › Forums › Other › How to setup a database table? › Re: How to setup a database table?
June 30, 2013 at 6:10 pm
#141073
Participant
How is this table related to other tables? do you have users creating url’s and title’s? you might want to add user_id as well so you can relate(join) two tables if you ever need to display more complex data. `user_id` would be the id in the users table for example.