diff options
Diffstat (limited to 'test/dummy/db/schema.rb')
-rw-r--r-- | test/dummy/db/schema.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/dummy/db/schema.rb b/test/dummy/db/schema.rb index ef8b1ae..1ce4679 100644 --- a/test/dummy/db/schema.rb +++ b/test/dummy/db/schema.rb | |||
@@ -10,7 +10,7 @@ | |||
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.define(version: 20170917011258) do | 13 | ActiveRecord::Schema.define(version: 20170924035127) do |
14 | 14 | ||
15 | create_table "pokeviewer_moves", force: :cascade do |t| | 15 | create_table "pokeviewer_moves", force: :cascade do |t| |
16 | t.string "name", limit: 191, null: false | 16 | t.string "name", limit: 191, null: false |
@@ -29,7 +29,7 @@ ActiveRecord::Schema.define(version: 20170917011258) do | |||
29 | t.integer "ot_number", null: false | 29 | t.integer "ot_number", null: false |
30 | t.string "met_type", null: false | 30 | t.string "met_type", null: false |
31 | t.string "met_location" | 31 | t.string "met_location" |
32 | t.integer "met_level", null: false | 32 | t.integer "met_level" |
33 | t.boolean "shiny", default: false, null: false | 33 | t.boolean "shiny", default: false, null: false |
34 | t.string "nature", null: false | 34 | t.string "nature", null: false |
35 | t.string "gender", null: false | 35 | t.string "gender", null: false |