class AddBackendDataToMiniEnvironment < ActiveRecord::Migration[5.1] def change add_column :mini_environments, :backend_data, :jsonb end end