Skip to content
Snippets Groups Projects
20170927215609_add_description_to_media_attachments.rb 148 B
class AddDescriptionToMediaAttachments < ActiveRecord::Migration[5.2]
  def change
    add_column :media_attachments, :description, :text
  end
end