osem-fcy/db/migrate/20150304135935_add_created_atto_qanswer.rb

7 lines
175 B
Ruby
Raw Normal View History

2015-03-04 15:10:11 +01:00
class AddCreatedAttoQanswer < ActiveRecord::Migration
def change
add_column :qanswers, :created_at, :datetime
add_column :qanswers, :updated_at, :datetime
end
end