diff options
Diffstat (limited to 'rails/test/dummy/db/schema.rb')
-rw-r--r-- | rails/test/dummy/db/schema.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rails/test/dummy/db/schema.rb b/rails/test/dummy/db/schema.rb index 2f757d6..d59efc3 100644 --- a/rails/test/dummy/db/schema.rb +++ b/rails/test/dummy/db/schema.rb | |||
@@ -10,9 +10,9 @@ | |||
10 | # | 10 | # |
11 | # It's strongly recommended that you check this file into your version control system. | 11 | # It's strongly recommended that you check this file into your version control system. |
12 | 12 | ||
13 | ActiveRecord::Schema[7.0].define(version: 2022_12_10_141051) do | 13 | ActiveRecord::Schema[7.0].define(version: 2022_12_10_174732) do |
14 | create_table "lingo_scores", force: :cascade do |t| | 14 | create_table "lingo_scores", force: :cascade do |t| |
15 | t.integer "user_id" | 15 | t.integer "user_id", limit: 8 |
16 | t.string "username" | 16 | t.string "username" |
17 | t.string "avatar_url" | 17 | t.string "avatar_url" |
18 | t.integer "score" | 18 | t.integer "score" |