How do I add a foreign key in SequelPro?
You can either declare your table completely in SQL, and just add it that way. Or you can declare the columns in the table so that it is defined. Then select the table and click on Relations. Using the + at the end of the screen will allow you to specify a table and column … Read more