Spaces:
Build error
Build error
File size: 137 Bytes
def1299 |
1 2 3 4 5 6 |
class AddUpdatedAtToSubmission < ActiveRecord::Migration[5.2]
def change
add_column :submissions, :updated_at, :datetime
end
end
|