
Adds helpers to migrations and dumps foreign keys to schema.rb foreigner introduces a few methods to your migrations for adding and removing foreign key constraints. it also dumps foreign keys to schema.rb.
the following adapters are supported:
- mysql2
- postgres
- sqlite (foreign key methods are a no-op)