フロントエンドプレイアブル
This commit is contained in:
11
db/migrate/20260206132054_create_games.rb
Normal file
11
db/migrate/20260206132054_create_games.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
class CreateGames < ActiveRecord::Migration[8.1]
|
||||
def change
|
||||
create_table :games do |t|
|
||||
t.string :title
|
||||
t.integer :participants_count
|
||||
t.text :memo
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user