summaryrefslogtreecommitdiffhomepage
path: root/db/schema.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema.rb')
-rw-r--r--db/schema.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/schema.rb b/db/schema.rb
index a9b05b0..cee805e 100644
--- a/db/schema.rb
+++ b/db/schema.rb
@@ -45,6 +45,8 @@ ActiveRecord::Schema[7.1].define(version: 2024_05_21_205000) do
create_table "games", force: :cascade do |t|
t.string "title"
t.string "titleSlug"
+ t.string "description"
+ t.string "img_rendering"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.bigint "user_id", null: false