フロントエンドプレイアブル
This commit is contained in:
6
db/migrate/20260207142532_add_orders_to_turns.rb
Normal file
6
db/migrate/20260207142532_add_orders_to_turns.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class AddOrdersToTurns < ActiveRecord::Migration[8.1]
|
||||
def change
|
||||
add_column :turns, :possible_orders, :json
|
||||
add_column :turns, :orders, :json
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user