Remove low-resolution image URL field from Pokémon database schema

This commit is contained in:
vista-man
2025-03-25 16:49:24 +01:00
parent 2fa31886a7
commit 35d96707a4

View File

@@ -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