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

@@ -0,0 +1,3 @@
USE pokedex;
ALTER TABLE pokemon ADD COLUMN image_url_low VARCHAR(255);