フロントエンドプレイアブル
This commit is contained in:
6
db/migrate/20260213071204_add_turn_schedule_to_games.rb
Normal file
6
db/migrate/20260213071204_add_turn_schedule_to_games.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class AddTurnScheduleToGames < ActiveRecord::Migration[8.1]
|
||||
def change
|
||||
add_column :games, :turn_schedule, :string
|
||||
add_column :games, :next_deadline_at, :datetime
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user