mirror of
https://github.com/Alvin-Zilverstand/pokedex.git
synced 2026-03-06 11:07:31 +01:00
Remove low-resolution image URL field from Pokémon database schema
This commit is contained in:
@@ -9,8 +9,7 @@ CREATE TABLE IF NOT EXISTS pokemon (
|
||||
weight INT,
|
||||
base_experience INT,
|
||||
species_url VARCHAR(255),
|
||||
image_url VARCHAR(255),
|
||||
image_url_low VARCHAR(255)
|
||||
image_url VARCHAR(255)
|
||||
);
|
||||
|
||||
-- Table to store Pokémon types
|
||||
|
||||
Reference in New Issue
Block a user