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