mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Changed behaviour of timestamps helper by create_table migration generator [ci skip]
This commit is contained in:
parent
1c315ad502
commit
57dbf45675
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