aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/migration/columns_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-1/+1
* Add reversible syntax for change_column_defaultPrem Sichanugrist2015-06-261-0/+7
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-3/+3
* Add `auto_increment?` instead of `extra == 'auto_increment'`Ryuta Kamizono2015-02-081-1/+1
* Remove most type related predicates from `Column`Sean Griffin2015-01-301-3/+3
* Be sure to reset PK name renamed in the testAkira Matsuda2014-08-151-0/+3
* Don't type cast the default on the columnSean Griffin2014-06-171-5/+12
* Make `:index` in migrations work with all column typesMarc Schütz2014-05-181-0/+10
* anual_salary => annual_salaryVipul A M2013-03-281-3/+3
* respect auto_increment in rename_column for mysqlVipul A M2013-03-271-0/+7
* Oracle enhanced adapter shortens its name if it is longer than 30 bytesYasuo Honda2013-02-241-2/+10
* also rename the test-case class inside columns_test.rbYves Senn2013-02-241-1/+1
* rename_column_test.rb -> columns_test.rb to reveal intent.Yves Senn2013-02-231-0/+264