migrations/Version20210630143932.php line 1

Open in your IDE?
  1. <?php
  2. declare(strict_types=1);
  3. namespace DoctrineMigrations;
  4. use Doctrine\DBAL\Schema\Schema;
  5. use Doctrine\Migrations\AbstractMigration;
  6. /**
  7.  * Auto-generated Migration: Please modify to your needs!
  8.  */
  9. final class Version20210630143932 extends AbstractMigration
  10. {
  11.     public function getDescription(): string
  12.     {
  13.         return '';
  14.     }
  15.     public function up(Schema $schema): void
  16.     {
  17.         // this up() migration is auto-generated, please modify it to your needs
  18.         $this->addSql("
  19.             INSERT INTO `countries` (`id`, `title`, `code`) VALUES
  20.             (1, 'Andorra', 'AD'),
  21.             (2, 'United Arab Emirates', 'AE'),
  22.             (3, 'Antigua and Barbuda', 'AG'),
  23.             (4, 'Anguilla', 'AI'),
  24.             (5, 'Albania', 'AL'),
  25.             (6, 'Armenia', 'AM'),
  26.             (7, 'Netherland Antilles', 'AN'),
  27.             (8, 'Angola', 'AO'),
  28.             (9, 'Antarctica', 'AQ'),
  29.             (10, 'Argentina', 'AR'),
  30.             (11, 'American Samoa', 'AS'),
  31.             (12, 'Austria', 'AT'),
  32.             (13, 'Australia', 'AU'),
  33.             (14, 'Aruba', 'AW'),
  34.             (15, 'Azerbaijan', 'AZ'),
  35.             (16, 'Bosnia-Herzegovina', 'BA'),
  36.             (17, 'Barbados', 'BB'),
  37.             (18, 'Bangladesh', 'BD'),
  38.             (19, 'Belgium', 'BE'),
  39.             (20, 'Burkina Faso', 'BF'),
  40.             (21, 'Bulgaria', 'BG'),
  41.             (22, 'Bahrain', 'BH'),
  42.             (23, 'Burundi', 'BI'),
  43.             (24, 'Benin', 'BJ'),
  44.             (25, 'Bermuda', 'BM'),
  45.             (26, 'Brunei Darussalam', 'BN'),
  46.             (27, 'Bolivia', 'BO'),
  47.             (28, 'Brazil', 'BR'),
  48.             (29, 'Bahamas', 'BS'),
  49.             (30, 'Buthan', 'BT'),
  50.             (31, 'Bouvet Island', 'BV'),
  51.             (32, 'Botswana', 'BW'),
  52.             (33, 'Belarus', 'BY'),
  53.             (34, 'Belize', 'BZ'),
  54.             (35, 'Canada', 'CA'),
  55.             (36, 'Cocos (Keeling) Isl.', 'CC'),
  56.             (37, 'Central African Rep.', 'CF'),
  57.             (38, 'Republic of the Congo', 'CG'),
  58.             (39, 'Switzerland', 'CH'),
  59.             (40, 'Ivory Coast', 'CI'),
  60.             (41, 'Cook Islands', 'CK'),
  61.             (42, 'Chile', 'CL'),
  62.             (43, 'Cameroon', 'CM'),
  63.             (44, 'China', 'CN'),
  64.             (45, 'Colombia', 'CO'),
  65.             (46, 'Costa Rica', 'CR'),
  66.             (47, 'Democratic Republic of the Congo', 'CD'),
  67.             (48, 'Cuba', 'CU'),
  68.             (49, 'Cape Verde', 'CV'),
  69.             (50, 'Christmas Island', 'CX'),
  70.             (51, 'Cyprus', 'CY'),
  71.             (52, 'Czech Republic', 'CZ'),
  72.             (53, 'Germany', 'DE'),
  73.             (54, 'Djibouti', 'DJ'),
  74.             (55, 'Denmark', 'DK'),
  75.             (56, 'Dominica', 'DM'),
  76.             (57, 'Dominican Republic', 'DO'),
  77.             (58, 'Algeria', 'DZ'),
  78.             (59, 'Ecuador', 'EC'),
  79.             (60, 'Estonia', 'EE'),
  80.             (61, 'Egypt', 'EG'),
  81.             (62, 'Western Sahara', 'EH'),
  82.             (63, 'Spain', 'ES'),
  83.             (64, 'Ethiopia', 'ET'),
  84.             (65, 'Finland', 'FI'),
  85.             (66, 'Fiji', 'FJ'),
  86.             (67, 'Falkland Islands', 'FK'),
  87.             (68, 'Micronesia', 'FM'),
  88.             (69, 'Faroe Islands', 'FO'),
  89.             (70, 'France', 'FR'),
  90.             (71, 'French Polynesia', 'PF'),
  91.             (72, 'Gabon', 'GA'),
  92.             (73, 'United Kingdom (Great Britain)', 'GB'),
  93.             (74, 'Grenada', 'GD'),
  94.             (75, 'Georgia', 'GE'),
  95.             (76, 'Guyana (Fr.)', 'GF'),
  96.             (77, 'Ghana', 'GH'),
  97.             (78, 'Gibraltar', 'GI'),
  98.             (79, 'Greenland', 'GL'),
  99.             (80, 'Gambia', 'GM'),
  100.             (81, 'Guinea', 'GN'),
  101.             (82, 'Guadeloupe (Fr.)', 'GP'),
  102.             (83, 'Equatorial Guinea', 'GQ'),
  103.             (84, 'Greece', 'GR'),
  104.             (85, 'Guatemala', 'GT'),
  105.             (86, 'Guam (US)', 'GU'),
  106.             (87, 'Guinea Bissau', 'GW'),
  107.             (88, 'Guyana', 'GY'),
  108.             (89, 'Hong Kong', 'HK'),
  109.             (90, 'Heard Island and McDonald Islands', 'HM'),
  110.             (91, 'Honduras', 'HN'),
  111.             (92, 'Croatia', 'HR'),
  112.             (93, 'Haiti', 'HT'),
  113.             (94, 'Hungary', 'HU'),
  114.             (95, 'Indonesia', 'ID'),
  115.             (96, 'Ireland', 'IE'),
  116.             (97, 'Israel', 'IL'),
  117.             (98, 'India', 'IN'),
  118.             (100, 'Iraq', 'IQ'),
  119.             (101, 'Iran', 'IR'),
  120.             (102, 'Iceland', 'IS'),
  121.             (103, 'Italy', 'IT'),
  122.             (104, 'Jamaica', 'JM'),
  123.             (105, 'Jordan', 'JO'),
  124.             (106, 'Japan', 'JP'),
  125.             (107, 'Kenya', 'KE'),
  126.             (108, 'Kirgistan', 'KG'),
  127.             (109, 'Cambodia', 'KH'),
  128.             (110, 'Kiribati', 'KI'),
  129.             (111, 'Comoros', 'KM'),
  130.             (112, 'St.Kitts Nevis Anguilla', 'KN'),
  131.             (113, 'Korea (North)', 'KP'),
  132.             (114, 'Korea (South)', 'KR'),
  133.             (115, 'Kuwait', 'KW'),
  134.             (116, 'Cayman Islands', 'KY'),
  135.             (117, 'Kazachstan', 'KZ'),
  136.             (118, 'Laos', 'LA'),
  137.             (119, 'Lebanon', 'LB'),
  138.             (120, 'Saint Lucia', 'LC'),
  139.             (121, 'Liechtenstein', 'LI'),
  140.             (122, 'Sri Lanka', 'LK'),
  141.             (123, 'Liberia', 'LR'),
  142.             (124, 'Lesotho', 'LS'),
  143.             (125, 'Lithuania', 'LT'),
  144.             (126, 'Luxembourg', 'LU'),
  145.             (127, 'Latvia', 'LV'),
  146.             (128, 'Libya', 'LY'),
  147.             (129, 'Morocco', 'MA'),
  148.             (130, 'Monaco', 'MC'),
  149.             (131, 'Moldavia', 'MD'),
  150.             (132, 'Madagascar', 'MG'),
  151.             (133, 'Marshall Islands', 'MH'),
  152.             (134, 'Mali', 'ML'),
  153.             (135, 'Myanmar', 'MM'),
  154.             (136, 'Mongolia', 'MN'),
  155.             (137, 'Macau', 'MO'),
  156.             (138, 'Northern Mariana Isl.', 'MP'),
  157.             (139, 'Martinique (Fr.)', 'MQ'),
  158.             (140, 'Mauritania', 'MR'),
  159.             (141, 'Montserrat', 'MS'),
  160.             (142, 'Malta', 'MT'),
  161.             (143, 'Mauritius', 'MU'),
  162.             (144, 'Maldives', 'MV'),
  163.             (145, 'Malawi', 'MW'),
  164.             (146, 'Mexico', 'MX'),
  165.             (147, 'Malaysia', 'MY'),
  166.             (148, 'Mozambique', 'MZ'),
  167.             (149, 'Namibia', 'NA'),
  168.             (150, 'New Caledonia (Fr.)', 'NC'),
  169.             (151, 'Niger', 'NE'),
  170.             (152, 'Norfolk Island', 'NF'),
  171.             (153, 'Nigeria', 'NG'),
  172.             (154, 'Nicaragua', 'NI'),
  173.             (155, 'Netherlands', 'NL'),
  174.             (156, 'Norway', 'NO'),
  175.             (157, 'Nepal', 'NP'),
  176.             (158, 'Nauru', 'NR'),
  177.             (160, 'Niue', 'NU'),
  178.             (161, 'New Zealand', 'NZ'),
  179.             (162, 'Oman', 'OM'),
  180.             (163, 'Panama', 'PA'),
  181.             (164, 'Peru', 'PE'),
  182.             (165, 'French Southern and Antarctic Lands', 'TF'),
  183.             (166, 'Papua New', 'PG'),
  184.             (167, 'Philippines', 'PH'),
  185.             (168, 'Pakistan', 'PK'),
  186.             (169, 'Poland', 'PL'),
  187.             (170, 'St. Pierre & Miquelon', 'PM'),
  188.             (171, 'Pitcairn', 'PN'),
  189.             (172, 'Puerto Rico', 'PR'),
  190.             (173, 'Portugal', 'PT'),
  191.             (174, 'Palau', 'PW'),
  192.             (175, 'Paraguay', 'PY'),
  193.             (176, 'Qatar', 'QA'),
  194.             (177, 'Reunion (Fr.)', 'RE'),
  195.             (178, 'Romania', 'RO'),
  196.             (179, 'Russia', 'RU'),
  197.             (180, 'Rwanda', 'RW'),
  198.             (181, 'Saudi Arabia', 'SA'),
  199.             (182, 'Solomon Islands', 'SB'),
  200.             (183, 'Seychelles', 'SC'),
  201.             (184, 'Sudan', 'SD'),
  202.             (185, 'Sweden', 'SE'),
  203.             (186, 'Singapore', 'SG'),
  204.             (187, 'St. Helena', 'SH'),
  205.             (188, 'Slovenia', 'SI'),
  206.             (189, 'Svalbard & Jan Mayen Is', 'SJ'),
  207.             (190, 'Slovak Republic', 'SK'),
  208.             (191, 'Sierra Leone', 'SL'),
  209.             (192, 'San Marino', 'SM'),
  210.             (193, 'Senegal', 'SN'),
  211.             (194, 'Somalia', 'SO'),
  212.             (195, 'Suriname', 'SR'),
  213.             (196, 'St. Tome and Principe', 'ST'),
  214.             (197, 'El Salvador', 'SV'),
  215.             (198, 'Syria', 'SY'),
  216.             (199, 'Swaziland', 'SZ'),
  217.             (200, 'Turks and Caicos Islands', 'TC'),
  218.             (201, 'Chad', 'TD'),
  219.             (203, 'Togo', 'TG'),
  220.             (204, 'Thailand', 'TH'),
  221.             (205, 'Tadjikistan', 'TJ'),
  222.             (206, 'Tokelau', 'TK'),
  223.             (207, 'Turkmenistan', 'TM'),
  224.             (208, 'Tunisia', 'TN'),
  225.             (209, 'Tonga', 'TO'),
  226.             (210, 'East Timor', 'TP'),
  227.             (211, 'Turkey', 'TR'),
  228.             (212, 'Trinidad & Tobago', 'TT'),
  229.             (213, 'Tuvalu', 'TV'),
  230.             (214, 'Taiwan', 'TW'),
  231.             (215, 'Tanzania', 'TZ'),
  232.             (216, 'Ukraine', 'UA'),
  233.             (217, 'Uganda', 'UG'),
  234.             (218, 'United States Minor Outlying Islands', 'UM'),
  235.             (219, 'United States', 'US'),
  236.             (220, 'Uruguay', 'UY'),
  237.             (221, 'Uzbekistan', 'UZ'),
  238.             (222, 'Vatican City State', 'VA'),
  239.             (223, 'St.Vincent & Grenadines', 'VC'),
  240.             (224, 'Venezuela', 'VE'),
  241.             (225, 'Virgin Islands (British)', 'VG'),
  242.             (226, 'Virgin Islands (US)', 'VI'),
  243.             (227, 'Vietnam', 'VN'),
  244.             (228, 'Vanuatu', 'VU'),
  245.             (229, 'Wallis & Futuna Islands', 'WF'),
  246.             (230, 'Samoa', 'WS'),
  247.             (231, 'Yemen', 'YE'),
  248.             (232, 'Montenegro', 'ME'),
  249.             (233, 'South Africa', 'ZA'),
  250.             (234, 'Zambia', 'ZM'),
  251.             (235, 'Serbia', 'RS'),
  252.             (236, 'Zimbabwe', 'ZW'),
  253.             (239, 'Azores', 'PT'),
  254.             (240, 'Aland Islands', 'AX'),
  255.             (241, 'Afghanistan', 'AF'),
  256.             (242, 'British Indian Ocean Territory', 'IO'),
  257.             (243, 'Guernsey', 'GG'),
  258.             (244, 'Jersey', 'JE'),
  259.             (246, 'Mayotte', 'YT'),
  260.             (247, 'Republic of Macedonia', 'MK'),
  261.             (248, 'Isle of Man', 'IM'),
  262.             (250, 'Palestine', 'PS'),
  263.             (252, 'Northern Cyprus', 'NC'),
  264.             (255, 'Eritrea', 'ER'),
  265.             (256, 'South Georgia and the South Sandwich Islands', 'GS');
  266.         ");
  267.     }
  268.     public function down(Schema $schema): void
  269.     {
  270.         // this down() migration is auto-generated, please modify it to your needs
  271.     }
  272. }