[rails] do we need database level constraints
- by shrimpy
i have the same problem as in the following post
http://stackoverflow.com/questions/1451570/ruby-on-rails-database-migration-not-creating-foreign-keys-in-mysql-tables
so i am wondering, why rails do not support generate foreign key by default???
it is not necessary???
or we suppose to do it manually?