aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/schema_creation.rb
Commit message (Expand)AuthorAgeFilesLines
* fk: use random digest namesYves Senn2014-06-261-1/+1
* fk: raise for invalid :on_update / :on_delete valuesYves Senn2014-06-261-3/+8
* fk: support for on_updateYves Senn2014-06-261-2/+3
* fk: rename `dependent` to `on_delete`Yves Senn2014-06-261-6/+5
* fk: support dependent option (:delete, :nullify and :restrict).Yves Senn2014-06-261-1/+12
* fk: generalize using `AlterTable` and `SchemaCreation`.Yves Senn2014-06-261-0/+14
* fix bug on non empty defaults for pg array columnsLuke Steensen2014-03-301-1/+7
* No need to call to_symRafael Mendonça França2014-03-301-2/+2
* support creating temporary tables from queriesCody Cutrer2013-12-141-3/+4
* Move `SchemaCreation` to its own file instead of `AbstractAdapter`.Vipul A M2013-11-121-0/+83