Files
kondiplo_front/db/migrate/20260207142532_add_orders_to_turns.rb
kontei f25fd6f802
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / system-test (push) Has been cancelled
フロントエンドプレイアブル
2026-02-15 14:57:17 +09:00

7 lines
162 B
Ruby

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