class AddDomainToTerraformAwsBackends < ActiveRecord::Migration[5.1] def change add_column :terraform_aws_backends, :domain, :string end end