class CreateTerraformStates < ActiveRecord::Migration[5.1] def change create_table :terraform_states do |t| t.json :data t.timestamps end end end