mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #24015 from meinac/active_record_migrations_doc_changes
Changed behaviour of timestamps helper by create_table migration generator [ci skip]
This commit is contained in:
commit
2c53e27992
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ class CreateProducts < ActiveRecord::Migration[5.0]
|
|||
t.string :name
|
||||
t.text :description
|
||||
|
||||
t.timestamps null: false
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue