Hi guys, i have just installed the foreign key pluging from http://
www.redhillconsulting.com.au/
rails_plugins.html#foreign_key_migrations.
The problem that I'm facing is the following: I have set up migrations
for 7 tables in a MySQL database. However, when I try to execute rake
db:migrate i get the following error:
The locations and interest_types migration files don't explicitly
define the id field. If I'm not mistaken, you don't have to specifcy
the id field.
Or will the problem be solved if the interest_types en locations table
ALREADY exist, before I apply any foreign keys?