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
wallerjake 9bc4eb7ee1 Delegate limit to subtype
As described here https://github.com/rails/rails/issues/19420. When
using the Postgres BigInt[] field type the big int value was not being
translated into schema.rb. This caused the field to become just a
regular integer field when building off of schema.rb. This fix will
address this by delegating the limit from the subtype to the Array type.

https://github.com/rails/rails/issues/19420
2015-03-21 19:32:41 -05:00
..
mysql2_specific_schema.rb tests, favor drop_table and :if_exists over raw SQL. 2015-03-02 17:43:01 +01:00
mysql_specific_schema.rb tests, favor drop_table and :if_exists over raw SQL. 2015-03-02 17:43:01 +01:00
oracle_specific_schema.rb tests, favor public API over inspecting columns where possible. 2014-12-01 16:57:48 +01:00
postgresql_specific_schema.rb Delegate limit to subtype 2015-03-21 19:32:41 -05:00
schema.rb Fix leaky chain on polymorphic association 2015-03-15 10:39:42 -04:00
sqlite_specific_schema.rb fk: use random digest names 2014-06-26 22:03:49 +02:00