summaryrefslogtreecommitdiffhomepage
path: root/db/migrate/20240521205000_create_games.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/20240521205000_create_games.rb')
-rw-r--r--db/migrate/20240521205000_create_games.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/db/migrate/20240521205000_create_games.rb b/db/migrate/20240521205000_create_games.rb
index 61f5bab..236c070 100644
--- a/db/migrate/20240521205000_create_games.rb
+++ b/db/migrate/20240521205000_create_games.rb
@@ -3,7 +3,8 @@ class CreateGames < ActiveRecord::Migration[7.1]
create_table :games do |t|
t.string :title
t.string :titleSlug
- #t.text :body
+ t.string :description
+ t.string :img_rendering
#t.integer :status, default: 0
#t.integer :order, default: 0