mirror of
https://github.com/Alvin-Zilverstand/pokedex.git
synced 2026-04-22 03:16:17 +02:00
3 lines
72 B
MySQL
3 lines
72 B
MySQL
|
|
USE pokedex;
|
||
|
|
|
||
|
|
ALTER TABLE pokemon ADD COLUMN image_url_low VARCHAR(255);
|