Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Adminer 4.2.3 MySQL dump
- SET NAMES utf8;
- SET time_zone = '+00:00';
- SET foreign_key_checks = 0;
- SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO';
- DROP DATABASE IF EXISTS `tcgcollector`;
- CREATE DATABASE `tcgcollector` /*!40100 DEFAULT CHARACTER SET utf8 COLLATE utf8_bin */;
- USE `tcgcollector`;
- DROP TABLE IF EXISTS `expansion`;
- CREATE TABLE `expansion` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `name` varchar(100) COLLATE utf8_bin NOT NULL,
- `expansion_series_id` int(11) NOT NULL,
- `card_number` varchar(5) COLLATE utf8_bin DEFAULT NULL,
- `card_count` int(11) NOT NULL,
- `logo_file_path` varchar(255) COLLATE utf8_bin DEFAULT NULL,
- `symbol_file_path` varchar(255) COLLATE utf8_bin DEFAULT NULL,
- `release_period_begin` datetime NOT NULL,
- `release_period_end` datetime DEFAULT NULL,
- PRIMARY KEY (`id`),
- UNIQUE KEY `expansion_UNIQUE` (`name`,`symbol_file_path`),
- KEY `fk_expansion_expansion_series1_idx` (`expansion_series_id`),
- CONSTRAINT `fk_expansion_expansion_series1` FOREIGN KEY (`expansion_series_id`) REFERENCES `expansion_series` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
- ) ENGINE=InnoDB AUTO_INCREMENT=115 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
- INSERT INTO `expansion` (`id`, `name`, `expansion_series_id`, `card_number`, `card_count`, `logo_file_path`, `symbol_file_path`, `release_period_begin`, `release_period_end`) VALUES
- (1, 'Base Set', 1, '102', 102, NULL, NULL, '1999-01-09 00:00:00', '1999-01-09 00:00:00'),
- (2, 'Jungle', 1, '64', 64, 'img/expansions/en/logos/jungle.png', 'img/expansions/en/symbols/jungle.png', '1999-06-16 00:00:00', '1999-06-16 00:00:00'),
- (3, 'Fossil', 1, '62', 62, 'img/expansions/en/logos/fossil.png', 'img/expansions/en/symbols/fossil.png', '1999-10-10 00:00:00', '1999-10-10 00:00:00'),
- (4, 'Base Set 2', 1, '130', 130, 'img/expansions/en/logos/base-set-2.png', 'img/expansions/en/symbols/base-set-2.png', '2000-02-24 00:00:00', '2000-02-24 00:00:00'),
- (5, 'Team Rocket', 1, '82', 83, 'img/expansions/en/logos/team-rocket.png', 'img/expansions/en/symbols/team-rocket.png', '2000-04-24 00:00:00', '2000-04-24 00:00:00'),
- (6, 'Gym Heroes', 1, '132', 132, 'img/expansions/en/logos/gym-heroes.png', 'img/expansions/en/symbols/gym-heroes.png', '2000-08-14 00:00:00', '2000-08-14 00:00:00'),
- (7, 'Gym Challenge', 1, '132', 132, 'img/expansions/en/logos/gym-challenge.png', 'img/expansions/en/symbols/gym-challenge.png', '2000-10-16 00:00:00', '2000-10-16 00:00:00'),
- (8, 'Neo Genesis', 2, '111', 111, 'img/expansions/en/logos/neo-genesis.png', 'img/expansions/en/symbols/neo-genesis.png', '2000-12-16 00:00:00', '2000-12-16 00:00:00'),
- (9, 'Neo Discovery', 2, '75', 75, 'img/expansions/en/logos/neo-discovery.png', 'img/expansions/en/symbols/neo-discovery.png', '2001-06-01 00:00:00', '2001-06-01 00:00:00'),
- (10, 'Neo Revelation', 2, '64', 66, 'img/expansions/en/logos/neo-revelation.png', 'img/expansions/en/symbols/neo-revelation.png', '2001-09-21 00:00:00', '2001-09-21 00:00:00'),
- (11, 'Neo Destiny', 2, '105', 113, 'img/expansions/en/logos/neo-destiny.png', 'img/expansions/en/symbols/neo-destiny.png', '2002-02-28 00:00:00', '2002-02-28 00:00:00'),
- (12, 'Legendary Collection', 3, '110', 110, 'img/expansions/en/logos/legendary-collection.png', 'img/expansions/en/symbols/legendary-collection.png', '2002-05-24 00:00:00', '2002-05-24 00:00:00'),
- (13, 'Expedition Base Set', 4, '165', 165, 'img/expansions/en/logos/expedition-base-set.png', 'img/expansions/en/symbols/expedition-base-set.png', '2002-09-15 00:00:00', '2002-09-15 00:00:00'),
- (14, 'Aquapolis', 4, '147', 186, 'img/expansions/en/logos/aquapolis.png', 'img/expansions/en/symbols/aquapolis.png', '2003-01-15 00:00:00', '2003-01-15 00:00:00'),
- (15, 'Skyridge', 4, '144', 182, 'img/expansions/en/logos/skyridge.png', 'img/expansions/en/symbols/skyridge.png', '2003-05-12 00:00:00', '2003-05-12 00:00:00'),
- (16, 'EX Ruby & Sapphire', 5, '109', 109, 'img/expansions/en/logos/ex-ruby-and-sapphire.png', 'img/expansions/en/symbols/ex-ruby-and-sapphire.png', '2003-06-18 00:00:00', '2003-06-18 00:00:00'),
- (17, 'EX Sandstorm', 5, '100', 100, 'img/expansions/en/logos/ex-sandstorm.png', 'img/expansions/en/symbols/ex-sandstorm.png', '2003-09-17 00:00:00', '2003-09-17 00:00:00'),
- (18, 'EX Dragon', 5, '97', 100, 'img/expansions/en/logos/ex-dragon.png', 'img/expansions/en/symbols/ex-dragon.png', '2003-11-24 00:00:00', '2003-11-24 00:00:00'),
- (19, 'EX Team Magma vs Team Aqua', 5, '95', 97, 'img/expansions/en/logos/ex-team-magma-vs-team-aqua.png', 'img/expansions/en/symbols/ex-team-magma-vs-team-aqua.png', '2004-03-15 00:00:00', '2004-03-15 00:00:00'),
- (20, 'EX Hidden Legends', 5, '101', 102, 'img/expansions/en/logos/ex-hidden-legends.png', 'img/expansions/en/symbols/ex-hidden-legends.png', '2004-06-14 00:00:00', '2004-06-14 00:00:00'),
- (21, 'EX FireRed & LeafGreen', 5, '112', 116, 'img/expansions/en/logos/ex-firered-and-leafgreen.png', 'img/expansions/en/symbols/ex-firered-and-leafgreen.png', '2004-08-30 00:00:00', '2004-08-30 00:00:00'),
- (22, 'EX Team Rocket Returns', 5, '109', 111, 'img/expansions/en/logos/ex-team-rocket-returns.png', 'img/expansions/en/symbols/ex-team-rocket-returns.png', '2004-11-08 00:00:00', '2004-11-08 00:00:00'),
- (23, 'EX Deoxys', 5, '107', 108, 'img/expansions/en/logos/ex-deoxys.png', 'img/expansions/en/symbols/ex-deoxys.png', '2005-02-14 00:00:00', '2005-02-14 00:00:00'),
- (24, 'EX Emerald', 5, '106', 107, 'img/expansions/en/logos/ex-emerald.png', 'img/expansions/en/symbols/ex-emerald.png', '2005-05-09 00:00:00', '2005-05-09 00:00:00'),
- (25, 'EX Unseen Forces', 5, '115', 145, 'img/expansions/en/logos/ex-unseen-forces.png', 'img/expansions/en/symbols/ex-unseen-forces.png', '2005-08-22 00:00:00', '2005-08-22 00:00:00'),
- (26, 'EX Delta Species', 5, '113', 114, 'img/expansions/en/logos/ex-delta-species.png', 'img/expansions/en/symbols/ex-delta-species.png', '2005-10-31 00:00:00', '2005-10-31 00:00:00'),
- (27, 'EX Legend Maker', 5, '92', 93, 'img/expansions/en/logos/ex-legend-maker.png', 'img/expansions/en/symbols/ex-legend-maker.png', '2006-02-13 00:00:00', '2006-02-13 00:00:00'),
- (28, 'EX Holon Phantoms', 5, '110', 111, 'img/expansions/en/logos/ex-holon-phantoms.png', 'img/expansions/en/symbols/ex-holon-phantoms.png', '2006-05-03 00:00:00', '2006-05-03 00:00:00'),
- (29, 'EX Crystal Guardians', 5, '100', 100, 'img/expansions/en/logos/ex-crystal-guardians.png', 'img/expansions/en/symbols/ex-crystal-guardians.png', '2006-08-30 00:00:00', '2006-08-30 00:00:00'),
- (30, 'EX Dragon Frontiers', 5, '101', 101, 'img/expansions/en/logos/ex-dragon-frontiers.png', 'img/expansions/en/symbols/ex-dragon-frontiers.png', '2006-11-08 00:00:00', '2006-11-08 00:00:00'),
- (31, 'EX Power Keepers', 5, '108', 108, 'img/expansions/en/logos/ex-power-keepers.png', 'img/expansions/en/symbols/ex-power-keepers.png', '2007-02-14 00:00:00', '2007-02-14 00:00:00'),
- (32, 'Diamond & Pearl', 6, '130', 130, 'img/expansions/en/logos/diamond-and-pearl.png', 'img/expansions/en/symbols/diamond-and-pearl.png', '2007-05-23 00:00:00', '2007-05-23 00:00:00'),
- (33, 'Mysterious Treasures', 6, '123', 124, 'img/expansions/en/logos/mysterious-treasures.png', 'img/expansions/en/symbols/mysterious-treasures.png', '2007-08-22 00:00:00', '2007-08-22 00:00:00'),
- (34, 'Secret Wonders', 6, '132', 132, 'img/expansions/en/logos/secret-wonders.png', 'img/expansions/en/symbols/secret-wonders.png', '2007-11-07 00:00:00', '2007-11-07 00:00:00'),
- (35, 'Great Encounters', 6, '106', 106, 'img/expansions/en/logos/great-encounters.png', 'img/expansions/en/symbols/great-encounters.png', '2008-02-13 00:00:00', '2008-02-13 00:00:00'),
- (36, 'Majestic Dawn', 6, '100', 100, 'img/expansions/en/logos/majestic-dawn.png', 'img/expansions/en/symbols/majestic-dawn.png', '2008-05-21 00:00:00', '2008-05-21 00:00:00'),
- (37, 'Legends Awakened', 6, '146', 146, 'img/expansions/en/logos/legends-awakened.png', 'img/expansions/en/symbols/legends-awakened.png', '2008-08-20 00:00:00', '2008-08-20 00:00:00'),
- (38, 'Stormfront', 6, '100', 106, 'img/expansions/en/logos/stormfront.png', 'img/expansions/en/symbols/stormfront.png', '2008-11-05 00:00:00', '2008-11-05 00:00:00'),
- (39, 'Platinum', 7, '127', 133, 'img/expansions/en/logos/platinum.png', 'img/expansions/en/symbols/platinum.png', '2009-02-11 00:00:00', '2009-02-11 00:00:00'),
- (40, 'Rising Rivals', 7, '111', 120, 'img/expansions/en/logos/rising-rivals.png', 'img/expansions/en/symbols/rising-rivals.png', '2009-05-20 00:00:00', '2009-05-20 00:00:00'),
- (41, 'Supreme Victors', 7, '147', 153, 'img/expansions/en/logos/supreme-victors.png', 'img/expansions/en/symbols/supreme-victors.png', '2009-08-19 00:00:00', '2009-08-19 00:00:00'),
- (42, 'Arceus', 7, '99', 111, 'img/expansions/en/logos/arceus.png', 'img/expansions/en/symbols/arceus.png', '2009-11-04 00:00:00', '2009-11-04 00:00:00'),
- (43, 'HeartGold & SoulSilver', 8, '123', 124, 'img/expansions/en/logos/heartgold-and-soulsilver.png', 'img/expansions/en/symbols/heartgold-and-soulsilver.png', '2010-02-10 00:00:00', '2010-02-10 00:00:00'),
- (44, 'Unleashed', 8, '95', 96, 'img/expansions/en/logos/unleashed.png', 'img/expansions/en/symbols/unleashed.png', '2010-05-12 00:00:00', '2010-05-12 00:00:00'),
- (45, 'Undaunted', 8, '90', 91, 'img/expansions/en/logos/undaunted.png', 'img/expansions/en/symbols/undaunted.png', '2010-08-18 00:00:00', '2010-08-18 00:00:00'),
- (46, 'Triumphant', 8, '102', 103, 'img/expansions/en/logos/triumphant.png', 'img/expansions/en/symbols/triumphant.png', '2010-11-02 00:00:00', '2010-11-02 00:00:00'),
- (47, 'Call of Legends', 9, '106', 106, 'img/expansions/en/logos/call-of-legends.png', 'img/expansions/en/symbols/call-of-legends.png', '2011-02-09 00:00:00', '2011-02-09 00:00:00'),
- (48, 'Black & White', 10, '114', 115, 'img/expansions/en/logos/black-and-white.png', 'img/expansions/en/symbols/black-and-white.png', '2011-04-25 00:00:00', '2011-04-25 00:00:00'),
- (49, 'Emerging Powers', 10, '98', 98, 'img/expansions/en/logos/emerging-powers.png', 'img/expansions/en/symbols/emerging-powers.png', '2011-08-31 00:00:00', '2011-08-31 00:00:00'),
- (50, 'Noble Victories', 10, '101', 102, 'img/expansions/en/logos/noble-victories.png', 'img/expansions/en/symbols/noble-victories.png', '2011-11-16 00:00:00', '2011-11-16 00:00:00'),
- (51, 'Next Destinies', 10, '99', 103, 'img/expansions/en/logos/next-destinies.png', 'img/expansions/en/symbols/next-destinies.png', '2012-02-08 00:00:00', '2012-02-08 00:00:00'),
- (52, 'Dark Explorers', 10, '108', 111, 'img/expansions/en/logos/dark-explorers.png', 'img/expansions/en/symbols/dark-explorers.png', '2012-05-09 00:00:00', '2012-05-09 00:00:00'),
- (53, 'Dragons Exalted', 10, '124', 128, 'img/expansions/en/logos/dragons-exalted.png', 'img/expansions/en/symbols/dragons-exalted.png', '2012-08-15 00:00:00', '2012-08-15 00:00:00'),
- (54, 'Boundaries Crossed', 10, '149', 153, 'img/expansions/en/logos/boundaries-crossed.png', 'img/expansions/en/symbols/boundaries-crossed.png', '2012-11-07 00:00:00', '2012-11-07 00:00:00'),
- (55, 'Plasma Storm', 10, '135', 138, 'img/expansions/en/logos/plasma-storm.png', 'img/expansions/en/symbols/plasma-storm.png', '2013-02-06 00:00:00', '2013-02-06 00:00:00'),
- (56, 'Plasma Freeze', 10, '116', 122, 'img/expansions/en/logos/plasma-freeze.png', 'img/expansions/en/symbols/plasma-freeze.png', '2013-05-08 00:00:00', '2013-05-08 00:00:00'),
- (57, 'Plasma Blast', 10, '101', 105, 'img/expansions/en/logos/plasma-blast.png', 'img/expansions/en/symbols/plasma-blast.png', '2013-08-14 00:00:00', '2013-08-14 00:00:00'),
- (58, 'Legendary Treasures', 10, '113', 140, 'img/expansions/en/logos/legendary-treasures.png', 'img/expansions/en/symbols/legendary-treasures.png', '2013-11-08 00:00:00', '2013-11-08 00:00:00'),
- (59, 'XY', 11, '146', 146, 'img/expansions/en/logos/xy.png', 'img/expansions/en/symbols/xy.png', '2014-02-05 00:00:00', '2014-02-05 00:00:00'),
- (60, 'Flashfire', 11, '106', 109, 'img/expansions/en/logos/flashfire.png', 'img/expansions/en/symbols/flashfire.png', '2014-05-07 00:00:00', '2014-05-07 00:00:00'),
- (61, 'Furious Fists', 11, '111', 113, 'img/expansions/en/logos/furious-fists.png', 'img/expansions/en/symbols/furious-fists.png', '2014-08-13 00:00:00', '2014-08-13 00:00:00'),
- (62, 'Phantom Forces', 11, '119', 122, 'img/expansions/en/logos/phantom-forces.png', 'img/expansions/en/symbols/phantom-forces.png', '2014-11-05 00:00:00', '2014-11-05 00:00:00'),
- (63, 'Primal Clash', 11, '160', 164, 'img/expansions/en/logos/primal-clash.png', 'img/expansions/en/symbols/primal-clash.png', '2015-02-04 00:00:00', '2015-02-04 00:00:00'),
- (64, 'Double Crisis', 11, '34', 34, 'img/expansions/en/logos/double-crisis.png', 'img/expansions/en/symbols/double-crisis.png', '2015-03-25 00:00:00', '2015-03-25 00:00:00'),
- (65, 'Roaring Skies', 11, '108', 110, 'img/expansions/en/logos/roaring-skies.png', 'img/expansions/en/symbols/roaring-skies.png', '2015-05-06 00:00:00', '2015-05-06 00:00:00'),
- (66, 'Ancient Origins', 11, '98', 100, 'img/expansions/en/logos/ancient-origins.png', 'img/expansions/en/symbols/ancient-origins.png', '2015-08-12 00:00:00', '2015-08-12 00:00:00'),
- (67, 'BREAKthrough', 11, '162', 164, 'img/expansions/en/logos/breakthrough.png', 'img/expansions/en/symbols/breakthrough.png', '2015-11-04 00:00:00', '2015-11-04 00:00:00'),
- (68, 'BREAKpoint', 11, '122', 123, 'img/expansions/en/logos/breakpoint.png', 'img/expansions/en/symbols/breakpoint.png', '2016-02-03 00:00:00', '2016-02-03 00:00:00'),
- (69, 'Generations', 11, '83', 115, 'img/expansions/en/logos/generations.png', 'img/expansions/en/symbols/generations.png', '2016-02-22 00:00:00', '2016-02-22 00:00:00'),
- (70, 'Fates Collide', 11, '124', 125, 'img/expansions/en/logos/fates-collide.png', 'img/expansions/en/symbols/fates-collide.png', '2016-05-02 00:00:00', '2016-05-02 00:00:00'),
- (71, 'Steam Siege', 11, '114', 116, 'img/expansions/en/logos/steam-siege.png', 'img/expansions/en/symbols/steam-siege.png', '2016-08-03 00:00:00', '2016-08-03 00:00:00'),
- (72, 'Wizards Black Star Promos', 101, NULL, 53, NULL, 'img/expansions/en/symbols/black-star-promo.png', '1999-07-00 00:00:00', '2003-03-00 00:00:00'),
- (73, 'Nintendo Black Star Promos', 101, NULL, 40, NULL, 'img/expansions/en/symbols/black-star-promo.png', '2003-10-00 00:00:00', '2006-09-00 00:00:00'),
- (74, 'DP Black Star Promos', 101, NULL, 56, NULL, 'img/expansions/en/symbols/black-star-promo.png', '2007-05-00 00:00:00', '2009-12-00 00:00:00'),
- (75, 'HGSS Black Star Promos', 101, NULL, 25, NULL, 'img/expansions/en/symbols/black-star-promo.png', '2010-02-00 00:00:00', '2011-02-00 00:00:00'),
- (76, 'BW Black Star Promos', 101, NULL, 101, NULL, 'img/expansions/en/symbols/black-star-promo.png', '2011-03-00 00:00:00', '2013-12-00 00:00:00'),
- (77, 'XY Black Star Promos', 101, NULL, 152, NULL, 'img/expansions/en/symbols/black-star-promo.png', '2013-10-00 00:00:00', NULL),
- (78, 'POP Series 1', 102, '17', 17, NULL, 'img/expansions/en/symbols/pop-series-1.png', '2004-09-00 00:00:00', '2005-08-00 00:00:00'),
- (79, 'POP Series 2', 102, '17', 17, NULL, 'img/expansions/en/symbols/pop-series-2.png', '2005-08-00 00:00:00', '2006-04-00 00:00:00'),
- (80, 'POP Series 3', 102, '17', 17, NULL, 'img/expansions/en/symbols/pop-series-3.png', '2006-04-00 00:00:00', '2006-08-00 00:00:00'),
- (81, 'POP Series 4', 102, '17', 17, NULL, 'img/expansions/en/symbols/pop-series-4.png', '2006-08-00 00:00:00', '2007-03-00 00:00:00'),
- (82, 'POP Series 5', 102, '17', 17, NULL, 'img/expansions/en/symbols/pop-series-5.png', '2007-03-00 00:00:00', '2007-09-00 00:00:00'),
- (83, 'POP Series 6', 102, '17', 17, NULL, 'img/expansions/en/symbols/pop-series-6.png', '2007-09-00 00:00:00', '2008-03-00 00:00:00'),
- (84, 'POP Series 7', 102, '17', 17, NULL, 'img/expansions/en/symbols/pop-series-7.png', '2008-03-00 00:00:00', '2008-09-00 00:00:00'),
- (85, 'POP Series 8', 102, '17', 17, NULL, 'img/expansions/en/symbols/pop-series-8.png', '2008-09-00 00:00:00', '2009-03-00 00:00:00'),
- (86, 'POP Series 9', 102, '17', 17, NULL, 'img/expansions/en/symbols/pop-series-9.png', '2009-03-00 00:00:00', '2009-09-00 00:00:00'),
- (87, 'McDonald\'s Collection 2011', 103, '12', 12, NULL, 'img/expansions/en/symbols/mcdonalds-collection-2011.png', '2011-06-17 00:00:00', '2011-07-07 00:00:00'),
- (88, 'McDonald\'s Collection 2012', 103, '12', 12, NULL, 'img/expansions/en/symbols/mcdonalds-collection-2012.png', '2012-06-15 00:00:00', '2012-07-05 00:00:00'),
- (89, 'McDonald\'s Collection 2013', 103, '12', 12, NULL, 'img/expansions/en/symbols/mcdonalds-collection-2013.png', '2013-10-13 00:00:00', '2013-11-26 00:00:00'),
- (90, 'McDonald\'s Collection 2014', 103, '12', 12, NULL, 'img/expansions/en/symbols/mcdonalds-collection-2014.png', '2014-05-23 00:00:00', '2014-06-12 00:00:00'),
- (91, 'McDonald\'s Collection 2015', 103, '12', 12, NULL, 'img/expansions/en/symbols/mcdonalds-collection-2015.png', '2015-10-14 00:00:00', NULL),
- (92, 'EX Trainer Kit (Latias)', 104, '10', 10, NULL, 'img/expansions/en/symbols/ex-trainer-kit-latias.png', '2004-06-00 00:00:00', '2004-06-00 00:00:00'),
- (93, 'EX Trainer Kit (Latios)', 104, '10', 10, NULL, 'img/expansions/en/symbols/ex-trainer-kit-latios.png', '2004-06-00 00:00:00', '2004-06-00 00:00:00'),
- (94, 'EX Trainer Kit 2 (Plusle)', 104, '12', 12, NULL, 'img/expansions/en/symbols/ex-trainer-kit-2-plusle.png', '2005-03-15 00:00:00', '2005-03-15 00:00:00'),
- (95, 'EX Trainer Kit 2 (Minun)', 104, '12', 12, NULL, 'img/expansions/en/symbols/ex-trainer-kit-2-minun.png', '2005-03-15 00:00:00', '2005-03-15 00:00:00'),
- (96, 'DP Trainer Kit (Manaphy)', 104, '12', 12, NULL, 'img/expansions/en/symbols/dp-trainer-kit-manaphy.png', '2007-09-00 00:00:00', '2007-09-00 00:00:00'),
- (97, 'DP Trainer Kit (Lucario)', 104, '11', 11, NULL, 'img/expansions/en/symbols/dp-trainer-kit-lucario.png', '2007-09-00 00:00:00', '2007-09-00 00:00:00'),
- (98, 'HGSS Trainer Kit (Gyarados)', 104, '30', 30, NULL, 'img/expansions/en/symbols/hgss-trainer-kit-gyarados.png', '2010-05-00 00:00:00', '2010-05-00 00:00:00'),
- (99, 'HGSS Trainer Kit (Raichu)', 104, '30', 30, NULL, 'img/expansions/en/symbols/hgss-trainer-kit-raichu.png', '2010-05-00 00:00:00', '2010-05-00 00:00:00'),
- (100, 'BW Trainer Kit (Excadrill)', 104, '30', 30, NULL, 'img/expansions/en/symbols/bw-trainer-kit-excadrill.png', '2011-09-00 00:00:00', '2011-09-00 00:00:00'),
- (101, 'BW Trainer Kit (Zoroark)', 104, '30', 30, NULL, 'img/expansions/en/symbols/bw-trainer-kit-zoroark.png', '2011-09-00 00:00:00', '2011-09-00 00:00:00'),
- (102, 'XY Trainer Kit (Sylveon)', 104, '30', 30, NULL, 'img/expansions/en/symbols/xy-trainer-kit-sylveon.png', '2014-03-12 00:00:00', '2014-03-12 00:00:00'),
- (103, 'XY Trainer Kit (Noivern)', 104, '30', 30, NULL, 'img/expansions/en/symbols/xy-trainer-kit-noivern.png', '2014-03-12 00:00:00', '2014-03-12 00:00:00'),
- (104, 'XY Trainer Kit (Bisharp)', 104, '30', 30, NULL, 'img/expansions/en/symbols/xy-trainer-kit-bisharp.png', '2014-11-00 00:00:00', '2014-11-00 00:00:00'),
- (105, 'XY Trainer Kit (Wigglytuff)', 104, '30', 30, NULL, 'img/expansions/en/symbols/xy-trainer-kit-wigglytuff.png', '2014-11-00 00:00:00', '2014-11-00 00:00:00'),
- (106, 'XY Trainer Kit (Latias)', 104, '30', 30, NULL, 'img/expansions/en/symbols/xy-trainer-kit-latias.png', '2015-04-29 00:00:00', '2015-04-29 00:00:00'),
- (107, 'XY Trainer Kit (Latios)', 104, '30', 30, NULL, 'img/expansions/en/symbols/xy-trainer-kit-latios.png', '2015-04-29 00:00:00', '2015-04-29 00:00:00'),
- (108, 'Southern Islands', 105, '18', 18, 'img/expansions/en/logos/southern-islands.png', 'img/expansions/en/symbols/southern-islands.png', '2001-07-31 00:00:00', '2001-07-31 00:00:00'),
- (109, 'Best of Game', 105, '9', 9, NULL, 'img/expansions/en/symbols/best-of-game.png', '2002-12-00 00:00:00', '2003-07-00 00:00:00'),
- (110, 'Poké Card Creator Pack', 105, '5', 5, NULL, 'img/expansions/en/symbols/poke-card-creator-pack.png', '2004-07-00 00:00:00', '2004-07-00 00:00:00'),
- (111, 'Rumble', 105, '16', 16, 'img/expansions/en/logos/rumble.png', 'img/expansions/en/symbols/rumble.png', '2009-12-02 00:00:00', '2009-12-02 00:00:00'),
- (112, 'Dragon Vault', 105, '20', 21, 'img/expansions/en/logos/dragon-vault.png', 'img/expansions/en/symbols/dragon-vault.png', '2012-10-05 00:00:00', '2012-10-05 00:00:00'),
- (113, 'Kalos Starter Set', 105, '39', 39, 'img/expansions/en/logos/kalos-starter-set.png', 'img/expansions/en/symbols/kalos-starter-set.png', '2013-11-08 00:00:00', '2013-11-08 00:00:00');
- DROP TABLE IF EXISTS `expansion_series`;
- CREATE TABLE `expansion_series` (
- `id` int(11) NOT NULL AUTO_INCREMENT,
- `name` varchar(150) COLLATE utf8_bin NOT NULL,
- `language_id` int(11) NOT NULL,
- `main_series` tinyint(4) NOT NULL,
- `release_period_begin` datetime DEFAULT NULL,
- `release_period_end` datetime DEFAULT NULL,
- PRIMARY KEY (`id`),
- UNIQUE KEY `expansion_series_UNIQUE` (`name`,`language_id`),
- KEY `fk_expansion_series_language1_idx` (`language_id`),
- KEY `main_series1_idx` (`main_series`),
- CONSTRAINT `fk_expansion_series_language1` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE
- ) ENGINE=InnoDB AUTO_INCREMENT=1001 DEFAULT CHARSET=utf8 COLLATE=utf8_bin;
- INSERT INTO `expansion_series` (`id`, `name`, `language_id`, `main_series`, `release_period_begin`, `release_period_end`) VALUES
- (1, 'Original Series', 1, 1, '1999-01-09 00:00:00', '2000-10-16 00:00:00'),
- (2, 'Neo Series', 1, 1, '2000-12-16 00:00:00', '2002-02-28 00:00:00'),
- (3, 'Legendary Collection Series', 1, 1, '2002-05-24 00:00:00', '2002-05-24 00:00:00'),
- (4, 'e-Card Series', 1, 1, '2002-09-15 00:00:00', '2003-05-12 00:00:00'),
- (5, 'EX Series', 1, 1, '2003-06-18 00:00:00', '2007-02-14 00:00:00'),
- (6, 'Diamond & Pearl Series', 1, 1, '2007-05-23 00:00:00', '2008-11-05 00:00:00'),
- (7, 'Platinum Series', 1, 1, '2009-02-11 00:00:00', '2009-11-04 00:00:00'),
- (8, 'HeartGold & SoulSilver Series', 1, 1, '2010-02-10 00:00:00', '2010-11-02 00:00:00'),
- (9, 'Call of Legends Series', 1, 1, '2011-02-09 00:00:00', '2011-02-09 00:00:00'),
- (10, 'Black & White Series', 1, 1, '2011-04-25 00:00:00', '2013-11-08 00:00:00'),
- (11, 'XY Series', 1, 1, '2014-02-05 00:00:00', NULL),
- (101, 'Black Star Promos', 1, 0, '1999-07-00 00:00:00', NULL),
- (102, 'POP Series', 1, 0, '2004-09-00 00:00:00', NULL),
- (103, 'McDonald\'s Collection Series', 1, 0, '2011-06-17 00:00:00', NULL),
- (104, 'Trainer Kits', 1, 0, NULL, NULL),
- (105, 'Other', 1, 0, NULL, NULL);
- -- 2016-10-22 22:10:29
Advertisement
Add Comment
Please, Sign In to add comment