mirror of
https://github.com/Alvin-Zilverstand/pokedex.git
synced 2026-03-06 11:07:31 +01:00
3 lines
72 B
SQL
3 lines
72 B
SQL
USE pokedex;
|
|
|
|
ALTER TABLE pokemon ADD COLUMN image_url_low VARCHAR(255); |