e1b9dde9be
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) WWW: https://github.com/matthuhiggins/foreigner
9 lines
295 B
Text
9 lines
295 B
Text
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)
|
|
|
|
WWW: https://github.com/matthuhiggins/foreigner
|