blob: adad1d2c82cba637e13b4a4d357fcb43ceee2526 (
plain) (
blame)
1
2
3
4
5
6
7
|
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)
|