20160506065802_add_certificate_to_hosts.rb 148 Bytes
class AddCertificateToHosts < ActiveRecord::Migration
  def change
    add_reference :hosts, :certificate, index: true, foreign_key: true
  end
end