class AddDocToTcmArquivo < ActiveRecord::Migration[5.2]
  def change
    add_column :tcm_arquivos, :doc_file_name, :string
    add_column :tcm_arquivos, :doc_content_type, :string
    add_column :tcm_arquivos, :doc_file_size, :integer
  end
end
