class AddOrdersToTurns < ActiveRecord::Migration[8.1] def change add_column :turns, :possible_orders, :json add_column :turns, :orders, :json end end