Add low-resolution image support for Pokémon data retrieval

This commit is contained in:
vista-man
2025-03-25 16:47:58 +01:00
parent 92910ea839
commit 2fa31886a7
2024 changed files with 19 additions and 6 deletions

View File

@@ -9,7 +9,8 @@ CREATE TABLE IF NOT EXISTS pokemon (
weight INT,
base_experience INT,
species_url VARCHAR(255),
image_url VARCHAR(255)
image_url VARCHAR(255),
image_url_low VARCHAR(255)
);
-- Table to store Pokémon types