mirror of
https://github.com/Alvin-Zilverstand/pokedex.git
synced 2026-03-06 11:07:31 +01:00
Add low-resolution image support for Pokémon data retrieval
This commit is contained in:
3
add_low_res_image_column.sql
Normal file
3
add_low_res_image_column.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
USE pokedex;
|
||||
|
||||
ALTER TABLE pokemon ADD COLUMN image_url_low VARCHAR(255);
|
||||
Reference in New Issue
Block a user