1
0
Fork 0
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:
Mehmet Emin İNAÇ 2016-03-03 02:23:15 +02:00
parent 1c315ad502
commit 57dbf45675

View file

@ -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