class AddVpcIdToTerraformAwsBackends < ActiveRecord::Migration[5.1] def change add_column :terraform_aws_backends, :vpc_id, :string, null: false end end