add WowSpell
This commit is contained in:
12
db/schema.rb
generated
12
db/schema.rb
generated
@@ -10,7 +10,7 @@
|
||||
#
|
||||
# It's strongly recommended that you check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(version: 2021_05_28_214602) do
|
||||
ActiveRecord::Schema.define(version: 2021_05_30_121125) do
|
||||
|
||||
# These are extensions that must be enabled in order to support this database
|
||||
enable_extension "plpgsql"
|
||||
@@ -374,6 +374,16 @@ ActiveRecord::Schema.define(version: 2021_05_28_214602) do
|
||||
t.index ["wow_reputation_tier_id"], name: "index_wow_reputations_on_wow_reputation_tier_id"
|
||||
end
|
||||
|
||||
create_table "wow_spells", force: :cascade do |t|
|
||||
t.integer "spell_id"
|
||||
t.jsonb "name"
|
||||
t.jsonb "description"
|
||||
t.integer "media_id"
|
||||
t.datetime "created_at", precision: 6, null: false
|
||||
t.datetime "updated_at", precision: 6, null: false
|
||||
t.index ["spell_id"], name: "index_wow_spells_on_spell_id", unique: true
|
||||
end
|
||||
|
||||
create_table "wow_standings", force: :cascade do |t|
|
||||
t.bigint "wow_character_id"
|
||||
t.bigint "wow_reputation_id"
|
||||
|
||||
Reference in New Issue
Block a user