automatic_foreign_key 1.0.5
Automatic Key Migrations is a gem that automatically generates foreign-key constraints when creating tables. It uses SQL-92 syntax and as such should be compatible with most databases that support foreign-key constraints.
Gemfile:
=
安装:
=
Runtime 依赖 (2):
activerecord
>= 2.2
redhillonrails_core
>= 1.0.4.1