This commit is contained in:
Eevee (Alex Munroe) 2013-10-10 23:28:13 -07:00
parent d667024937
commit 55b4eebe9d
5 changed files with 8 additions and 0 deletions

View File

@ -4,3 +4,4 @@ id,main_region_id,canonical_pokedex_id,identifier
3,3,4,generation-iii
4,4,6,generation-iv
5,5,8,generation-v
6,6,12,generation-vi

1 id main_region_id canonical_pokedex_id identifier
4 3 3 4 generation-iii
5 4 4 6 generation-iv
6 5 5 8 generation-v
7 6 6 12 generation-vi

View File

@ -9,3 +9,6 @@ id,region_id,identifier,is_main_series
8,5,original-unova,1
9,5,updated-unova,1
11,,conquest-gallery,0
12,6,kalos-central,1
13,6,kalos-coastal,1
14,6,kalos-mountain,1

1 id region_id identifier is_main_series
9 8 5 original-unova 1
10 9 5 updated-unova 1
11 11 conquest-gallery 0
12 12 6 kalos-central 1
13 13 6 kalos-coastal 1
14 14 6 kalos-mountain 1

View File

@ -4,3 +4,4 @@ id,identifier
3,hoenn
4,sinnoh
5,unova
6,kalos

1 id identifier
4 3 hoenn
5 4 sinnoh
6 5 unova
7 6 kalos

View File

@ -13,3 +13,4 @@ id,generation_id,pokedex_id,order
12,3,,7
13,3,,8
14,5,9,14
15,6,12,15

1 id generation_id pokedex_id order
13 12 3 7
14 13 3 8
15 14 5 9 14
16 15 6 12 15

View File

@ -21,3 +21,5 @@ id,version_group_id,identifier
20,13,xd
21,14,black-2
22,14,white-2
23,15,x
24,15,y

1 id version_group_id identifier
21 20 13 xd
22 21 14 black-2
23 22 14 white-2
24 23 15 x
25 24 15 y