mirror of
https://github.com/Alvin-Zilverstand/pokedex.git
synced 2026-03-06 02:57:25 +01:00
Add low-resolution image support for Pokémon data retrieval
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user