class AddKeyToCertificates < ActiveRecord::Migration[5.1]
  def change
    add_column :certificates, :certificadokey, :string
  end
end
