-- phpMyAdmin SQL Dump
-- version 4.9.7
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1:3307
-- Generation Time: Sep 30, 2024 at 11:03 AM
-- Server version: 10.6.5-MariaDB
-- PHP Version: 7.4.26

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `bet_and_play`
--

-- --------------------------------------------------------

--
-- Table structure for table `countries`
--

DROP TABLE IF EXISTS `countries`;
CREATE TABLE IF NOT EXISTS `countries` (
  `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `slug` varchar(150) DEFAULT NULL,
  `iso` varchar(50) NOT NULL,
  `status` enum('0','1') NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `updated_at` timestamp NULL DEFAULT current_timestamp(),
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=231 DEFAULT CHARSET=latin1;

--
-- Dumping data for table `countries`
--

INSERT INTO `countries` (`id`, `name`, `slug`, `iso`, `status`, `created_at`, `updated_at`, `deleted_at`) VALUES
(1, 'Afghanistan', 'afghanistan', 'AF', '0', '2024-04-26 12:03:00', '2024-05-21 07:51:17', NULL),
(2, 'Albania', 'albania', 'AL', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(3, 'Algeria', 'algeria', 'DZ', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(4, 'American Samoa', 'american-samoa', 'AS', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(5, 'Andorra', 'andorra', 'AD', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(6, 'Angola', 'angola', 'AO', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(7, 'Anguilla', 'anguilla', 'AI', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(8, 'Antarctica', 'antarctica', 'AQ', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(9, 'Antigua and Barbuda', 'antigua-and-barbuda', 'AG', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(10, 'Argentina', 'argentina', 'AR', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(11, 'Armenia', 'armenia', 'AM', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(12, 'Aruba', 'aruba', 'AW', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(13, 'Australia', 'australia', 'AU', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(14, 'Austria', 'austria', 'AT', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(15, 'Azerbaijan', 'azerbaijan', 'AZ', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(16, 'Bahamas', 'bahamas', 'BS', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(17, 'Bahrain', 'bahrain', 'BH', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(18, 'Bangladesh', 'bangladesh', 'BD', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(19, 'Barbados', 'barbados', 'BB', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(20, 'Belarus', 'belarus', 'BY', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(21, 'Belgium', 'belgium', 'BE', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(22, 'Belize', 'belize', 'BZ', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(23, 'Benin', 'benin', 'BJ', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(24, 'Bermuda', 'bermuda', 'BM', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(25, 'Bhutan', 'bhutan', 'BT', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(26, 'Bosnia and Herzegovina', 'bosnia-and-herzegovina', 'BA', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(27, 'Botswana', 'botswana', 'BW', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(28, 'Bouvet Island', 'bouvet-island', 'BV', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(29, 'Brazil', 'brazil', 'BR', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(30, 'British Indian Ocean Territory', 'british-indian-ocean-territory', 'IO', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(31, 'Brunei Darussalam', 'brunei-darussalam', 'BN', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(32, 'Bulgaria', 'bulgaria', 'BG', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(33, 'Burkina Faso', 'burkina-faso', 'BF', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(34, 'Burundi', 'burundi', 'BI', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(35, 'Cambodia', 'cambodia', 'KH', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(36, 'Cameroon', 'cameroon', 'CM', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(37, 'Canada', 'canada', 'CA', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(38, 'Cape Verde', 'cape-verde', 'CV', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(39, 'Cayman Islands', 'cayman-islands', 'KY', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(40, 'Central African Republic', 'central-african-republic', 'CF', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(41, 'Chad', 'chad', 'TD', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(42, 'Chile', 'chile', 'CL', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(43, 'China', 'china', 'CN', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(44, 'Christmas Island', 'christmas-island', 'CX', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(45, 'Cocos (Keeling) Islands', 'cocos-(keeling)-islands', 'CC', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(46, 'Colombia', 'colombia', 'CO', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(47, 'Comoros', 'comoros', 'KM', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(48, 'Congo', 'congo', 'CG', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(49, 'Cook Islands', 'cook-islands', 'CK', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(50, 'Costa Rica', 'costa-rica', 'CR', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(51, 'Croatia', 'croatia', 'HR', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(52, 'Cuba', 'cuba', 'CU', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(53, 'Cyprus', 'cyprus', 'CY', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(54, 'Czech Republic', 'czech-republic', 'CZ', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(55, 'Denmark', 'denmark', 'DK', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(56, 'Djibouti', 'djibouti', 'DJ', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(57, 'Dominica', 'dominica', 'DM', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(58, 'Dominican Republic', 'dominican-republic', 'DO', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(59, 'Ecuador', 'ecuador', 'EC', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(60, 'Egypt', 'egypt', 'EG', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(61, 'El Salvador', 'el-salvador', 'SV', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(62, 'Equatorial Guinea', 'equatorial-guinea', 'GQ', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(63, 'Eritrea', 'eritrea', 'ER', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(64, 'Estonia', 'estonia', 'EE', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(65, 'Ethiopia', 'ethiopia', 'ET', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(66, 'Falkland Islands (Malvinas)', 'falkland-islands-(malvinas)', 'FK', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(67, 'Faroe Islands', 'faroe-islands', 'FO', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(68, 'Fiji', 'fiji', 'FJ', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(69, 'Finland', 'finland', 'FI', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(70, 'France', 'france', 'FR', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(71, 'French Guiana', 'french-guiana', 'GF', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(72, 'French Polynesia', 'french-polynesia', 'PF', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(73, 'French Southern Territories', 'french-southern-territories', 'TF', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(74, 'Gabon', 'gabon', 'GA', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(75, 'Gambia', 'gambia', 'GM', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(76, 'Georgia', 'georgia', 'GE', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(77, 'Germany', 'germany', 'DE', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(78, 'Ghana', 'ghana', 'GH', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(79, 'Gibraltar', 'gibraltar', 'GI', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(80, 'Greece', 'greece', 'GR', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(81, 'Greenland', 'greenland', 'GL', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(82, 'Grenada', 'grenada', 'GD', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(83, 'Guadeloupe', 'guadeloupe', 'GP', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(84, 'Guam', 'guam', 'GU', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(85, 'Guatemala', 'guatemala', 'GT', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(86, 'Guernsey', 'guernsey', 'GG', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(87, 'Guinea', 'guinea', 'GN', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(88, 'Guinea-Bissau', 'guinea-bissau', 'GW', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(89, 'Guyana', 'guyana', 'GY', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(90, 'Haiti', 'haiti', 'HT', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(91, 'Heard Island and McDonald Islands', 'heard-island-and-mcdonald-islands', 'HM', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(92, 'Holy See (Vatican City State)', 'holy-see-(vatican-city-state)', 'VA', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(93, 'Honduras', 'honduras', 'HN', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(94, 'Hong Kong', 'hong-kong', 'HK', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(95, 'Hungary', 'hungary', 'HU', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(96, 'Iceland', 'iceland', 'IS', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(97, 'India', 'india', 'IN', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(98, 'Indonesia', 'indonesia', 'ID', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(99, 'Iran', 'iran', 'IR', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(100, 'Iraq', 'iraq', 'IQ', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(101, 'Ireland', 'ireland', 'IE', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(102, 'Isle of Man', 'isle-of-man', 'IM', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(103, 'Israel', 'israel', 'IL', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(104, 'Italy', 'italy', 'IT', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(105, 'Jamaica', 'jamaica', 'JM', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(106, 'Japan', 'japan', 'JP', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(107, 'Jersey', 'jersey', 'JE', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(108, 'Jordan', 'jordan', 'JO', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(109, 'Kazakhstan', 'kazakhstan', 'KZ', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(110, 'Kenya', 'kenya', 'KE', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(111, 'Kiribati', 'kiribati', 'KI', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(112, 'Kuwait', 'kuwait', 'KW', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(113, 'Kyrgyzstan', 'kyrgyzstan', 'KG', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(114, 'Lao Peoples Democratic Republic', 'lao-peoples-democratic-republic', 'LA', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(115, 'Latvia', 'latvia', 'LV', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(116, 'Lebanon', 'lebanon', 'LB', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(117, 'Lesotho', 'lesotho', 'LS', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(118, 'Liberia', 'liberia', 'LR', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(119, 'Libya', 'libya', 'LY', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(120, 'Liechtenstein', 'liechtenstein', 'LI', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(121, 'Lithuania', 'lithuania', 'LT', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(122, 'Luxembourg', 'luxembourg', 'LU', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(123, 'Macao', 'macao', 'MO', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(124, 'Madagascar', 'madagascar', 'MG', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(125, 'Malawi', 'malawi', 'MW', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(126, 'Malaysia', 'malaysia', 'MY', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(127, 'Maldives', 'maldives', 'MV', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(128, 'Mali', 'mali', 'ML', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(129, 'Malta', 'malta', 'MT', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(130, 'Marshall Islands', 'marshall-islands', 'MH', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(131, 'Martinique', 'martinique', 'MQ', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(132, 'Mauritania', 'mauritania', 'MR', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(133, 'Mauritius', 'mauritius', 'MU', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(134, 'Mayotte', 'mayotte', 'YT', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(135, 'Mexico', 'mexico', 'MX', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(136, 'Monaco', 'monaco', 'MC', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(137, 'Mongolia', 'mongolia', 'MN', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(138, 'Montenegro', 'montenegro', 'ME', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(139, 'Montserrat', 'montserrat', 'MS', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(140, 'Morocco', 'morocco', 'MA', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(141, 'Mozambique', 'mozambique', 'MZ', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(142, 'Myanmar', 'myanmar', 'MM', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(143, 'Namibia', 'namibia', 'NA', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(144, 'Nauru', 'nauru', 'NR', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(145, 'Nepal', 'nepal', 'NP', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(146, 'Netherlands', 'netherlands', 'NL', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(147, 'New Caledonia', 'new-caledonia', 'NC', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(148, 'New Zealand', 'new-zealand', 'NZ', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(149, 'Nicaragua', 'nicaragua', 'NI', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(150, 'Niger', 'niger', 'NE', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(151, 'Nigeria', 'nigeria', 'NG', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(152, 'Niue', 'niue', 'NU', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(153, 'Norfolk Island', 'norfolk-island', 'NF', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(154, 'Northern Mariana Islands', 'northern-mariana-islands', 'MP', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(155, 'Norway', 'norway', 'NO', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(156, 'Oman', 'oman', 'OM', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(157, 'Pakistan', 'pakistan', 'PK', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(158, 'Palau', 'palau', 'PW', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(159, 'Panama', 'panama', 'PA', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(160, 'Papua New Guinea', 'papua-new-guinea', 'PG', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(161, 'Paraguay', 'paraguay', 'PY', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(162, 'Peru', 'peru', 'PE', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(163, 'Philippines', 'philippines', 'PH', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(164, 'Pitcairn', 'pitcairn', 'PN', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(165, 'Poland', 'poland', 'PL', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(166, 'Portugal', 'portugal', 'PT', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(167, 'Puerto Rico', 'puerto-rico', 'PR', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(168, 'Qatar', 'qatar', 'QA', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(169, 'Romania', 'romania', 'RO', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(170, 'Russian Federation', 'russian-federation', 'RU', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(171, 'Rwanda', 'rwanda', 'RW', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(172, 'Saint Kitts and Nevis', 'saint-kitts-and-nevis', 'KN', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(173, 'Saint Lucia', 'saint-lucia', 'LC', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(174, 'Saint Martin (French part)', 'saint-martin-(french-part)', 'MF', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(175, 'Saint Pierre and Miquelon', 'saint-pierre-and-miquelon', 'PM', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(176, 'Saint Vincent and the Grenadines', 'saint-vincent-and-the-grenadines', 'VC', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(177, 'Samoa', 'samoa', 'WS', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(178, 'San Marino', 'san-marino', 'SM', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(179, 'Sao Tome and Principe', 'sao-tome-and-principe', 'ST', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(180, 'Saudi Arabia', 'saudi-arabia', 'SA', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(181, 'Senegal', 'senegal', 'SN', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(182, 'Serbia', 'serbia', 'RS', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(183, 'Seychelles', 'seychelles', 'SC', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(184, 'Sierra Leone', 'sierra-leone', 'SL', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(185, 'Singapore', 'singapore', 'SG', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(186, 'Sint Maarten (Dutch part)', 'sint-maarten-(dutch-part)', 'SX', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(187, 'Slovakia', 'slovakia', 'SK', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(188, 'Slovenia', 'slovenia', 'SI', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(189, 'Solomon Islands', 'solomon-islands', 'SB', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(190, 'Somalia', 'somalia', 'SO', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(191, 'South Africa', 'south-africa', 'ZA', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(192, 'South Georgia and the South Sandwich Islands', 'south-georgia-and-the-south-sandwich-islands', 'GS', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(193, 'South Sudan', 'south-sudan', 'SS', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(194, 'Spain', 'spain', 'ES', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(195, 'Sri Lanka', 'sri-lanka', 'LK', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(196, 'State of Palestine', 'state-of-palestine', 'PS', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(197, 'Sudan', 'sudan', 'SD', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(198, 'Suriname', 'suriname', 'SR', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(199, 'Svalbard and Jan Mayen', 'svalbard-and-jan-mayen', 'SJ', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(200, 'Swaziland', 'swaziland', 'SZ', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(201, 'Sweden', 'sweden', 'SE', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(202, 'Switzerland', 'switzerland', 'CH', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(203, 'Syrian Arab Republic', 'syrian-arab-republic', 'SY', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(204, 'Tajikistan', 'tajikistan', 'TJ', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(205, 'Thailand', 'thailand', 'TH', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(206, 'Timor-Leste', 'timor-leste', 'TL', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(207, 'Togo', 'togo', 'TG', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(208, 'Tokelau', 'tokelau', 'TK', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(209, 'Tonga', 'tonga', 'TO', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(210, 'Trinidad and Tobago', 'trinidad-and-tobago', 'TT', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(211, 'Tunisia', 'tunisia', 'TN', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(212, 'Turkey', 'turkey', 'TR', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(213, 'Turkmenistan', 'turkmenistan', 'TM', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(214, 'Turks and Caicos Islands', 'turks-and-caicos-islands', 'TC', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(215, 'Tuvalu', 'tuvalu', 'TV', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(216, 'Uganda', 'uganda', 'UG', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(217, 'Ukraine', 'ukraine', 'UA', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(218, 'United Arab Emirates', 'united-arab-emirates', 'AE', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(219, 'United Kingdom', 'united-kingdom', 'GB', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(220, 'United States', 'united-states', 'US', '1', '2024-04-26 12:03:00', '2024-05-09 11:44:52', NULL),
(221, 'United States Minor Outlying Islands', 'united-states-minor-outlying-islands', 'UM', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(222, 'Uruguay', 'uruguay', 'UY', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(223, 'Uzbekistan', 'uzbekistan', 'UZ', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(224, 'Vanuatu', 'vanuatu', 'VU', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(225, 'Viet Nam', 'viet-nam', 'VN', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(226, 'Wallis and Futuna', 'wallis-and-futuna', 'WF', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(227, 'Western Sahara', 'western-sahara', 'EH', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(228, 'Yemen', 'yemen', 'YE', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL),
(229, 'Zambia', 'zambia', 'ZM', '0', '2024-04-26 12:03:00', '2024-04-26 12:58:30', NULL),
(230, 'Zimbabwe', 'zimbabwe', 'ZW', '0', '2024-04-26 12:03:00', '2024-04-26 12:03:00', NULL);
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
