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.
18 lines
932 B
18 lines
932 B
INSERT INTO type_poke(Id,Name) VALUES (1,'Bug');
|
|
INSERT INTO type_poke(Id,Name) VALUES (2,'Dark');
|
|
INSERT INTO type_poke(Id,Name) VALUES (3,'Dragon');
|
|
INSERT INTO type_poke(Id,Name) VALUES (4,'Electric');
|
|
INSERT INTO type_poke(Id,Name) VALUES (5,'Fairy');
|
|
INSERT INTO type_poke(Id,Name) VALUES (6,'Fighting');
|
|
INSERT INTO type_poke(Id,Name) VALUES (7,'Fire');
|
|
INSERT INTO type_poke(Id,Name) VALUES (8,'Flying');
|
|
INSERT INTO type_poke(Id,Name) VALUES (9,'Ghost');
|
|
INSERT INTO type_poke(Id,Name) VALUES (10,'Grass');
|
|
INSERT INTO type_poke(Id,Name) VALUES (11,'Ground');
|
|
INSERT INTO type_poke(Id,Name) VALUES (12,'Ice');
|
|
INSERT INTO type_poke(Id,Name) VALUES (13,'Normal');
|
|
INSERT INTO type_poke(Id,Name) VALUES (14,'Poison');
|
|
INSERT INTO type_poke(Id,Name) VALUES (15,'Psychic');
|
|
INSERT INTO type_poke(Id,Name) VALUES (16,'Rock');
|
|
INSERT INTO type_poke(Id,Name) VALUES (17,'Steel');
|
|
INSERT INTO type_poke(Id,Name) VALUES (18,'Water');
|