1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/schema
Yasuo Honda dab8ca53be Modify the preference attribute from :null => false to :null => true
to address ORA-01400 errors with Oracle enhanced adapter.

Issue #4856 had been fixed and tested with
the attribute `:null => false, :default => ""`.
Now `:null => false` attribute is not necessary to test this issue.
2012-07-27 10:31:59 +09:00
..
mysql2_specific_schema.rb fix: limit of enum columns of mysql 2012-06-28 03:15:43 +09:00
mysql_specific_schema.rb fix: limit of enum columns of mysql 2012-06-28 03:15:43 +09:00
oracle_specific_schema.rb
postgresql_specific_schema.rb Add uuid type support to PostgreSQL adapter 2012-06-14 17:44:51 +04:00
schema.rb Modify the preference attribute from :null => false to :null => true 2012-07-27 10:31:59 +09:00
sqlite_specific_schema.rb