Dear All,

Greetings!

I have problem that how to relate between two table in phpmyadmin.

Say I have two tables,

project
-------
user_id int(11) pk
title varchar(20)

commitment
-------------
commitment_id int pk
user_id int fk

Now, how to relate user_id fields of those two tables..?
Your help will...