Création d'une API Pokédex avec Symfony
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

8 lines
471 B

INSERT INTO generation_poke(Id,Name) VALUES (1,'1 Kanto');
INSERT INTO generation_poke(Id,Name) VALUES (2,'2 Johto');
INSERT INTO generation_poke(Id,Name) VALUES (3,'3 Hoenn');
INSERT INTO generation_poke(Id,Name) VALUES (4,'4 Sinnoh');
INSERT INTO generation_poke(Id,Name) VALUES (5,'5 Unys');
INSERT INTO generation_poke(Id,Name) VALUES (6,'6 Kalos');
INSERT INTO generation_poke(Id,Name) VALUES (7,'7 Alola');
INSERT INTO generation_poke(Id,Name) VALUES (8,'8 Galar');