Files
grecia/db/migrate/20171212193323_add_timestamps_to_polls.rb
2017-12-13 12:37:17 +01:00

6 lines
114 B
Ruby

class AddTimestampsToPolls < ActiveRecord::Migration
def change
add_timestamps :polls, null: true
end
end