aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/rails/generators/active_record/migration/templates/create_table_migration.rb
Commit message (Expand)AuthorAgeFilesLines
* Set active_record config for always creating uuids in generatorsJon McCartie2015-10-201-1/+1
* Add Secure Token Generatorrobertomiranda2015-01-111-0/+5
* Change the default `null` value for `timestamps` to `false`Rafael Mendonça França2015-01-041-1/+1
* Use the new `foreign_key` option on `references` in generatorsSean Griffin2014-12-221-3/+0
* Generators add foreign keys on referencesDerek Prior2014-11-251-0/+3
* Change the default `null` value for timestampsSean Griffin2014-08-121-1/+1
* Add support for generate scaffold password:digestSam Ruby2013-03-131-0/+4
* Support creating a table migration generatorSammy Larbi2013-03-011-0/+15