class AddDomainToTerraformLibvirtBackends < ActiveRecord::Migration[5.1] def change add_column :terraform_libvirt_backends, :domain, :string end end