mirror of
https://github.com/Alvin-Zilverstand/pokedex.git
synced 2026-03-06 13:25:11 +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,
|
weight INT,
|
||||||
base_experience INT,
|
base_experience INT,
|
||||||
species_url VARCHAR(255),
|
species_url VARCHAR(255),
|
||||||
image_url VARCHAR(255),
|
image_url VARCHAR(255)
|
||||||
image_url_low VARCHAR(255)
|
|
||||||
);
|
);
|
||||||
|
|
||||||
-- Table to store Pokémon types
|
-- Table to store Pokémon types
|
||||||
|
|||||||
Reference in New Issue
Block a user