-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost
-- Tempo de geração: 26/07/2024 às 07:43
-- Versão do servidor: 8.0.37-0ubuntu0.22.04.3
-- Versão do PHP: 8.2.20

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
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 */;

--
-- Banco de dados: `vizionPRO`
--

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

--
-- Estrutura para tabela `affiliate_histories`
--

CREATE TABLE `affiliate_histories` (
  `id` bigint UNSIGNED NOT NULL,
  `user_id` int UNSIGNED NOT NULL,
  `inviter` int UNSIGNED NOT NULL,
  `commission` decimal(20,2) NOT NULL DEFAULT '0.00',
  `commission_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `deposited` tinyint DEFAULT '0',
  `deposited_amount` decimal(10,2) DEFAULT '0.00',
  `losses` bigint DEFAULT '0',
  `losses_amount` decimal(10,2) DEFAULT '0.00',
  `commission_paid` decimal(10,2) DEFAULT '0.00',
  `status` tinyint NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `receita` decimal(10,2) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Despejando dados para a tabela `affiliate_histories`
--

INSERT INTO `affiliate_histories` (`id`, `user_id`, `inviter`, `commission`, `commission_type`, `deposited`, `deposited_amount`, `losses`, `losses_amount`, `commission_paid`, `status`, `created_at`, `updated_at`, `receita`) VALUES
(1, 45, 1, 2.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-21 16:30:15', '2024-06-21 16:30:15', NULL),
(2, 45, 1, 10.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-21 16:30:15', '2024-06-21 16:30:15', NULL),
(3, 48, 45, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-21 17:26:49', '2024-06-21 17:26:49', NULL),
(4, 48, 45, 200.00, 'cpa', 0, 20.00, 0, 0.00, 0.00, 0, '2024-06-21 17:26:49', '2024-06-21 17:27:47', NULL),
(5, 49, 45, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-21 17:39:44', '2024-06-21 17:39:44', NULL),
(6, 49, 45, 200.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-21 17:39:44', '2024-06-21 17:39:44', NULL),
(7, 50, 45, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-21 17:53:01', '2024-06-21 17:53:01', NULL),
(8, 50, 45, 200.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-21 17:53:01', '2024-06-21 17:53:01', NULL),
(9, 51, 45, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-21 19:13:02', '2024-06-21 19:13:02', NULL),
(10, 51, 45, 200.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-21 19:13:02', '2024-06-21 19:13:02', NULL),
(11, 52, 45, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-21 20:11:15', '2024-06-21 20:11:15', NULL),
(12, 52, 45, 200.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-21 20:11:15', '2024-06-21 20:11:15', NULL),
(13, 54, 53, 10.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-21 22:51:48', '2024-06-21 22:51:48', NULL),
(14, 55, 53, 10.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-21 23:39:20', '2024-06-21 23:39:20', NULL),
(15, 56, 53, 10.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 00:47:57', '2024-06-22 00:47:57', NULL),
(16, 57, 53, 10.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 00:48:58', '2024-06-22 00:48:58', NULL),
(17, 58, 53, 10.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 00:57:16', '2024-06-22 00:57:16', NULL),
(18, 59, 53, 10.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 01:19:36', '2024-06-22 01:19:36', NULL),
(19, 61, 46, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 01:42:13', '2024-06-22 01:42:13', NULL),
(20, 61, 46, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 01:42:13', '2024-06-22 01:42:13', NULL),
(21, 62, 46, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 05:29:53', '2024-06-22 05:29:53', NULL),
(22, 62, 46, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-22 05:29:53', '2024-06-22 05:30:41', NULL),
(23, 63, 46, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 07:05:17', '2024-06-22 07:05:17', NULL),
(24, 63, 46, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-22 07:05:17', '2024-06-22 07:09:38', NULL),
(25, 64, 53, 10.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 07:21:27', '2024-06-22 07:21:27', NULL),
(26, 66, 46, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 16:40:10', '2024-06-22 16:40:10', NULL),
(27, 66, 46, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-22 16:40:10', '2024-06-22 16:41:37', NULL),
(28, 68, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 20:05:19', '2024-06-22 20:05:19', NULL),
(29, 68, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 20:05:19', '2024-06-22 20:05:19', NULL),
(30, 69, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 20:16:57', '2024-06-22 20:16:57', NULL),
(31, 69, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 20:16:57', '2024-06-22 20:16:57', NULL),
(32, 70, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 20:23:05', '2024-06-22 20:23:05', NULL),
(33, 70, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 20:23:05', '2024-06-22 20:23:05', NULL),
(34, 71, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 20:23:23', '2024-06-22 20:23:23', NULL),
(35, 71, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 20:23:23', '2024-06-22 20:23:23', NULL),
(36, 72, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 20:43:29', '2024-06-22 20:43:29', NULL),
(37, 72, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 20:43:29', '2024-06-22 20:43:29', NULL),
(38, 73, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 20:52:11', '2024-06-22 20:52:11', NULL),
(39, 73, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 20:52:11', '2024-06-22 20:52:11', NULL),
(40, 74, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 20:52:33', '2024-06-22 20:52:33', NULL),
(41, 74, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-22 20:52:33', '2024-06-22 20:54:16', NULL),
(42, 75, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 21:04:28', '2024-06-22 21:04:28', NULL),
(43, 75, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-22 21:04:28', '2024-06-22 21:10:40', NULL),
(44, 76, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 21:08:53', '2024-06-22 21:08:53', NULL),
(45, 76, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-22 21:08:53', '2024-06-22 21:14:25', NULL),
(46, 77, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 21:14:54', '2024-06-22 21:14:54', NULL),
(47, 77, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 21:14:54', '2024-06-22 21:14:54', NULL),
(48, 78, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 21:23:14', '2024-06-22 21:23:14', NULL),
(49, 78, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 21:23:14', '2024-06-22 21:23:14', NULL),
(50, 79, 65, 116.00, 'revshare', 0, 0.00, 30, 16.00, 16.00, 0, '2024-06-22 21:25:27', '2024-06-22 22:04:18', NULL),
(51, 79, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-22 21:25:27', '2024-06-22 21:30:25', NULL),
(52, 80, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 21:40:00', '2024-06-22 21:40:00', NULL),
(53, 80, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 21:40:00', '2024-06-22 21:40:00', NULL),
(54, 81, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 21:52:29', '2024-06-22 21:52:29', NULL),
(55, 81, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 21:52:29', '2024-06-22 21:52:29', NULL),
(56, 82, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 21:54:35', '2024-06-22 21:54:35', NULL),
(57, 82, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 21:54:35', '2024-06-22 21:54:35', NULL),
(58, 83, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 21:57:46', '2024-06-22 21:57:46', NULL),
(59, 83, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 21:57:46', '2024-06-22 21:57:46', NULL),
(60, 84, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 22:00:13', '2024-06-22 22:00:13', NULL),
(61, 84, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-22 22:00:13', '2024-06-22 22:05:35', NULL),
(62, 85, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 22:04:52', '2024-06-22 22:04:52', NULL),
(63, 85, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 22:04:52', '2024-06-22 22:04:52', NULL),
(64, 86, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 22:21:32', '2024-06-22 22:21:32', NULL),
(65, 86, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-22 22:21:32', '2024-06-22 22:22:43', NULL),
(66, 87, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 23:20:14', '2024-06-22 23:20:14', NULL),
(67, 87, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-22 23:20:14', '2024-06-22 23:21:23', NULL),
(68, 88, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 23:24:53', '2024-06-22 23:24:53', NULL),
(69, 88, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-22 23:24:53', '2024-06-22 23:27:21', NULL),
(70, 89, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 23:28:34', '2024-06-22 23:28:34', NULL),
(71, 89, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 23:28:34', '2024-06-22 23:28:34', NULL),
(72, 90, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 23:33:39', '2024-06-22 23:33:39', NULL),
(73, 90, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 23:33:39', '2024-06-22 23:33:39', NULL),
(74, 91, 90, 10.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 23:39:18', '2024-06-22 23:39:18', NULL),
(75, 92, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 23:52:50', '2024-06-22 23:52:50', NULL),
(76, 92, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-22 23:52:50', '2024-06-22 23:52:50', NULL),
(77, 93, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 00:13:57', '2024-06-23 00:13:57', NULL),
(78, 93, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 00:13:57', '2024-06-23 00:16:30', NULL),
(79, 94, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 00:17:05', '2024-06-23 00:17:05', NULL),
(80, 94, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 00:17:05', '2024-06-23 00:20:58', NULL),
(81, 95, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 00:18:44', '2024-06-23 00:18:44', NULL),
(82, 95, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 00:18:44', '2024-06-23 00:20:49', NULL),
(83, 96, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 00:22:24', '2024-06-23 00:22:24', NULL),
(84, 96, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 00:22:24', '2024-06-23 00:22:24', NULL),
(85, 97, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 00:33:58', '2024-06-23 00:33:58', NULL),
(86, 97, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 00:33:58', '2024-06-23 00:33:58', NULL),
(87, 98, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 00:41:03', '2024-06-23 00:41:03', NULL),
(88, 98, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 00:41:03', '2024-06-23 00:41:03', NULL),
(89, 99, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 00:47:35', '2024-06-23 00:47:35', NULL),
(90, 99, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 00:47:35', '2024-06-23 00:49:04', NULL),
(91, 100, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 00:53:42', '2024-06-23 00:53:42', NULL),
(92, 100, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 00:53:42', '2024-06-23 00:58:02', NULL),
(93, 101, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 01:02:36', '2024-06-23 01:02:36', NULL),
(94, 101, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 01:02:36', '2024-06-23 01:02:36', NULL),
(95, 102, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 01:10:19', '2024-06-23 01:10:19', NULL),
(96, 102, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 01:10:19', '2024-06-23 01:13:12', NULL),
(97, 103, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 01:28:12', '2024-06-23 01:28:12', NULL),
(98, 103, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 01:28:12', '2024-06-23 01:28:12', NULL),
(99, 104, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 02:31:35', '2024-06-23 02:31:35', NULL),
(100, 104, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 02:31:35', '2024-06-23 02:33:20', NULL),
(101, 105, 46, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 02:39:59', '2024-06-23 02:39:59', NULL),
(102, 105, 46, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 02:39:59', '2024-06-23 02:39:59', NULL),
(103, 106, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 03:40:41', '2024-06-23 03:40:41', NULL),
(104, 106, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 03:40:41', '2024-06-23 03:40:41', NULL),
(105, 107, 106, 10.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 03:46:22', '2024-06-23 03:46:22', NULL),
(106, 108, 46, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 04:03:14', '2024-06-23 04:03:14', NULL),
(107, 108, 46, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 04:03:14', '2024-06-23 04:03:14', NULL),
(108, 109, 46, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 04:09:35', '2024-06-23 04:09:35', NULL),
(109, 109, 46, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 04:09:35', '2024-06-23 04:09:35', NULL),
(110, 110, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 04:38:18', '2024-06-23 04:38:18', NULL),
(111, 110, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 04:38:18', '2024-06-23 04:43:15', NULL),
(112, 111, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 05:36:30', '2024-06-23 05:36:30', NULL),
(113, 111, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 05:36:30', '2024-06-23 05:36:30', NULL),
(114, 112, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 06:49:30', '2024-06-23 06:49:30', NULL),
(115, 112, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 06:49:30', '2024-06-23 06:49:30', NULL),
(116, 113, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 07:34:38', '2024-06-23 07:34:38', NULL),
(117, 113, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 07:34:38', '2024-06-23 07:35:31', NULL),
(118, 114, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 07:35:12', '2024-06-23 07:35:12', NULL),
(119, 114, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 07:35:12', '2024-06-23 07:35:12', NULL),
(120, 115, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 07:39:02', '2024-06-23 07:39:02', NULL),
(121, 115, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 07:39:02', '2024-06-23 07:39:02', NULL),
(122, 116, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 08:14:55', '2024-06-23 08:14:55', NULL),
(123, 116, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 08:14:55', '2024-06-23 08:16:18', NULL),
(124, 117, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 08:29:23', '2024-06-23 08:29:23', NULL),
(125, 117, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 08:29:23', '2024-06-23 08:29:23', NULL),
(126, 118, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 09:11:53', '2024-06-23 09:11:53', NULL),
(127, 118, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 09:11:53', '2024-06-23 09:11:53', NULL),
(128, 119, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 09:18:05', '2024-06-23 09:18:05', NULL),
(129, 119, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 09:18:05', '2024-06-23 09:18:05', NULL),
(130, 120, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 09:21:01', '2024-06-23 09:21:01', NULL),
(131, 120, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 09:21:01', '2024-06-23 09:21:01', NULL),
(132, 121, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 09:24:41', '2024-06-23 09:24:41', NULL),
(133, 121, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 09:24:41', '2024-06-23 09:24:41', NULL),
(134, 122, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 09:41:02', '2024-06-23 09:41:02', NULL),
(135, 122, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 09:41:02', '2024-06-23 09:41:02', NULL),
(136, 123, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 09:52:05', '2024-06-23 09:52:05', NULL),
(137, 123, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 09:52:05', '2024-06-23 09:53:16', NULL),
(138, 124, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 10:07:53', '2024-06-23 10:07:53', NULL),
(139, 124, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 10:07:53', '2024-06-23 10:09:41', NULL),
(140, 125, 46, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 10:18:59', '2024-06-23 10:18:59', NULL),
(141, 125, 46, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 10:18:59', '2024-06-23 10:20:07', NULL),
(142, 126, 46, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 10:42:20', '2024-06-23 10:42:20', NULL),
(143, 126, 46, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 10:42:20', '2024-06-23 16:00:27', NULL),
(144, 127, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 10:50:01', '2024-06-23 10:50:01', NULL),
(145, 127, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 10:50:01', '2024-06-23 10:50:43', NULL),
(146, 128, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 11:08:01', '2024-06-23 11:08:01', NULL),
(147, 128, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 11:08:01', '2024-06-23 11:10:14', NULL),
(148, 129, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 11:21:48', '2024-06-23 11:21:48', NULL),
(149, 129, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 11:21:48', '2024-06-23 11:21:48', NULL),
(150, 130, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 11:22:04', '2024-06-23 11:22:04', NULL),
(151, 130, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 11:22:04', '2024-06-23 11:23:25', NULL),
(152, 131, 46, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 12:01:28', '2024-06-23 12:01:28', NULL),
(153, 131, 46, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 12:01:28', '2024-06-23 12:03:33', NULL),
(154, 132, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 12:56:14', '2024-06-23 12:56:14', NULL),
(155, 132, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 12:56:14', '2024-06-23 12:58:05', NULL),
(156, 133, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 13:12:01', '2024-06-23 13:12:01', NULL),
(157, 133, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 13:12:01', '2024-06-23 13:35:24', NULL),
(158, 134, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 13:17:13', '2024-06-23 13:17:13', NULL),
(159, 134, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 13:17:13', '2024-06-23 13:20:02', NULL),
(160, 135, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 13:21:32', '2024-06-23 13:21:32', NULL),
(161, 135, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 13:21:32', '2024-06-23 13:24:00', NULL),
(162, 136, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 13:30:57', '2024-06-23 13:30:57', NULL),
(163, 136, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 13:30:57', '2024-06-23 13:38:18', NULL),
(164, 137, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 14:05:33', '2024-06-23 14:05:33', NULL),
(165, 137, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 14:05:33', '2024-06-23 14:07:19', NULL),
(166, 138, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 14:06:25', '2024-06-23 14:06:25', NULL),
(167, 138, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 14:06:25', '2024-06-23 14:06:25', NULL),
(168, 139, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 14:20:51', '2024-06-23 14:20:51', NULL),
(169, 139, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 14:20:51', '2024-06-23 14:20:51', NULL),
(170, 140, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 14:38:56', '2024-06-23 14:38:56', NULL),
(171, 140, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 14:38:56', '2024-06-23 14:38:56', NULL),
(172, 141, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 15:07:52', '2024-06-23 15:07:52', NULL),
(173, 141, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 15:07:52', '2024-06-23 15:07:52', NULL),
(174, 142, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 15:13:39', '2024-06-23 15:13:39', NULL),
(175, 142, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 15:13:39', '2024-06-23 15:13:39', NULL),
(176, 143, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 15:22:48', '2024-06-23 15:22:48', NULL),
(177, 143, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 15:22:48', '2024-06-23 15:33:23', NULL),
(178, 144, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 15:43:49', '2024-06-23 15:43:49', NULL),
(179, 144, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 15:43:49', '2024-06-23 15:47:55', NULL),
(180, 145, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 15:49:06', '2024-06-23 15:49:06', NULL),
(181, 145, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 15:49:06', '2024-06-23 16:05:12', NULL),
(182, 147, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 16:11:07', '2024-06-23 16:11:07', NULL),
(183, 147, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 16:11:07', '2024-06-23 16:11:07', NULL),
(184, 148, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 16:23:19', '2024-06-23 16:23:19', NULL),
(185, 148, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 16:23:19', '2024-06-23 16:23:19', NULL),
(186, 149, 46, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 16:33:33', '2024-06-23 16:33:33', NULL),
(187, 149, 46, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 16:33:33', '2024-06-23 16:35:04', NULL),
(188, 150, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 16:44:09', '2024-06-23 16:44:09', NULL),
(189, 150, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 16:44:09', '2024-06-23 16:44:09', NULL),
(190, 151, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 16:51:19', '2024-06-23 16:51:19', NULL),
(191, 151, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 16:51:19', '2024-06-23 16:51:19', NULL),
(192, 152, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 17:20:11', '2024-06-23 17:20:11', NULL),
(193, 152, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 17:20:11', '2024-06-23 17:20:11', NULL),
(194, 154, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 17:45:21', '2024-06-23 17:45:21', NULL),
(195, 154, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 17:45:21', '2024-06-23 17:45:21', NULL),
(196, 155, 45, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 18:48:47', '2024-06-23 18:48:47', NULL),
(197, 155, 45, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 18:48:47', '2024-06-23 18:48:47', NULL),
(198, 157, 45, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 19:17:25', '2024-06-23 19:17:25', NULL),
(199, 157, 45, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 19:17:25', '2024-06-23 19:17:25', NULL),
(200, 158, 45, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 19:21:32', '2024-06-23 19:21:32', NULL),
(201, 158, 45, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 19:21:32', '2024-06-23 19:21:32', NULL),
(202, 159, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 19:37:41', '2024-06-23 19:37:41', NULL),
(203, 159, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 19:37:41', '2024-06-23 19:39:59', NULL),
(204, 160, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 19:42:57', '2024-06-23 19:42:57', NULL),
(205, 160, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 19:42:57', '2024-06-23 21:06:40', NULL),
(206, 162, 46, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 20:03:59', '2024-06-23 20:03:59', NULL),
(207, 162, 46, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 20:03:59', '2024-06-23 20:03:59', NULL),
(208, 164, 45, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 21:08:46', '2024-06-23 21:08:46', NULL),
(209, 164, 45, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 21:08:46', '2024-06-23 21:08:46', NULL),
(210, 166, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 21:26:17', '2024-06-23 21:26:17', NULL),
(211, 166, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 20.00, 1, '2024-06-23 21:26:17', '2024-06-23 21:32:18', NULL),
(212, 168, 45, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 21:37:43', '2024-06-23 21:37:43', NULL),
(213, 168, 45, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 21:37:43', '2024-06-23 21:37:43', NULL),
(214, 169, 45, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 21:39:51', '2024-06-23 21:39:51', NULL),
(215, 169, 45, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 21:39:51', '2024-06-23 21:39:51', NULL),
(216, 170, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 21:40:23', '2024-06-23 21:40:23', NULL),
(217, 170, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 21:40:23', '2024-06-23 21:40:23', NULL),
(218, 171, 45, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 21:54:25', '2024-06-23 21:54:25', NULL),
(219, 171, 45, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 21:54:25', '2024-06-23 21:54:25', NULL),
(220, 172, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 21:55:54', '2024-06-23 21:55:54', NULL),
(221, 172, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 21:55:54', '2024-06-23 21:55:54', NULL),
(222, 173, 65, 100.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 22:07:15', '2024-06-23 22:07:15', NULL),
(223, 173, 65, 20.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-06-23 22:07:15', '2024-06-23 22:07:15', NULL),
(224, 4, 4, 20.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-07-05 02:30:26', '2024-07-05 02:30:26', NULL),
(225, 4, 4, 10.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-07-05 02:30:26', '2024-07-05 02:30:26', NULL),
(226, 13, 7, 10.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-07-07 00:40:19', '2024-07-07 00:40:19', NULL),
(227, 18, 15, 10.00, 'cpa', 0, 25.00, 0, 0.00, 0.00, 0, '2024-07-11 11:32:06', '2024-07-11 12:41:16', NULL),
(228, 20, 19, 10.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-07-11 16:00:13', '2024-07-11 16:00:13', NULL),
(229, 21, 19, 10.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-07-11 18:37:47', '2024-07-11 18:37:47', NULL),
(230, 22, 21, 10.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-07-11 18:41:46', '2024-07-11 18:41:46', NULL),
(231, 24, 15, 20.00, 'revshare', 0, 0.00, 0, 0.00, 0.00, 0, '2024-07-13 17:52:50', '2024-07-13 17:52:50', NULL),
(232, 24, 15, 10.00, 'cpa', 0, 0.00, 0, 0.00, 0.00, 0, '2024-07-13 17:52:50', '2024-07-13 17:52:50', NULL);

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

--
-- Estrutura para tabela `affiliate_withdraws`
--

CREATE TABLE `affiliate_withdraws` (
  `id` bigint UNSIGNED NOT NULL,
  `payment_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `amount` decimal(20,2) NOT NULL DEFAULT '0.00',
  `proof` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `status` tinyint NOT NULL DEFAULT '0',
  `pix_key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `pix_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `type` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `bank_info` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci,
  `currency` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `symbol` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

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

--
-- Estrutura para tabela `banners`
--

CREATE TABLE `banners` (
  `id` bigint UNSIGNED NOT NULL,
  `link` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `image` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'home',
  `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Despejando dados para a tabela `banners`
--

INSERT INTO `banners` (`id`, `link`, `image`, `type`, `description`, `created_at`, `updated_at`) VALUES
(8, NULL, '01J1PDS8ET6R14KKWSWZ7H1RJV.avif', 'home', NULL, '2024-07-01 02:55:17', '2024-07-24 06:31:19'),
(9, NULL, '01J1PDWC9JSQHB635NAF35WKHY.avif', 'home', NULL, '2024-07-01 02:56:59', '2024-07-24 06:31:26'),
(10, NULL, '01J1PDX0A8FST8B81YCDDY6GHJ.avif', 'home', NULL, '2024-07-01 02:57:19', '2024-07-24 06:31:31'),
(12, NULL, '01J3PYAR0P9J5B0Z77ECERYRG6.png', 'carousel', NULL, '2024-07-24 08:47:44', '2024-07-26 08:15:50');

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

--
-- Estrutura para tabela `categories`
--

CREATE TABLE `categories` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `description` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `image` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `slug` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Despejando dados para a tabela `categories`
--

INSERT INTO `categories` (`id`, `name`, `description`, `image`, `slug`, `created_at`, `updated_at`) VALUES
(1, 'Todos', 'All Games', '01J3HWW3JPHXCB7TEYVBSTKA8H.png', 'todos', '2023-11-13 14:59:07', '2024-07-24 09:14:10'),
(2, 'Slots', 'Slots', '01J3HWWBZT85MHARV0RT2E4WHS.png', 'slots', '2023-12-24 12:06:46', '2024-07-24 09:14:19'),
(3, 'Ao vivo', 'Cassino ao vivo', '01J3HWWKKX0YDDZRF1W1AACRB0.png', 'ao-vivo', '2023-12-24 12:12:36', '2024-07-24 09:14:26'),
(4, 'Popular', 'Popular', '01J3HWWVFB618GCT0JAMRDV5CS.png', 'popular', '2023-12-24 12:19:42', '2024-07-24 09:14:34'),
(5, 'Roletas', 'Roletas', '01J3HWX5BXPJMZ64XMPAJVRZSN.png', 'roletas', '2023-12-24 20:03:48', '2024-07-24 09:14:45');

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

--
-- Estrutura para tabela `category_game`
--

CREATE TABLE `category_game` (
  `category_id` bigint UNSIGNED NOT NULL,
  `game_id` bigint UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=FIXED;

--
-- Despejando dados para a tabela `category_game`
--

INSERT INTO `category_game` (`category_id`, `game_id`) VALUES
(2, 1),
(2, 2),
(2, 3),
(2, 4),
(2, 5),
(2, 6),
(2, 7),
(2, 8),
(2, 9),
(2, 10),
(2, 11),
(2, 12),
(2, 13),
(2, 14),
(2, 15),
(2, 16),
(2, 17),
(2, 18),
(2, 19),
(2, 20),
(2, 21),
(2, 22),
(2, 23),
(2, 24),
(2, 25),
(2, 26),
(2, 27),
(2, 28),
(2, 29),
(2, 30),
(2, 31),
(2, 32),
(2, 33),
(2, 34),
(2, 35),
(2, 36),
(2, 37),
(2, 38),
(2, 39),
(2, 40),
(2, 41),
(2, 42),
(2, 43),
(2, 44),
(2, 45),
(2, 46),
(2, 47),
(2, 48),
(2, 49),
(2, 50),
(2, 51),
(2, 52),
(2, 53),
(2, 54),
(2, 55),
(2, 56),
(2, 57),
(2, 58),
(2, 59),
(2, 60),
(2, 61),
(2, 62),
(2, 63),
(2, 64),
(2, 65),
(2, 66),
(2, 67),
(2, 68),
(2, 69),
(2, 70),
(2, 71),
(2, 72),
(2, 73),
(2, 74),
(2, 75),
(2, 76),
(2, 77),
(2, 78),
(2, 79),
(2, 80),
(2, 81),
(2, 82),
(2, 83),
(2, 84),
(2, 85),
(2, 86),
(2, 87),
(2, 88),
(2, 89),
(2, 90),
(2, 91),
(2, 92),
(2, 93),
(2, 94),
(2, 95),
(2, 96),
(2, 97),
(2, 98),
(2, 99),
(2, 100),
(2, 101),
(2, 102),
(2, 103),
(2, 104),
(2, 105),
(2, 106),
(2, 107),
(2, 108),
(2, 109),
(2, 110),
(2, 111),
(2, 112),
(2, 113),
(2, 114),
(2, 115),
(2, 116),
(2, 117),
(2, 118),
(2, 119),
(2, 120),
(2, 121),
(2, 122),
(2, 123),
(2, 124),
(2, 125),
(2, 126),
(2, 127),
(2, 128),
(2, 129),
(2, 130),
(2, 131),
(2, 132),
(2, 133),
(2, 134),
(2, 135),
(2, 136),
(2, 137),
(2, 138),
(2, 139),
(2, 140),
(2, 141),
(2, 142),
(2, 143),
(2, 144),
(2, 145),
(2, 146),
(2, 147),
(2, 148),
(2, 149),
(2, 150),
(2, 151),
(2, 152),
(2, 153),
(2, 154),
(2, 155),
(2, 156),
(2, 157),
(2, 158),
(2, 159),
(2, 160),
(2, 161),
(2, 162),
(2, 163),
(2, 164),
(2, 165),
(2, 166),
(2, 167),
(2, 168),
(2, 169),
(2, 170),
(2, 171),
(2, 172),
(2, 173),
(2, 174),
(2, 175),
(2, 176),
(2, 177),
(2, 178),
(2, 179),
(2, 180),
(2, 181),
(2, 182),
(2, 183),
(2, 184),
(2, 185),
(2, 186),
(2, 187),
(2, 188),
(2, 189),
(2, 190),
(2, 191),
(2, 192),
(2, 193),
(2, 194),
(2, 195),
(2, 196),
(2, 197),
(2, 198),
(2, 199),
(2, 200),
(2, 201),
(2, 202),
(2, 203),
(2, 204),
(2, 205),
(2, 206),
(2, 207),
(2, 208),
(2, 209),
(2, 210),
(2, 211),
(2, 212),
(2, 213),
(2, 214),
(2, 215),
(2, 216),
(2, 217),
(2, 218),
(2, 219),
(2, 220),
(2, 221),
(2, 222),
(2, 223),
(2, 224),
(2, 225),
(2, 226),
(2, 227),
(2, 228),
(2, 229),
(2, 230),
(2, 231),
(2, 232),
(2, 233),
(2, 234),
(2, 235),
(2, 236),
(2, 237),
(2, 238),
(2, 239),
(2, 240),
(2, 241),
(2, 242),
(2, 243),
(2, 244),
(2, 245),
(2, 246),
(2, 247),
(2, 248),
(2, 249),
(2, 250),
(2, 251),
(2, 252),
(2, 253),
(2, 254),
(2, 255),
(2, 256),
(2, 257),
(2, 258),
(2, 259),
(2, 260),
(2, 261),
(2, 262),
(2, 263),
(2, 264),
(2, 265),
(2, 266),
(2, 267),
(2, 268),
(2, 269),
(2, 270),
(2, 271),
(2, 272),
(2, 273),
(2, 274),
(2, 275),
(2, 276),
(2, 277),
(2, 278),
(2, 279),
(2, 280),
(2, 281),
(2, 282),
(2, 283),
(2, 284),
(2, 285),
(2, 286),
(2, 287),
(2, 288),
(2, 289),
(2, 290),
(2, 291),
(2, 292),
(2, 293),
(2, 294),
(2, 295),
(2, 296),
(2, 297),
(2, 298),
(2, 299),
(2, 300),
(2, 301),
(2, 302),
(2, 303),
(2, 304),
(2, 305),
(2, 306),
(2, 307),
(2, 308),
(2, 309),
(2, 310),
(2, 311),
(2, 312),
(2, 313),
(2, 314),
(2, 315),
(2, 316),
(2, 317),
(2, 318),
(2, 319),
(2, 320),
(2, 321),
(2, 322),
(2, 323),
(2, 324),
(2, 325),
(2, 326),
(2, 327),
(2, 328),
(2, 329),
(2, 330),
(2, 331),
(2, 332),
(2, 333),
(2, 334),
(2, 335),
(2, 336),
(2, 337),
(2, 338),
(2, 339),
(2, 340),
(2, 341),
(2, 342),
(2, 343),
(2, 344),
(2, 345),
(2, 346),
(2, 347),
(2, 348),
(2, 349),
(2, 350),
(2, 351),
(2, 352),
(2, 353),
(2, 354),
(2, 355),
(2, 356),
(2, 357),
(2, 358),
(2, 359),
(2, 360),
(2, 361),
(2, 362),
(2, 363),
(2, 364),
(2, 365),
(2, 366),
(2, 367),
(2, 368),
(2, 369),
(2, 370),
(2, 371),
(2, 372),
(2, 373),
(2, 374),
(2, 375),
(2, 376),
(2, 377),
(2, 378),
(2, 379),
(2, 380),
(2, 381),
(2, 382),
(2, 383),
(2, 384),
(2, 385),
(2, 386),
(2, 387),
(2, 388),
(2, 389),
(2, 390),
(2, 391),
(2, 392),
(2, 393),
(2, 394),
(2, 395),
(2, 396),
(2, 397),
(2, 398),
(2, 399),
(2, 400),
(2, 401),
(2, 402),
(2, 403),
(2, 404),
(2, 405),
(2, 406),
(2, 407),
(2, 408),
(2, 409),
(2, 410),
(2, 411),
(2, 412),
(2, 413),
(2, 414),
(2, 415),
(2, 416),
(2, 417),
(2, 418),
(2, 419),
(2, 420),
(2, 421),
(2, 422),
(2, 423),
(2, 424),
(2, 425),
(2, 426),
(2, 427),
(2, 428),
(2, 429),
(2, 430),
(2, 431),
(2, 432),
(2, 433),
(2, 434),
(2, 435),
(2, 436),
(2, 437),
(2, 438),
(2, 439),
(2, 440),
(2, 441),
(2, 442),
(2, 443),
(2, 444),
(2, 445),
(2, 446),
(2, 447),
(2, 448),
(2, 449),
(2, 450),
(2, 451),
(2, 452),
(2, 453),
(2, 454),
(2, 455),
(2, 456),
(2, 457),
(2, 458),
(2, 459),
(2, 460),
(2, 461),
(2, 462),
(2, 463),
(2, 464),
(2, 465),
(2, 466),
(2, 467),
(2, 468),
(2, 469),
(2, 470),
(2, 471),
(2, 472),
(2, 473),
(2, 474),
(2, 475),
(2, 476),
(2, 477),
(2, 478),
(2, 479),
(2, 480),
(2, 481),
(2, 482),
(2, 483),
(2, 484),
(2, 485),
(2, 486),
(2, 487),
(2, 488),
(2, 489),
(2, 490),
(2, 491),
(2, 492),
(2, 493),
(2, 494),
(2, 495),
(2, 496),
(2, 497),
(2, 498),
(2, 499),
(2, 500),
(2, 501),
(2, 502),
(2, 503),
(2, 504),
(2, 505),
(2, 506),
(2, 507),
(2, 508),
(2, 509),
(2, 510),
(2, 511),
(2, 512),
(2, 513),
(2, 514),
(2, 515),
(2, 516),
(2, 517),
(2, 518),
(2, 519),
(2, 520),
(2, 521),
(2, 522),
(2, 523),
(2, 524),
(2, 525),
(2, 526),
(2, 527),
(2, 528),
(2, 529),
(2, 530),
(2, 531),
(2, 532),
(2, 533),
(2, 534),
(2, 535),
(2, 536),
(2, 537),
(2, 538),
(2, 539),
(2, 540),
(2, 541),
(2, 542),
(2, 543),
(2, 544),
(2, 545),
(2, 546),
(2, 547),
(2, 548),
(2, 549),
(2, 550),
(2, 551),
(2, 552),
(2, 553),
(2, 554),
(2, 555),
(2, 556),
(2, 557),
(2, 558),
(2, 559),
(2, 560),
(2, 561),
(2, 562),
(2, 563),
(2, 564),
(2, 565),
(2, 566),
(2, 567),
(2, 568),
(2, 569),
(2, 570),
(2, 571),
(2, 572),
(2, 573),
(2, 574),
(2, 575),
(2, 576),
(2, 577),
(2, 578),
(2, 579),
(2, 580),
(2, 581),
(2, 582),
(2, 583),
(2, 584),
(2, 585),
(2, 586),
(2, 587),
(2, 588),
(2, 589),
(2, 590),
(2, 591),
(2, 592),
(2, 593),
(2, 594),
(2, 595),
(2, 596),
(2, 597),
(2, 598),
(2, 599),
(2, 600),
(2, 601),
(2, 602),
(2, 603),
(2, 604),
(2, 605),
(2, 606),
(2, 607),
(2, 608),
(2, 609),
(2, 610),
(2, 611),
(2, 612),
(2, 613),
(2, 614),
(2, 615),
(2, 616),
(2, 617),
(2, 618),
(2, 619),
(2, 620),
(2, 621),
(2, 622),
(2, 623),
(2, 624),
(2, 625),
(2, 626),
(2, 627),
(2, 628),
(2, 629),
(2, 630),
(2, 631),
(2, 632),
(2, 633),
(2, 634),
(2, 635),
(2, 636),
(2, 637),
(2, 638),
(2, 639),
(2, 640),
(2, 641),
(2, 642),
(2, 643),
(2, 644),
(2, 645),
(2, 646),
(2, 647),
(2, 648),
(2, 649),
(2, 650),
(2, 651),
(2, 652),
(2, 653),
(2, 654),
(2, 655),
(2, 656),
(2, 657),
(2, 658),
(2, 659),
(2, 660),
(2, 661),
(2, 662),
(2, 663),
(2, 664),
(2, 665),
(2, 666),
(2, 667),
(2, 668),
(2, 669),
(2, 670),
(2, 671),
(2, 672),
(2, 673),
(2, 674),
(2, 675),
(2, 676),
(2, 677),
(2, 678),
(2, 679),
(2, 680),
(2, 681),
(2, 682),
(2, 683),
(2, 684),
(2, 685),
(2, 686),
(2, 687),
(2, 688),
(2, 689),
(2, 690),
(2, 691),
(2, 692),
(2, 693),
(2, 694),
(2, 695),
(2, 696),
(2, 697),
(2, 698),
(2, 699),
(2, 700),
(2, 701),
(2, 702),
(2, 703),
(2, 704),
(2, 705),
(2, 706),
(2, 707),
(2, 708),
(2, 709),
(2, 710),
(2, 711),
(2, 712),
(2, 713),
(2, 714),
(2, 715),
(2, 716),
(2, 717),
(2, 718),
(2, 719),
(2, 720),
(2, 721),
(2, 722),
(2, 723),
(2, 724),
(2, 725),
(2, 726),
(2, 727),
(2, 728),
(2, 729),
(2, 730),
(2, 731),
(2, 732),
(2, 733),
(2, 734),
(2, 735),
(2, 736),
(2, 737),
(2, 738),
(2, 739),
(2, 740),
(2, 741),
(2, 742),
(2, 743),
(2, 744),
(2, 745),
(2, 746),
(2, 747),
(2, 748),
(2, 749),
(2, 750),
(2, 751),
(2, 752),
(2, 753),
(2, 754),
(2, 755),
(2, 756),
(2, 757),
(2, 758),
(2, 759),
(2, 760),
(2, 813),
(2, 814),
(2, 815),
(2, 816),
(2, 817),
(2, 818),
(2, 819),
(2, 820),
(2, 821),
(2, 822),
(2, 823),
(2, 824),
(2, 825),
(2, 826),
(2, 827),
(2, 828),
(2, 829),
(2, 830),
(2, 831),
(2, 832),
(2, 833),
(2, 834),
(2, 835),
(2, 836),
(2, 837),
(2, 838),
(2, 839),
(2, 840),
(2, 841),
(2, 842),
(2, 843),
(2, 844),
(2, 845),
(2, 846),
(2, 847),
(2, 848),
(2, 849),
(2, 850),
(2, 851),
(2, 852),
(2, 853),
(2, 854),
(2, 855),
(2, 856),
(2, 857),
(2, 858),
(2, 859),
(2, 860),
(2, 861),
(2, 862),
(2, 863),
(2, 864),
(2, 865),
(2, 866),
(2, 867),
(2, 868),
(2, 869),
(2, 870),
(2, 871),
(2, 872),
(2, 873),
(2, 874),
(2, 875),
(2, 876),
(2, 877),
(2, 878),
(2, 879),
(2, 880),
(2, 881),
(2, 882),
(2, 883),
(2, 884),
(2, 885),
(2, 886),
(2, 887),
(2, 888),
(2, 889),
(2, 890),
(2, 891),
(2, 892),
(2, 893),
(2, 894),
(2, 895),
(2, 896),
(2, 897),
(2, 898),
(2, 899),
(2, 900),
(2, 901),
(2, 902),
(2, 903),
(2, 904),
(2, 905),
(2, 906),
(2, 907),
(2, 908),
(2, 909),
(2, 910),
(2, 911),
(2, 912),
(2, 913),
(2, 914),
(2, 915),
(2, 916),
(2, 917),
(2, 918),
(2, 919),
(2, 920),
(2, 921),
(2, 922),
(2, 923),
(2, 924),
(2, 925),
(2, 926),
(2, 927),
(2, 928),
(2, 929),
(2, 930),
(2, 931),
(2, 932),
(2, 933),
(2, 934),
(2, 935),
(2, 936),
(2, 937),
(2, 938),
(2, 939),
(2, 940),
(2, 941),
(2, 942),
(2, 943),
(2, 944),
(2, 945),
(2, 946),
(2, 947),
(2, 948),
(2, 949),
(2, 950),
(2, 951),
(2, 952),
(2, 953),
(2, 954),
(2, 955),
(2, 956),
(2, 957),
(2, 958),
(2, 959),
(2, 960),
(2, 961),
(2, 962),
(2, 963),
(2, 964),
(2, 965),
(2, 966),
(2, 967),
(2, 968),
(2, 969),
(2, 970),
(2, 971),
(2, 972),
(2, 973),
(2, 974),
(2, 975),
(2, 976),
(2, 977),
(2, 978),
(2, 979),
(2, 980),
(2, 981),
(2, 982),
(2, 983),
(2, 984),
(2, 985),
(2, 986),
(2, 987),
(2, 988),
(2, 989),
(2, 990),
(2, 991),
(2, 992),
(2, 993),
(2, 994),
(2, 995),
(2, 996),
(2, 997),
(2, 998),
(2, 999),
(2, 1000),
(2, 1001),
(2, 1002),
(2, 1003),
(2, 1004),
(2, 1005),
(2, 1006),
(2, 1007),
(2, 1008),
(2, 1009),
(2, 1010),
(2, 1011),
(2, 1012),
(2, 1013),
(2, 1014),
(2, 1015),
(2, 1016),
(2, 1017),
(2, 1018),
(2, 1019),
(2, 1020),
(2, 1021),
(2, 1022),
(2, 1023),
(2, 1024),
(2, 1025),
(2, 1026),
(2, 1027),
(2, 1028),
(2, 1029),
(2, 1030),
(2, 1031),
(2, 1032),
(2, 1033),
(2, 1034),
(2, 1035),
(2, 1036),
(2, 1037),
(2, 1038),
(2, 1039),
(2, 1040),
(2, 1041),
(2, 1042),
(2, 1043),
(2, 1044),
(2, 1045),
(2, 1046),
(2, 1047),
(2, 1048),
(2, 1049),
(2, 1050),
(2, 1051),
(2, 1052),
(2, 1053),
(2, 1054),
(2, 1055),
(2, 1056),
(2, 1057),
(2, 1058),
(2, 1059),
(2, 1060),
(2, 1061),
(2, 1062),
(2, 1063),
(2, 1064),
(2, 1065),
(2, 1066),
(2, 1067),
(2, 1068),
(2, 1069),
(2, 1070),
(2, 1071),
(2, 1072),
(2, 1073),
(2, 1074),
(2, 1075),
(2, 1076),
(2, 1077),
(2, 1078),
(2, 1079),
(3, 761),
(3, 762),
(3, 763),
(3, 764),
(3, 765),
(3, 766),
(3, 767),
(3, 768),
(3, 769),
(3, 770),
(3, 771),
(3, 772),
(3, 773),
(3, 774),
(3, 775),
(3, 776),
(3, 777),
(3, 778),
(3, 779),
(3, 780),
(3, 781),
(3, 782),
(3, 783),
(3, 784),
(3, 785),
(3, 786),
(3, 787),
(3, 788),
(3, 789),
(3, 790),
(3, 791),
(3, 792),
(3, 793),
(3, 794),
(3, 795),
(3, 796),
(3, 797),
(3, 798),
(3, 799),
(3, 800),
(3, 801),
(3, 802),
(3, 803),
(3, 804),
(3, 805),
(3, 806),
(3, 807),
(3, 808),
(3, 809),
(3, 810),
(3, 811),
(3, 812),
(3, 1080),
(3, 1081),
(3, 1082),
(3, 1083),
(3, 1084),
(3, 1085),
(3, 1086),
(3, 1087),
(3, 1088),
(3, 1089),
(3, 1090),
(3, 1091),
(3, 1092),
(3, 1093),
(3, 1094),
(3, 1095),
(3, 1096),
(3, 1097),
(3, 1098),
(3, 1099),
(3, 1100),
(3, 1101),
(3, 1102),
(3, 1103),
(3, 1104),
(3, 1105),
(3, 1106),
(3, 1107),
(3, 1108),
(3, 1109),
(3, 1110),
(3, 1111),
(3, 1112),
(3, 1113),
(3, 1114),
(3, 1115),
(3, 1116),
(3, 1117),
(3, 1118),
(3, 1119),
(3, 1120),
(3, 1121),
(3, 1122),
(3, 1123),
(3, 1124),
(3, 1125),
(3, 1126),
(3, 1127),
(3, 1128),
(3, 1129),
(3, 1130),
(3, 1131),
(3, 1132),
(3, 1133),
(3, 1134),
(3, 1135),
(3, 1136),
(3, 1137),
(3, 1138),
(3, 1139),
(3, 1140),
(3, 1141),
(3, 1142),
(3, 1143),
(3, 1144),
(3, 1145),
(3, 1146),
(3, 1147),
(3, 1148),
(3, 1149),
(3, 1150),
(3, 1151),
(3, 1152),
(3, 1153),
(3, 1154),
(3, 1155),
(3, 1156),
(3, 1157),
(3, 1158),
(3, 1159),
(3, 1160),
(3, 1161),
(3, 1162),
(3, 1163),
(3, 1164),
(3, 1165),
(3, 1166),
(3, 1167),
(3, 1168),
(3, 1169),
(3, 1170),
(3, 1171),
(3, 1172),
(3, 1173),
(3, 1174),
(3, 1175),
(3, 1176),
(3, 1177),
(3, 1178),
(3, 1179),
(3, 1180),
(3, 1181),
(3, 1182),
(3, 1183),
(3, 1184),
(3, 1185),
(3, 1187),
(3, 1188),
(3, 1189),
(1, 1),
(1, 2),
(1, 3),
(1, 4),
(1, 5),
(1, 6),
(1, 7),
(1, 8),
(1, 9),
(1, 10),
(1, 11),
(1, 12),
(1, 13),
(1, 14),
(1, 15),
(1, 16),
(1, 17),
(1, 18),
(1, 19),
(1, 20),
(1, 21),
(1, 22),
(1, 23),
(1, 24),
(1, 25),
(1, 26),
(1, 27),
(1, 28),
(1, 29),
(1, 30),
(1, 31),
(1, 32),
(1, 33),
(1, 34),
(1, 35),
(1, 36),
(1, 37),
(1, 38),
(1, 39),
(1, 40),
(1, 41),
(1, 42),
(1, 43),
(1, 44),
(1, 45),
(1, 46),
(1, 47),
(1, 48),
(1, 49),
(1, 50),
(1, 51),
(1, 52),
(1, 53),
(1, 54),
(1, 55),
(1, 56),
(1, 57),
(1, 58),
(1, 59),
(1, 60),
(1, 61),
(1, 62),
(1, 63),
(1, 64),
(1, 65),
(1, 66),
(1, 67),
(1, 68),
(1, 69),
(1, 70),
(1, 71),
(1, 72),
(1, 73),
(1, 74),
(1, 75),
(1, 76),
(1, 77),
(1, 78),
(1, 79),
(1, 80),
(1, 81),
(1, 82),
(1, 83),
(1, 84),
(1, 85),
(1, 86),
(1, 87),
(1, 88),
(1, 89),
(1, 90),
(1, 91),
(1, 92),
(1, 93),
(1, 94),
(1, 95),
(1, 96),
(1, 97),
(1, 98),
(1, 99),
(1, 100),
(1, 101),
(1, 102),
(1, 103),
(1, 104),
(1, 105),
(1, 106),
(1, 107),
(1, 108),
(1, 109),
(1, 110),
(1, 111),
(1, 112),
(1, 113),
(1, 114),
(1, 115),
(1, 116),
(1, 117),
(1, 118),
(1, 119),
(1, 120),
(1, 121),
(1, 122),
(1, 123),
(1, 124),
(1, 125),
(1, 126),
(1, 127),
(1, 128),
(1, 129),
(1, 130),
(1, 131),
(1, 132),
(1, 133),
(1, 134),
(1, 135),
(1, 136),
(1, 137),
(1, 138),
(1, 139),
(1, 140),
(1, 141),
(1, 142),
(1, 143),
(1, 144),
(1, 145),
(1, 146),
(1, 147),
(1, 148),
(1, 149),
(1, 150),
(1, 151),
(1, 152),
(1, 153),
(1, 154),
(1, 155),
(1, 156),
(1, 157),
(1, 158),
(1, 159),
(1, 160),
(1, 161),
(1, 162),
(1, 163),
(1, 164),
(1, 165),
(1, 166),
(1, 167),
(1, 168),
(1, 169),
(1, 170),
(1, 171),
(1, 172),
(1, 173),
(1, 174),
(1, 175),
(1, 176),
(1, 177),
(1, 178),
(1, 179),
(1, 180),
(1, 181),
(1, 182),
(1, 183),
(1, 184),
(1, 185),
(1, 186),
(1, 187),
(1, 188),
(1, 189),
(1, 190),
(1, 191),
(1, 192),
(1, 193),
(1, 194),
(1, 195),
(1, 196),
(1, 197),
(1, 198),
(1, 199),
(1, 200),
(1, 201),
(1, 202),
(1, 203),
(1, 204),
(1, 205),
(1, 206),
(1, 207),
(1, 208),
(1, 209),
(1, 210),
(1, 211),
(1, 212),
(1, 213),
(1, 214),
(1, 215),
(1, 216),
(1, 217),
(1, 218),
(1, 219),
(1, 220),
(1, 221),
(1, 222),
(1, 223),
(1, 224),
(1, 225),
(1, 226),
(1, 227),
(1, 228),
(1, 229),
(1, 230),
(1, 231),
(1, 232),
(1, 233),
(1, 234),
(1, 235),
(1, 236),
(1, 237),
(1, 238),
(1, 239),
(1, 240),
(1, 241),
(1, 242),
(1, 243),
(1, 244),
(1, 245),
(1, 246),
(1, 247),
(1, 248),
(1, 249),
(1, 250),
(1, 251),
(1, 252),
(1, 253),
(1, 254),
(1, 255),
(1, 256),
(1, 257),
(1, 258),
(1, 259),
(1, 260),
(1, 261),
(1, 262),
(1, 263),
(1, 264),
(1, 265),
(1, 266),
(1, 267),
(1, 268),
(1, 269),
(1, 270),
(1, 271),
(1, 272),
(1, 273),
(1, 274),
(1, 275),
(1, 276),
(1, 277),
(1, 278),
(1, 279),
(1, 280),
(1, 281),
(1, 282),
(1, 283),
(1, 284),
(1, 285),
(1, 286),
(1, 287),
(1, 288),
(1, 289),
(1, 290),
(1, 291),
(1, 292),
(1, 293),
(1, 294),
(1, 295),
(1, 296),
(1, 297),
(1, 298),
(1, 299),
(1, 300),
(1, 301),
(1, 302),
(1, 303),
(1, 304),
(1, 305),
(1, 306),
(1, 307),
(1, 308),
(1, 309),
(1, 310),
(1, 311),
(1, 312),
(1, 313),
(1, 314),
(1, 315),
(1, 316),
(1, 317),
(1, 318),
(1, 319),
(1, 320),
(1, 321),
(1, 322),
(1, 323),
(1, 324),
(1, 325),
(1, 326),
(1, 327),
(1, 328),
(1, 329),
(1, 330),
(1, 331),
(1, 332),
(1, 333),
(1, 334),
(1, 335),
(1, 336),
(1, 337),
(1, 338),
(1, 339),
(1, 340),
(1, 341),
(1, 342),
(1, 343),
(1, 344),
(1, 345),
(1, 346),
(1, 347),
(1, 348),
(1, 349),
(1, 350),
(1, 351),
(1, 352),
(1, 353),
(1, 354),
(1, 355),
(1, 356),
(1, 357),
(1, 358),
(1, 359),
(1, 360),
(1, 361),
(1, 362),
(1, 363),
(1, 364),
(1, 365),
(1, 366),
(1, 367),
(1, 368),
(1, 369),
(1, 370),
(1, 371),
(1, 372),
(1, 373),
(1, 374),
(1, 375),
(1, 376),
(1, 377),
(1, 378),
(1, 379),
(1, 380),
(1, 381),
(1, 382),
(1, 383),
(1, 384),
(1, 385),
(1, 386),
(1, 387),
(1, 388),
(1, 389),
(1, 390),
(1, 391),
(1, 392),
(1, 393),
(1, 394),
(1, 395),
(1, 396),
(1, 397),
(1, 398),
(1, 399),
(1, 400),
(1, 401),
(1, 402),
(1, 403),
(1, 404),
(1, 405),
(1, 406),
(1, 407),
(1, 408),
(1, 409),
(1, 410),
(1, 411),
(1, 412),
(1, 413),
(1, 414),
(1, 415),
(1, 416),
(1, 417),
(1, 418),
(1, 419),
(1, 420),
(1, 421),
(1, 422),
(1, 423),
(1, 424),
(1, 425),
(1, 426),
(1, 427),
(1, 428),
(1, 429),
(1, 430),
(1, 431),
(1, 432),
(1, 433),
(1, 434),
(1, 435),
(1, 436),
(1, 437),
(1, 438),
(1, 439),
(1, 440),
(1, 441),
(1, 442),
(1, 443),
(1, 444),
(1, 445),
(1, 446),
(1, 447),
(1, 448),
(1, 449),
(1, 450),
(1, 451),
(1, 452),
(1, 453),
(1, 454),
(1, 455),
(1, 456),
(1, 457),
(1, 458),
(1, 459),
(1, 460),
(1, 461),
(1, 462),
(1, 463),
(1, 464),
(1, 465),
(1, 466),
(1, 467),
(1, 468),
(1, 469),
(1, 470),
(1, 471),
(1, 472),
(1, 473),
(1, 474),
(1, 475),
(1, 476),
(1, 477),
(1, 478),
(1, 479),
(1, 480),
(1, 481),
(1, 482),
(1, 483),
(1, 484),
(1, 485),
(1, 486),
(1, 487),
(1, 488),
(1, 489),
(1, 490),
(1, 491),
(1, 492),
(1, 493),
(1, 494),
(1, 495),
(1, 496),
(1, 497),
(1, 498),
(1, 499),
(1, 500),
(1, 501),
(1, 502),
(1, 503),
(1, 504),
(1, 505),
(1, 506),
(1, 507),
(1, 508),
(1, 509),
(1, 510),
(1, 511),
(1, 512),
(1, 513),
(1, 514),
(1, 515),
(1, 516),
(1, 517),
(1, 518),
(1, 519),
(1, 520),
(1, 521),
(1, 522),
(1, 523),
(1, 524),
(1, 525),
(1, 526),
(1, 527),
(1, 528),
(1, 529),
(1, 530),
(1, 531),
(1, 532),
(1, 533),
(1, 534),
(1, 535),
(1, 536),
(1, 537),
(1, 538),
(1, 539),
(1, 540),
(1, 541),
(1, 542),
(1, 543),
(1, 544),
(1, 545),
(1, 546),
(1, 547),
(1, 548),
(1, 549),
(1, 550),
(1, 551),
(1, 552),
(1, 553),
(1, 554),
(1, 555),
(1, 556),
(1, 557),
(1, 558),
(1, 559),
(1, 560),
(1, 561),
(1, 562),
(1, 563),
(1, 564),
(1, 565),
(1, 566),
(1, 567),
(1, 568),
(1, 569),
(1, 570),
(1, 571),
(1, 572),
(1, 573),
(1, 574),
(1, 575),
(1, 576),
(1, 577),
(1, 578),
(1, 579),
(1, 580),
(1, 581),
(1, 582),
(1, 583),
(1, 584),
(1, 585),
(1, 586),
(1, 587),
(1, 588),
(1, 589),
(1, 590),
(1, 591),
(1, 592),
(1, 593),
(1, 594),
(1, 595),
(1, 596),
(1, 597),
(1, 598),
(1, 599),
(1, 600),
(1, 601),
(1, 602),
(1, 603),
(1, 604),
(1, 605),
(1, 606),
(1, 607),
(1, 608),
(1, 609),
(1, 610),
(1, 611),
(1, 612),
(1, 613),
(1, 614),
(1, 615),
(1, 616),
(1, 617),
(1, 618),
(1, 619),
(1, 620),
(1, 621),
(1, 622),
(1, 623),
(1, 624),
(1, 625),
(1, 626),
(1, 627),
(1, 628),
(1, 629),
(1, 630),
(1, 631),
(1, 632),
(1, 633),
(1, 634),
(1, 635),
(1, 636),
(1, 637),
(1, 638),
(1, 639),
(1, 640),
(1, 641),
(1, 642),
(1, 643),
(1, 644),
(1, 645),
(1, 646),
(1, 647),
(1, 648),
(1, 649),
(1, 650),
(1, 651),
(1, 652),
(1, 653),
(1, 654),
(1, 655),
(1, 656),
(1, 657),
(1, 658),
(1, 659),
(1, 660),
(1, 661),
(1, 662),
(1, 663),
(1, 664),
(1, 665),
(1, 666),
(1, 667),
(1, 668),
(1, 669),
(1, 670),
(1, 671),
(1, 672),
(1, 673),
(1, 674),
(1, 675),
(1, 676),
(1, 677),
(1, 678),
(1, 679),
(1, 680),
(1, 681),
(1, 682),
(1, 683),
(1, 684),
(1, 685),
(1, 686),
(1, 687),
(1, 688),
(1, 689),
(1, 690),
(1, 691),
(1, 692),
(1, 693),
(1, 694),
(1, 695),
(1, 696),
(1, 697),
(1, 698),
(1, 699),
(1, 700),
(1, 701),
(1, 702),
(1, 703),
(1, 704),
(1, 705),
(1, 706),
(1, 707),
(1, 708),
(1, 709),
(1, 710),
(1, 711),
(1, 712),
(1, 713),
(1, 714),
(1, 715),
(1, 716),
(1, 717),
(1, 718),
(1, 719),
(1, 720),
(1, 721),
(1, 722),
(1, 723),
(1, 724),
(1, 725),
(1, 726),
(1, 727),
(1, 728),
(1, 729),
(1, 730),
(1, 731),
(1, 732),
(1, 733),
(1, 734),
(1, 735),
(1, 736),
(1, 737),
(1, 738),
(1, 739),
(1, 740),
(1, 741),
(1, 742),
(1, 743),
(1, 744),
(1, 745),
(1, 746),
(1, 747),
(1, 748),
(1, 749),
(1, 750),
(1, 751),
(1, 752),
(1, 753),
(1, 754),
(1, 755),
(1, 756),
(1, 757),
(1, 758),
(1, 759),
(1, 760),
(1, 761),
(1, 762),
(1, 763),
(1, 764),
(1, 765),
(1, 766),
(1, 767),
(1, 768),
(1, 769),
(1, 770),
(1, 771),
(1, 772),
(1, 773),
(1, 774),
(1, 775),
(1, 776),
(1, 777),
(1, 778),
(1, 779),
(1, 780),
(1, 781),
(1, 782),
(1, 783),
(1, 784),
(1, 785),
(1, 786),
(1, 787),
(1, 788),
(1, 789),
(1, 790),
(1, 791),
(1, 792),
(1, 793),
(1, 794),
(1, 795),
(1, 796),
(1, 797),
(1, 798),
(1, 799),
(1, 800),
(1, 801),
(1, 802),
(1, 803),
(1, 804),
(1, 805),
(1, 806),
(1, 807),
(1, 808),
(1, 809),
(1, 810),
(1, 811),
(1, 812),
(1, 813),
(1, 814),
(1, 815),
(1, 816),
(1, 817),
(1, 818),
(1, 819),
(1, 820),
(1, 821),
(1, 822),
(1, 823),
(1, 824),
(1, 825),
(1, 826),
(1, 827),
(1, 828),
(1, 829),
(1, 830),
(1, 831),
(1, 832),
(1, 833),
(1, 834),
(1, 835),
(1, 836),
(1, 837),
(1, 838),
(1, 839),
(1, 840),
(1, 841),
(1, 842),
(1, 843),
(1, 844),
(1, 845),
(1, 846),
(1, 847),
(1, 848),
(1, 849),
(1, 850),
(1, 851),
(1, 852),
(1, 853),
(1, 854),
(1, 855),
(1, 856),
(1, 857),
(1, 858),
(1, 859),
(1, 860),
(1, 861),
(1, 862),
(1, 863),
(1, 864),
(1, 865),
(1, 866),
(1, 867),
(1, 868),
(1, 869),
(1, 870),
(1, 871),
(1, 872),
(1, 873),
(1, 874),
(1, 875),
(1, 876),
(1, 877),
(1, 878),
(1, 879),
(1, 880),
(1, 881),
(1, 882),
(1, 883),
(1, 884),
(1, 885),
(1, 886),
(1, 887),
(1, 888),
(1, 889),
(1, 890),
(1, 891),
(1, 892),
(1, 893),
(1, 894),
(1, 895),
(1, 896),
(1, 897),
(1, 898),
(1, 899),
(1, 900),
(1, 901),
(1, 902),
(1, 903),
(1, 904),
(1, 905),
(1, 906),
(1, 907),
(1, 908),
(1, 909),
(1, 910),
(1, 911),
(1, 912),
(1, 913),
(1, 914),
(1, 915),
(1, 916),
(1, 917),
(1, 918),
(1, 919),
(1, 920),
(1, 921),
(1, 922),
(1, 923),
(1, 924),
(1, 925),
(1, 926),
(1, 927),
(1, 928),
(1, 929),
(1, 930),
(1, 931),
(1, 932),
(1, 933),
(1, 934),
(1, 935),
(1, 936),
(1, 937),
(1, 938),
(1, 939),
(1, 940),
(1, 941),
(1, 942),
(1, 943),
(1, 944),
(1, 945),
(1, 946),
(1, 947),
(1, 948),
(1, 949),
(1, 950),
(1, 951),
(1, 952),
(1, 953),
(1, 954),
(1, 955),
(1, 956),
(1, 957),
(1, 958),
(1, 959),
(1, 960),
(1, 961),
(1, 962),
(1, 963),
(1, 964),
(1, 965),
(1, 966),
(1, 967),
(1, 968),
(1, 969),
(1, 970),
(1, 971),
(1, 972),
(1, 973),
(1, 974),
(1, 975),
(1, 976),
(1, 977),
(1, 978),
(1, 979),
(1, 980),
(1, 981),
(1, 982),
(1, 983),
(1, 984),
(1, 985),
(1, 986),
(1, 987),
(1, 988),
(1, 989),
(1, 990),
(1, 991),
(1, 992),
(1, 993),
(1, 994),
(1, 995),
(1, 996),
(1, 997),
(1, 998),
(1, 999),
(1, 1000),
(1, 1001),
(1, 1002),
(1, 1003),
(1, 1004),
(1, 1005),
(1, 1006),
(1, 1007),
(1, 1008),
(1, 1009),
(1, 1010),
(1, 1011),
(1, 1012),
(1, 1013),
(1, 1014),
(1, 1015),
(1, 1016),
(1, 1017),
(1, 1018),
(1, 1019),
(1, 1020),
(1, 1021),
(1, 1022),
(1, 1023),
(1, 1024),
(1, 1025),
(1, 1026),
(1, 1027),
(1, 1028),
(1, 1029),
(1, 1030),
(1, 1031),
(1, 1032),
(1, 1033),
(1, 1034),
(1, 1035),
(1, 1036),
(1, 1037),
(1, 1038),
(1, 1039),
(1, 1040),
(1, 1041),
(1, 1042),
(1, 1043),
(1, 1044),
(1, 1045),
(1, 1046),
(1, 1047),
(1, 1048),
(1, 1049),
(1, 1050),
(1, 1051),
(1, 1052),
(1, 1053),
(1, 1054),
(1, 1055),
(1, 1056),
(1, 1057),
(1, 1058),
(1, 1059),
(1, 1060),
(1, 1061),
(1, 1062),
(1, 1063),
(1, 1064),
(1, 1065),
(1, 1066),
(1, 1067),
(1, 1068),
(1, 1069),
(1, 1070),
(1, 1071),
(1, 1072),
(1, 1073),
(1, 1074),
(1, 1075),
(1, 1076),
(1, 1077),
(1, 1078),
(1, 1079),
(1, 1080),
(1, 1081),
(1, 1082),
(1, 1083),
(1, 1084),
(1, 1085),
(1, 1086),
(1, 1087),
(1, 1088),
(1, 1089),
(1, 1090),
(1, 1091),
(1, 1092),
(1, 1093),
(1, 1094),
(1, 1095),
(1, 1096),
(1, 1097),
(1, 1098),
(1, 1099),
(1, 1100),
(1, 1101),
(1, 1102),
(1, 1103),
(1, 1104),
(1, 1105),
(1, 1106),
(1, 1107),
(1, 1108),
(1, 1109),
(1, 1110),
(1, 1111),
(1, 1112),
(1, 1113),
(1, 1114),
(1, 1115),
(1, 1116),
(1, 1117),
(1, 1118),
(1, 1119),
(1, 1120),
(1, 1121),
(1, 1122),
(1, 1123),
(1, 1124),
(1, 1125),
(1, 1126),
(1, 1127),
(1, 1128),
(1, 1129),
(1, 1130),
(1, 1131),
(1, 1132),
(1, 1133),
(1, 1134),
(1, 1135),
(1, 1136),
(1, 1137),
(1, 1138),
(1, 1139),
(1, 1140),
(1, 1141),
(1, 1142),
(1, 1143),
(1, 1144),
(1, 1145),
(1, 1146),
(1, 1147),
(1, 1148),
(1, 1149),
(1, 1150),
(1, 1151),
(1, 1152),
(1, 1153),
(1, 1154),
(1, 1155),
(1, 1156),
(1, 1157),
(1, 1158),
(1, 1159),
(1, 1160),
(1, 1161),
(1, 1162),
(1, 1163),
(1, 1164),
(1, 1165),
(1, 1166),
(1, 1167),
(1, 1168),
(1, 1169),
(1, 1170),
(1, 1171),
(1, 1172),
(1, 1173),
(1, 1174),
(1, 1175),
(1, 1176),
(1, 1177),
(1, 1178),
(1, 1179),
(1, 1180),
(1, 1181),
(1, 1182),
(1, 1183),
(1, 1184),
(1, 1185),
(4, 1186),
(1, 1187);

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

--
-- Estrutura para tabela `currencies`
--

CREATE TABLE `currencies` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `code` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `symbol` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Despejando dados para a tabela `currencies`
--

INSERT INTO `currencies` (`id`, `name`, `code`, `symbol`, `created_at`, `updated_at`) VALUES
(1, 'Leke', 'ALL', 'Lek', '2023-11-07 18:01:38', NULL),
(2, 'Dollars', 'USD', '$', '2023-11-07 18:01:38', NULL),
(3, 'Afghanis', 'AFN', '؋', '2023-11-07 18:01:38', NULL),
(4, 'Pesos', 'ARS', '$', '2023-11-07 18:01:38', NULL),
(5, 'Guilders', 'AWG', 'ƒ', '2023-11-07 18:01:38', NULL),
(6, 'Dollars', 'AUD', '$', '2023-11-07 18:01:38', NULL),
(7, 'New Manats', 'AZN', 'ман', '2023-11-07 18:01:38', NULL),
(8, 'Dollars', 'BSD', '$', '2023-11-07 18:01:38', NULL),
(9, 'Dollars', 'BBD', '$', '2023-11-07 18:01:38', NULL),
(10, 'Rubles', 'BYR', 'p.', '2023-11-07 18:01:38', NULL),
(11, 'Euro', 'EUR', '€', '2023-11-07 18:01:38', NULL),
(12, 'Dollars', 'BZD', 'BZ$', '2023-11-07 18:01:38', NULL),
(13, 'Dollars', 'BMD', '$', '2023-11-07 18:01:38', NULL),
(14, 'Bolivianos', 'BOB', '$b', '2023-11-07 18:01:38', NULL),
(15, 'Convertible Marka', 'BAM', 'KM', '2023-11-07 18:01:38', NULL),
(16, 'Pula', 'BWP', 'P', '2023-11-07 18:01:38', NULL),
(17, 'Leva', 'BGN', 'лв', '2023-11-07 18:01:38', NULL),
(18, 'Reais', 'BRL', 'R$', '2023-11-07 18:01:38', NULL),
(19, 'Pounds', 'GBP', '£', '2023-11-07 18:01:38', NULL),
(20, 'Dollars', 'BND', '$', '2023-11-07 18:01:38', NULL),
(21, 'Riels', 'KHR', '៛', '2023-11-07 18:01:38', NULL),
(22, 'Dollars', 'CAD', '$', '2023-11-07 18:01:38', NULL),
(23, 'Dollars', 'KYD', '$', '2023-11-07 18:01:38', NULL),
(24, 'Pesos', 'CLP', '$', '2023-11-07 18:01:38', NULL),
(25, 'Yuan Renminbi', 'CNY', '¥', '2023-11-07 18:01:38', NULL),
(26, 'Pesos', 'COP', '$', '2023-11-07 18:01:38', NULL),
(27, 'Colón', 'CRC', '₡', '2023-11-07 18:01:38', NULL),
(28, 'Kuna', 'HRK', 'kn', '2023-11-07 18:01:38', NULL),
(29, 'Pesos', 'CUP', '₱', '2023-11-07 18:01:38', NULL),
(30, 'Koruny', 'CZK', 'Kč', '2023-11-07 18:01:38', NULL),
(31, 'Kroner', 'DKK', 'kr', '2023-11-07 18:01:38', NULL),
(32, 'Pesos', 'DOP', 'RD$', '2023-11-07 18:01:38', NULL),
(33, 'Dollars', 'XCD', '$', '2023-11-07 18:01:38', NULL),
(34, 'Pounds', 'EGP', '£', '2023-11-07 18:01:38', NULL),
(35, 'Colones', 'SVC', '$', '2023-11-07 18:01:38', NULL),
(36, 'Pounds', 'FKP', '£', '2023-11-07 18:01:38', NULL),
(37, 'Dollars', 'FJD', '$', '2023-11-07 18:01:38', NULL),
(38, 'Cedis', 'GHC', '¢', '2023-11-07 18:01:38', NULL),
(39, 'Pounds', 'GIP', '£', '2023-11-07 18:01:38', NULL),
(40, 'Quetzales', 'GTQ', 'Q', '2023-11-07 18:01:38', NULL),
(41, 'Pounds', 'GGP', '£', '2023-11-07 18:01:38', NULL),
(42, 'Dollars', 'GYD', '$', '2023-11-07 18:01:38', NULL),
(43, 'Lempiras', 'HNL', 'L', '2023-11-07 18:01:38', NULL),
(44, 'Dollars', 'HKD', '$', '2023-11-07 18:01:38', NULL),
(45, 'Forint', 'HUF', 'Ft', '2023-11-07 18:01:38', NULL),
(46, 'Kronur', 'ISK', 'kr', '2023-11-07 18:01:38', NULL),
(47, 'Rupees', 'INR', 'Rp', '2023-11-07 18:01:38', NULL),
(48, 'Rupiahs', 'IDR', 'Rp', '2023-11-07 18:01:38', NULL),
(49, 'Rials', 'IRR', '﷼', '2023-11-07 18:01:38', NULL),
(50, 'Pounds', 'IMP', '£', '2023-11-07 18:01:38', NULL),
(51, 'New Shekels', 'ILS', '₪', '2023-11-07 18:01:38', NULL),
(52, 'Dollars', 'JMD', 'J$', '2023-11-07 18:01:38', NULL),
(53, 'Yen', 'JPY', '¥', '2023-11-07 18:01:38', NULL),
(54, 'Pounds', 'JEP', '£', '2023-11-07 18:01:38', NULL),
(55, 'Tenge', 'KZT', 'лв', '2023-11-07 18:01:38', NULL),
(56, 'Won', 'KPW', '₩', '2023-11-07 18:01:38', NULL),
(57, 'Won', 'KRW', '₩', '2023-11-07 18:01:38', NULL),
(58, 'Soms', 'KGS', 'лв', '2023-11-07 18:01:38', NULL),
(59, 'Kips', 'LAK', '₭', '2023-11-07 18:01:38', NULL),
(60, 'Lati', 'LVL', 'Ls', '2023-11-07 18:01:38', NULL),
(61, 'Pounds', 'LBP', '£', '2023-11-07 18:01:38', NULL),
(62, 'Dollars', 'LRD', '$', '2023-11-07 18:01:38', NULL),
(63, 'Switzerland Francs', 'CHF', 'CHF', '2023-11-07 18:01:38', NULL),
(64, 'Litai', 'LTL', 'Lt', '2023-11-07 18:01:38', NULL),
(65, 'Denars', 'MKD', 'ден', '2023-11-07 18:01:38', NULL),
(66, 'Ringgits', 'MYR', 'RM', '2023-11-07 18:01:38', NULL),
(67, 'Rupees', 'MUR', '₨', '2023-11-07 18:01:38', NULL),
(68, 'Pesos', 'MXN', '$', '2023-11-07 18:01:38', NULL),
(69, 'Tugriks', 'MNT', '₮', '2023-11-07 18:01:38', NULL),
(70, 'Meticais', 'MZN', 'MT', '2023-11-07 18:01:38', NULL),
(71, 'Dollars', 'NAD', '$', '2023-11-07 18:01:38', NULL),
(72, 'Rupees', 'NPR', '₨', '2023-11-07 18:01:38', NULL),
(73, 'Guilders', 'ANG', 'ƒ', '2023-11-07 18:01:38', NULL),
(74, 'Dollars', 'NZD', '$', '2023-11-07 18:01:38', NULL),
(75, 'Cordobas', 'NIO', 'C$', '2023-11-07 18:01:38', NULL),
(76, 'Nairas', 'NGN', '₦', '2023-11-07 18:01:38', NULL),
(77, 'Krone', 'NOK', 'kr', '2023-11-07 18:01:38', NULL),
(78, 'Rials', 'OMR', '﷼', '2023-11-07 18:01:38', NULL),
(79, 'Rupees', 'PKR', '₨', '2023-11-07 18:01:38', NULL),
(80, 'Balboa', 'PAB', 'B/.', '2023-11-07 18:01:38', NULL),
(81, 'Guarani', 'PYG', 'Gs', '2023-11-07 18:01:38', NULL),
(82, 'Nuevos Soles', 'PEN', 'S/.', '2023-11-07 18:01:38', NULL),
(83, 'Pesos', 'PHP', 'Php', '2023-11-07 18:01:38', NULL),
(84, 'Zlotych', 'PLN', 'zł', '2023-11-07 18:01:38', NULL),
(85, 'Rials', 'QAR', '﷼', '2023-11-07 18:01:38', NULL),
(86, 'New Lei', 'RON', 'lei', '2023-11-07 18:01:38', NULL),
(87, 'Rubles', 'RUB', 'руб', '2023-11-07 18:01:38', NULL),
(88, 'Pounds', 'SHP', '£', '2023-11-07 18:01:38', NULL),
(89, 'Riyals', 'SAR', '﷼', '2023-11-07 18:01:38', NULL),
(90, 'Dinars', 'RSD', 'Дин.', '2023-11-07 18:01:38', NULL),
(91, 'Rupees', 'SCR', '₨', '2023-11-07 18:01:38', NULL),
(92, 'Dollars', 'SGD', '$', '2023-11-07 18:01:38', NULL),
(93, 'Dollars', 'SBD', '$', '2023-11-07 18:01:38', NULL),
(94, 'Shillings', 'SOS', 'S', '2023-11-07 18:01:38', NULL),
(95, 'Rand', 'ZAR', 'R', '2023-11-07 18:01:38', NULL),
(96, 'Rupees', 'LKR', '₨', '2023-11-07 18:01:38', NULL),
(97, 'Kronor', 'SEK', 'kr', '2023-11-07 18:01:38', NULL),
(98, 'Dollars', 'SRD', '$', '2023-11-07 18:01:38', NULL),
(99, 'Pounds', 'SYP', '£', '2023-11-07 18:01:38', NULL),
(100, 'New Dollars', 'TWD', 'NT$', '2023-11-07 18:01:38', NULL),
(101, 'Baht', 'THB', '฿', '2023-11-07 18:01:38', NULL),
(102, 'Dollars', 'TTD', 'TT$', '2023-11-07 18:01:38', NULL),
(103, 'Lira', 'TRY', '₺', '2023-11-07 18:01:38', NULL),
(104, 'Liras', 'TRL', '£', '2023-11-07 18:01:38', NULL),
(105, 'Dollars', 'TVD', '$', '2023-11-07 18:01:38', NULL),
(106, 'Hryvnia', 'UAH', '₴', '2023-11-07 18:01:38', NULL),
(107, 'Pesos', 'UYU', '$U', '2023-11-07 18:01:38', NULL),
(108, 'Sums', 'UZS', 'лв', '2023-11-07 18:01:38', NULL),
(109, 'Bolivares Fuertes', 'VEF', 'Bs', '2023-11-07 18:01:38', NULL),
(110, 'Dong', 'VND', '₫', '2023-11-07 18:01:38', NULL),
(111, 'Rials', 'YER', '﷼', '2023-11-07 18:01:38', NULL),
(112, 'Zimbabwe Dollars', 'ZWD', 'Z$', '2023-11-07 18:01:38', NULL),
(113, 'Rupees', 'INR', '₹', '2023-11-07 18:01:38', NULL);

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

--
-- Estrutura para tabela `currency_alloweds`
--

CREATE TABLE `currency_alloweds` (
  `id` bigint UNSIGNED NOT NULL,
  `currency_id` bigint UNSIGNED NOT NULL,
  `active` tinyint(1) NOT NULL DEFAULT '1',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=FIXED;

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

--
-- Estrutura para tabela `custom_layouts`
--

CREATE TABLE `custom_layouts` (
  `id` bigint UNSIGNED NOT NULL,
  `font_family_default` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `primary_color` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '#0073D2',
  `primary_opacity_color` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `secundary_color` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '#084375',
  `gray_dark_color` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '#3b3b3b',
  `gray_light_color` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '#c9c9c9',
  `gray_medium_color` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '#676767',
  `gray_over_color` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '#1A1C20',
  `title_color` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '#ffffff',
  `text_color` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '#98A7B5',
  `sub_text_color` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '#656E78',
  `placeholder_color` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '#4D565E',
  `background_color` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '#24262B',
  `background_base` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '#ECEFF1',
  `background_base_dark` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '#24262B',
  `carousel_banners` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '#1E2024',
  `carousel_banners_dark` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT '#1E2024',
  `sidebar_color` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `sidebar_color_dark` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `navtop_color` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `navtop_color_dark` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `side_menu` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `side_menu_dark` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `input_primary` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `input_primary_dark` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `footer_color` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `footer_color_dark` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `card_color` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `card_color_dark` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `border_radius` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '.25rem',
  `custom_css` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci,
  `custom_js` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci,
  `custom_header` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci,
  `custom_body` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `instagram` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `facebook` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `telegram` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `twitter` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `whastapp` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `youtube` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `linkcassino` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `texto_deposito` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `texto_header` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `texto_bonus` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `cc_topo_botao` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `barra_logo` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `icone_presente` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `menu_lateral` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `cor_fundo` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `fundo_icone` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Despejando dados para a tabela `custom_layouts`
--

INSERT INTO `custom_layouts` (`id`, `font_family_default`, `primary_color`, `primary_opacity_color`, `secundary_color`, `gray_dark_color`, `gray_light_color`, `gray_medium_color`, `gray_over_color`, `title_color`, `text_color`, `sub_text_color`, `placeholder_color`, `background_color`, `background_base`, `background_base_dark`, `carousel_banners`, `carousel_banners_dark`, `sidebar_color`, `sidebar_color_dark`, `navtop_color`, `navtop_color_dark`, `side_menu`, `side_menu_dark`, `input_primary`, `input_primary_dark`, `footer_color`, `footer_color_dark`, `card_color`, `card_color_dark`, `border_radius`, `custom_css`, `custom_js`, `custom_header`, `custom_body`, `created_at`, `updated_at`, `instagram`, `facebook`, `telegram`, `twitter`, `whastapp`, `youtube`, `linkcassino`, `texto_deposito`, `texto_header`, `texto_bonus`, `cc_topo_botao`, `barra_logo`, `icone_presente`, `menu_lateral`, `cor_fundo`, `fundo_icone`) VALUES
(1, '\'Roboto Condensed\', sans-serif', '#1da639', '#03ad4022', '#0db849', '#3b3b3b', '#c9c9c9', '#676767', '#191A1E', '#ffffff', '#98A7B5', '#656E78', '#4D565E', '#24262B', '#e8e8e8', '#24262B', '#bdbdbd', '#1E2024', '#ffffff', '#191A1E', '#d8d8de', '#24262B', '#828282', '#000000', '#dedede', '#1E2024', '#919191', '#1E2024', '#ababab', '#1E2024', '.25rem', NULL, NULL, NULL, NULL, '2024-01-01 14:36:03', '2024-07-24 09:07:26', 'https://www.instagram.com/', '', 'https://t.me/', '', 'https://chat.whatsapp.com/', '', 'OndaGames.com', '', '💥 Indique um amigo e ganhe R$ 10,00 de saldo REAL para cada amigo que convidar', 'Ganhe R$ 10,00 grátis', '#007fff', '#00004f', '#007fff', '#020d2b', '#020d2b', '#04274a');

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

--
-- Estrutura para tabela `debug`
--

CREATE TABLE `debug` (
  `text` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Despejando dados para a tabela `debug`
--

INSERT INTO `debug` (`text`) VALUES
('\"PlaceBet: 914806915\"'),
('\"PlaceBet: 914806915\"'),
('\"AwardWinnings: 914806915\"'),
('\"PlaceBet: 914806916\"'),
('\"AwardWinnings: 914806916\"'),
('\"PlaceBet: 914806916\"'),
('\"PlaceBet: 914806917\"'),
('\"PlaceBet: 914806918\"'),
('\"AwardWinnings: 914806918\"'),
('\"PlaceBet: 914806918\"'),
('\"PlaceBet: 914806919\"'),
('\"AwardWinnings: 914806919\"'),
('\"AwardWinnings: 914806919\"'),
('\"PlaceBet: 914806920\"'),
('\"PlaceBet: 914806921\"'),
('\"AwardWinnings: 914806921\"'),
('\"PlaceBet: 535367\"'),
('\"PlaceBet: 154646\"'),
('\"PlaceBet: 914806922\"'),
('\"PlaceBet: 914806923\"'),
('\"PlaceBet: 914806924\"'),
('\"AwardWinnings: 914806924\"'),
('{\"idTransaction\":\"a1c9e9ed-8f68-42b4-9fd3-a5a586dedb59\",\"typeTransaction\":\"PIX_CASHOUT\",\"statusTransaction\":\"PAID_OUT\",\"value\":20,\"destinationName\":\"Hildeberto Araujo Cavalcante\",\"destinationTaxId\":\"***.411.094-**\",\"destinationBank\":\"BANCO PAN\"}'),
('{\"idTransaction\":\"da768a27-1ca3-40a0-b654-4bc943fe7ba9\",\"typeTransaction\":\"PIX_CASHOUT\",\"statusTransaction\":\"PAID_OUT\",\"value\":25,\"destinationName\":\"HEWERTON SILVESTRE DOS SANTOS\",\"destinationTaxId\":\"***.701.084-**\",\"destinationBank\":\"BANCO INTER\"}');

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

--
-- Estrutura para tabela `deposits`
--

CREATE TABLE `deposits` (
  `id` bigint UNSIGNED NOT NULL,
  `payment_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `amount` decimal(20,2) NOT NULL DEFAULT '0.00',
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `proof` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `status` tinyint NOT NULL DEFAULT '0',
  `currency` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `symbol` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Despejando dados para a tabela `deposits`
--

INSERT INTO `deposits` (`id`, `payment_id`, `user_id`, `amount`, `type`, `proof`, `status`, `currency`, `symbol`, `created_at`, `updated_at`) VALUES
(110, '7b51d818-8134-4f3b-a73d-da975ef419d2', 1, 10.00, 'pix', NULL, 1, 'BRL', 'R$', '2024-07-26 08:18:43', '2024-07-26 08:20:16');

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

--
-- Estrutura para tabela `digito_pay_payments`
--

CREATE TABLE `digito_pay_payments` (
  `id` bigint UNSIGNED NOT NULL,
  `payment_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `withdrawal_id` bigint UNSIGNED NOT NULL,
  `pix_key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `pix_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `amount` decimal(10,2) NOT NULL DEFAULT '0.00',
  `observation` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci,
  `status` tinyint NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

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

--
-- Estrutura para tabela `failed_jobs`
--

CREATE TABLE `failed_jobs` (
  `id` bigint UNSIGNED NOT NULL,
  `uuid` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `connection` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `queue` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `payload` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `exception` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

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

--
-- Estrutura para tabela `games`
--

CREATE TABLE `games` (
  `id` bigint UNSIGNED NOT NULL,
  `provider_id` int UNSIGNED NOT NULL,
  `game_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `game_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `game_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `cover` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `status` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '1',
  `technology` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT 'html5',
  `distribution` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'play_fiver',
  `views` bigint NOT NULL DEFAULT '0',
  `is_featured` tinyint DEFAULT '0',
  `show_home` tinyint DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `game_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Despejando dados para a tabela `games`
--

INSERT INTO `games` (`id`, `provider_id`, `game_name`, `game_id`, `game_type`, `cover`, `status`, `technology`, `distribution`, `views`, `is_featured`, `show_home`, `created_at`, `updated_at`, `game_code`) VALUES
(1, 1, 'Fortune Tiger', '126', 'slot', 'PlayFiver/Pgsoft/126.png', '1', 'html5', 'play_fiver', 10005, 1, 1, '2024-05-27 11:25:59', '2024-07-26 08:28:40', '126'),
(2, 1, 'Fortune Ox', '98', 'slot', 'PlayFiver/Pgsoft/98.png', '1', 'html5', 'play_fiver', 100006, 1, 1, '2024-05-27 11:25:59', '2024-07-24 18:01:37', '98'),
(3, 1, 'Fortune Mouse', '68', 'slot', 'PlayFiver/Pgsoft/68.png', '1', 'html5', 'play_fiver', 100000, 0, 0, '2024-05-27 11:25:59', '2024-07-19 02:41:56', '68'),
(4, 1, 'Fortune Rabbit', '1543462', 'slot', 'PlayFiver/Pgsoft/1543462.png', '1', 'html5', 'play_fiver', 100002, 1, 1, '2024-05-27 11:25:59', '2024-07-24 18:00:02', '1543462'),
(5, 1, 'Bikini Paradise', '69', 'slot', 'PlayFiver/Pgsoft/69.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 19:24:08', '69'),
(6, 1, 'Jungle Delight', '40', 'slot', 'PlayFiver/Pgsoft/40.png', '1', 'html5', 'play_fiver', 1, 0, 0, '2024-05-27 11:25:59', '2024-07-24 08:05:30', '40'),
(7, 1, 'Fortune Dragon', '1695365', 'slot', 'PlayFiver/Pgsoft/1695365.png', '1', 'html5', 'play_fiver', 100000, 1, 1, '2024-05-27 11:25:59', '2024-07-23 10:02:41', '1695365'),
(8, 1, 'Chicky Run', '1738001', 'slot', 'PlayFiver/Pgsoft/1738001.png', '1', 'html5', 'play_fiver', 1000006, 1, 1, '2024-05-27 11:25:59', '2024-07-23 10:02:35', '1738001'),
(9, 1, 'Ganesha Gold', '42', 'slot', 'PlayFiver/Pgsoft/42.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', '42'),
(10, 1, 'Leprechaun Riches', '60', 'slot', 'PlayFiver/Pgsoft/60.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 02:43:03', '60'),
(11, 1, 'Wild Bandito', '104', 'slot', 'PlayFiver/Pgsoft/104.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', '104'),
(12, 1, 'Dragon Tiger Luck', '63', 'slot', 'PlayFiver/Pgsoft/63.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', '63'),
(13, 1, 'Piggy Gold', 'piggy-gold', 'slot', 'PlayFiver/Pgsoft/piggy-gold.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'piggy-gold'),
(14, 1, 'Double Fortune', 'double-fortune', 'slot', 'PlayFiver/Pgsoft/double-fortune.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'double-fortune'),
(15, 1, 'The Great Icescape', 'the-great-icescape', 'slot', 'PlayFiver/Pgsoft/the-great-icescape.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'the-great-icescape'),
(16, 1, 'Captain\'s Bounty', 'captains-bounty', 'slot', 'PlayFiver/Pgsoft/captains-bounty.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'captains-bounty'),
(17, 1, 'Dragon Hatch', 'dragon-hatch', 'slot', 'PlayFiver/Pgsoft/dragon-hatch.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'dragon-hatch'),
(18, 1, 'Vampire\'s Charm', 'vampires-charm', 'slot', 'PlayFiver/Pgsoft/vampires-charm.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'vampires-charm'),
(19, 1, 'Gem Saviour Conquest', 'gem-saviour-conquest', 'slot', 'PlayFiver/Pgsoft/gem-saviour-conquest.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'gem-saviour-conquest'),
(20, 1, 'Mahjong Ways', 'mahjong-ways', 'slot', 'PlayFiver/Pgsoft/mahjong-ways.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'mahjong-ways'),
(21, 1, 'Candy Burst', 'candy-burst', 'slot', 'PlayFiver/Pgsoft/candy-burst.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'candy-burst'),
(22, 1, 'Mahjong Ways 2', 'mahjong-ways2', 'slot', 'PlayFiver/Pgsoft/mahjong-ways2.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'mahjong-ways2'),
(23, 1, 'Ganesha Fortune', 'ganesha-fortune', 'slot', 'PlayFiver/Pgsoft/ganesha-fortune.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'ganesha-fortune'),
(24, 1, 'Phoenix Rises', 'phoenix-rises', 'slot', 'PlayFiver/Pgsoft/phoenix-rises.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'phoenix-rises'),
(25, 1, 'Wild Fireworks', 'wild-fireworks', 'slot', 'PlayFiver/Pgsoft/wild-fireworks.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'wild-fireworks'),
(26, 1, 'Galactic Gems', 'galactic-gems', 'slot', 'PlayFiver/Pgsoft/galactic-gems.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'galactic-gems'),
(27, 1, 'Treasures of Aztec', 'treasures-aztec', 'slot', 'PlayFiver/Pgsoft/treasures-aztec.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'treasures-aztec'),
(28, 1, 'Jewels of Prosperity', 'jewels-prosper', 'slot', 'PlayFiver/Pgsoft/jewels-prosper.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'jewels-prosper'),
(29, 1, 'Guardians of Ice and Fire', 'gdn-ice-fire', 'slot', 'PlayFiver/Pgsoft/gdn-ice-fire.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'gdn-ice-fire'),
(30, 1, 'Bali Vacation', 'bali-vacation', 'slot', 'PlayFiver/Pgsoft/bali-vacation.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'bali-vacation'),
(31, 1, 'Majestic Treasures', 'majestic-ts', 'slot', 'PlayFiver/Pgsoft/majestic-ts.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'majestic-ts'),
(32, 1, 'Jack Frost\'s Winter', 'jack-frosts', 'slot', 'PlayFiver/Pgsoft/jack-frosts.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'jack-frosts'),
(33, 1, 'Candy Bonanza', 'candy-bonanza', 'slot', 'PlayFiver/Pgsoft/candy-bonanza.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-24 08:59:54', 'candy-bonanza'),
(34, 1, 'Heist Stakes', 'heist-stakes', 'slot', 'PlayFiver/Pgsoft/heist-stakes.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'heist-stakes'),
(35, 1, 'Legendary Monkey King', 'lgd-monkey-kg', 'slot', 'PlayFiver/Pgsoft/lgd-monkey-kg.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'lgd-monkey-kg'),
(36, 1, 'Buffalo Win', 'buffalo-win', 'slot', 'PlayFiver/Pgsoft/buffalo-win.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'buffalo-win'),
(37, 1, 'Raider Jane\'s Crypt of Fortune', 'crypt-fortune', 'slot', 'PlayFiver/Pgsoft/crypt-fortune.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'crypt-fortune'),
(38, 1, 'Emoji Riches', 'emoji-riches', 'slot', 'PlayFiver/Pgsoft/emoji-riches.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'emoji-riches'),
(39, 1, 'Supermarket Spree', 'sprmkt-spree', 'slot', 'PlayFiver/Pgsoft/sprmkt-spree.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'sprmkt-spree'),
(40, 1, 'Spirited Wonders', 'spirit-wonder', 'slot', 'PlayFiver/Pgsoft/spirit-wonder.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'spirit-wonder'),
(41, 1, 'Destiny of Sun & Moon', 'dest-sun-moon', 'slot', 'PlayFiver/Pgsoft/dest-sun-moon.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'dest-sun-moon'),
(42, 1, 'Garuda Gems', 'garuda-gems', 'slot', 'PlayFiver/Pgsoft/garuda-gems.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'garuda-gems'),
(43, 1, 'Rooster Rumble', 'rooster-rbl', 'slot', 'PlayFiver/Pgsoft/rooster-rbl.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'rooster-rbl'),
(44, 1, 'Battleground Royale', 'battleground', 'slot', 'PlayFiver/Pgsoft/battleground.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'battleground'),
(45, 1, 'Butterfly Blossom', 'btrfly-blossom', 'slot', 'PlayFiver/Pgsoft/btrfly-blossom.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'btrfly-blossom'),
(46, 1, 'Prosperity Fortune Tree', 'prosper-ftree', 'slot', 'PlayFiver/Pgsoft/prosper-ftree.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'prosper-ftree'),
(47, 1, 'Asgardian Rising', 'asgardian-rs', 'slot', 'PlayFiver/Pgsoft/asgardian-rs.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'asgardian-rs'),
(48, 1, 'Alchemy Gold', 'alchemy-gold', 'slot', 'PlayFiver/Pgsoft/alchemy-gold.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'alchemy-gold'),
(49, 1, 'Diner Delights', 'diner-delights', 'slot', 'PlayFiver/Pgsoft/diner-delights.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'diner-delights'),
(50, 1, 'Midas Fortune', 'midas-fortune', 'slot', 'PlayFiver/Pgsoft/midas-fortune.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'midas-fortune'),
(51, 1, 'Bakery Bonanza', 'bakery-bonanza', 'slot', 'PlayFiver/Pgsoft/bakery-bonanza.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'bakery-bonanza'),
(52, 1, 'Songkran Splash', 'songkran-spl', 'slot', 'PlayFiver/Pgsoft/songkran-spl.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'songkran-spl'),
(53, 1, 'Dragon Hatch2', 'dragon-hatch2', 'slot', 'PlayFiver/Pgsoft/dragon-hatch2.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'dragon-hatch2'),
(54, 1, 'Cruise Royale', 'cruise-royale', 'slot', 'PlayFiver/Pgsoft/cruise-royale.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'cruise-royale'),
(55, 1, 'Wild Ape #3258', 'wild-ape-3258', 'slot', 'PlayFiver/Pgsoft/wild-ape-3258.png', '1', 'html5', 'play_fiver', 204, 0, 0, '2024-05-27 11:25:59', '2024-07-23 05:43:49', 'wild-ape-3258'),
(56, 1, 'Super Golf Drive', 'spr-golf-drive', 'slot', 'PlayFiver/Pgsoft/spr-golf-drive.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'spr-golf-drive'),
(57, 1, 'Anubis Wrath', 'anubis-wrath', 'slot', 'PlayFiver/Pgsoft/anubis-wrath.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'anubis-wrath'),
(58, 1, 'Zombie Outbreak', 'zombie-outbrk', 'slot', 'PlayFiver/Pgsoft/zombie-outbrk.png', '1', 'html5', 'play_fiver', 216, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:02:45', 'zombie-outbrk'),
(59, 1, 'Cash Mania', 'cash-mania', 'slot', 'PlayFiver/Pgsoft/cash-mania.png', '1', 'html5', 'play_fiver', 204, 1, 1, '2024-05-27 11:25:59', '2024-07-24 08:59:59', 'cash-mania'),
(60, 2, 'Book of Golden Sands', 'vswaysbook', 'slot', 'PlayFiver/Pragmatic/vswaysbook.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-23 04:25:42', 'vswaysbook'),
(61, 2, 'Wild Hop and Drop', 'vs20mparty', 'slot', 'PlayFiver/Pragmatic/vs20mparty.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-23 05:16:49', 'vs20mparty'),
(62, 2, 'Snakes e Ladders - Snake Eyes', 'vs10snakeeyes', 'slot', 'PlayFiver/Pragmatic/vs10snakeeyes.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-23 05:33:23', 'vs10snakeeyes'),
(63, 2, 'Striking Hot 5', 'vs5strh', 'slot', 'PlayFiver/Pragmatic/vs5strh.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs5strh'),
(64, 2, 'Legend of Heroes', 'vswayslofhero', 'slot', 'PlayFiver/Pragmatic/vswayslofhero.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswayslofhero'),
(65, 2, 'Muertos Multiplier Megaways', 'vs20muertos', 'slot', 'PlayFiver/Pragmatic/vs20muertos.png', '1', 'html5', 'play_fiver', 1, 0, 0, '2024-05-27 11:25:59', '2024-07-26 07:56:24', 'vs20muertos'),
(66, 2, 'Crown of Fire', 'vs10crownfire', 'slot', 'PlayFiver/Pragmatic/vs10crownfire.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10crownfire'),
(67, 2, 'Candy Stars', 'vswaysstrwild', 'slot', 'PlayFiver/Pragmatic/vswaysstrwild.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysstrwild'),
(68, 2, 'Black Bull', 'vs20trswild2', 'slot', 'PlayFiver/Pragmatic/vs20trswild2.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20trswild2'),
(69, 2, 'Floating Dragon Hold e Spin Megaways', 'vswaysfltdrg', 'slot', 'PlayFiver/Pragmatic/vswaysfltdrg.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysfltdrg'),
(70, 2, 'Magic Money Maze', 'vs10mmm', 'slot', 'PlayFiver/Pragmatic/vs10mmm.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10mmm'),
(71, 2, 'Down the Rails', 'vs20underground', 'slot', 'PlayFiver/Pragmatic/vs20underground.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20underground'),
(72, 2, 'Greedy Wolf', 'vs20wolfie', 'slot', 'PlayFiver/Pragmatic/vs20wolfie.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20wolfie'),
(73, 2, 'Fire Hot 5', 'vs5firehot', 'slot', 'PlayFiver/Pragmatic/vs5firehot.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs5firehot'),
(74, 2, 'Fire Hot 40', 'vs40firehot', 'slot', 'PlayFiver/Pragmatic/vs40firehot.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs40firehot'),
(75, 2, 'Fire Hot 20', 'vs20fh', 'slot', 'PlayFiver/Pragmatic/vs20fh.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20fh'),
(76, 2, 'Fire Hot 100', 'vs100firehot', 'slot', 'PlayFiver/Pragmatic/vs100firehot.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs100firehot'),
(77, 2, 'Big Bass Splash', 'vs10txbigbass', 'slot', 'PlayFiver/Pragmatic/vs10txbigbass.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10txbigbass'),
(78, 2, 'Octobeer Fortunes', 'vs20octobeer', 'slot', 'PlayFiver/Pragmatic/vs20octobeer.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20octobeer'),
(79, 2, 'Hot To Burn Extreme', 'vs40hotburnx', 'slot', 'PlayFiver/Pragmatic/vs40hotburnx.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs40hotburnx'),
(80, 2, 'Cheeky Emperor', 'vs243ckemp', 'slot', 'PlayFiver/Pragmatic/vs243ckemp.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs243ckemp'),
(81, 2, 'Tropical Tiki', 'vswaysjkrdrop', 'slot', 'PlayFiver/Pragmatic/vswaysjkrdrop.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysjkrdrop'),
(82, 2, 'Shining Hot 5', 'vs5sh', 'slot', 'PlayFiver/Pragmatic/vs5sh.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs5sh'),
(83, 2, 'Shining Hot 40', 'vs40sh', 'slot', 'PlayFiver/Pragmatic/vs40sh.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs40sh'),
(84, 2, 'Shining Hot 20', 'vs20sh', 'slot', 'PlayFiver/Pragmatic/vs20sh.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20sh'),
(85, 2, 'Coffee Wild', 'vs10coffee', 'slot', 'PlayFiver/Pragmatic/vs10coffee.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10coffee'),
(86, 2, 'Shining Hot 100', 'vs100sh', 'slot', 'PlayFiver/Pragmatic/vs100sh.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs100sh'),
(87, 2, 'Queen of Gods', 'vs10egrich', 'slot', 'PlayFiver/Pragmatic/vs10egrich.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10egrich'),
(88, 2, 'Koi Pond', 'vs243koipond', 'slot', 'PlayFiver/Pragmatic/vs243koipond.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs243koipond'),
(89, 2, 'Rise of Samurai 3', 'vs40samurai3', 'slot', 'PlayFiver/Pragmatic/vs40samurai3.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs40samurai3'),
(90, 2, 'Cosmic Cash', 'vs40cosmiccash', 'slot', 'PlayFiver/Pragmatic/vs40cosmiccash.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs40cosmiccash'),
(91, 2, 'Bomb Bonanza', 'vs25bomb', 'slot', 'PlayFiver/Pragmatic/vs25bomb.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25bomb'),
(92, 2, 'Mahjong Panda', 'vs1024mahjpanda', 'slot', 'PlayFiver/Pragmatic/vs1024mahjpanda.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs1024mahjpanda'),
(93, 2, 'Spirit of Adventure', 'vs10spiritadv', 'slot', 'PlayFiver/Pragmatic/vs10spiritadv.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10spiritadv'),
(94, 2, 'Fire Strike 2', 'vs10firestrike2', 'slot', 'PlayFiver/Pragmatic/vs10firestrike2.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10firestrike2'),
(95, 2, 'Eye of Cleopatra', 'vs40cleoeye', 'slot', 'PlayFiver/Pragmatic/vs40cleoeye.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs40cleoeye'),
(96, 2, 'Goblin Heist Powernudge', 'vs20gobnudge', 'slot', 'PlayFiver/Pragmatic/vs20gobnudge.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20gobnudge'),
(97, 2, 'The Great Stick-up', 'vs20stickysymbol', 'slot', 'PlayFiver/Pragmatic/vs20stickysymbol.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20stickysymbol'),
(98, 2, 'Zombie Carnival', 'vswayszombcarn', 'slot', 'PlayFiver/Pragmatic/vswayszombcarn.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswayszombcarn'),
(99, 2, 'North Guardians', 'vs50northgard', 'slot', 'PlayFiver/Pragmatic/vs50northgard.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs50northgard'),
(100, 2, 'Sugar Rush', 'vs20sugarrush', 'slot', 'PlayFiver/Pragmatic/vs20sugarrush.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20sugarrush'),
(101, 2, 'Cleocatra', 'vs20cleocatra', 'slot', 'PlayFiver/Pragmatic/vs20cleocatra.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20cleocatra'),
(102, 2, 'Little Gem Hold and Spin', 'vs5littlegem', 'slot', 'PlayFiver/Pragmatic/vs5littlegem.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs5littlegem'),
(103, 2, 'Drill That Gold', 'vs20drtgold', 'slot', 'PlayFiver/Pragmatic/vs20drtgold.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20drtgold'),
(104, 2, 'Clover Gold', 'vs20mustanggld2', 'slot', 'PlayFiver/Pragmatic/vs20mustanggld2.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20mustanggld2'),
(105, 2, 'Chicken Chase', 'vs10chkchase', 'slot', 'PlayFiver/Pragmatic/vs10chkchase.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10chkchase'),
(106, 2, 'Wild West Gold Megaways', 'vswayswildwest', 'slot', 'PlayFiver/Pragmatic/vswayswildwest.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswayswildwest'),
(107, 2, 'Book of Aztec King', 'vs10bookazteck', 'slot', 'PlayFiver/Pragmatic/vs10bookazteck.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10bookazteck'),
(108, 2, 'Might of Ra', 'vs50mightra', 'slot', 'PlayFiver/Pragmatic/vs50mightra.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs50mightra'),
(109, 2, 'Bull Fiesta', 'vs25bullfiesta', 'slot', 'PlayFiver/Pragmatic/vs25bullfiesta.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25bullfiesta'),
(110, 2, 'Rainbow Gold', 'vs20rainbowg', 'slot', 'PlayFiver/Pragmatic/vs20rainbowg.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20rainbowg'),
(111, 2, 'Tic Tac Take', 'vs10tictac', 'slot', 'PlayFiver/Pragmatic/vs10tictac.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10tictac'),
(112, 2, 'Disco Lady', 'vs243discolady', 'slot', 'PlayFiver/Pragmatic/vs243discolady.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs243discolady'),
(113, 2, 'Queenie', 'vs243queenie', 'slot', 'PlayFiver/Pragmatic/vs243queenie.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs243queenie'),
(114, 2, 'Barn Festival', 'vs20farmfest', 'slot', 'PlayFiver/Pragmatic/vs20farmfest.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20farmfest'),
(115, 2, 'Wild Beach Party', 'vs20bchprty', 'slot', 'PlayFiver/Pragmatic/vs20bchprty.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20bchprty'),
(116, 2, 'The Ultimate 5', 'vs20ultim5', 'slot', 'PlayFiver/Pragmatic/vs20ultim5.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20ultim5'),
(117, 2, 'Cash Patrol', 'vs25copsrobbers', 'slot', 'PlayFiver/Pragmatic/vs25copsrobbers.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25copsrobbers'),
(118, 2, 'Colossal Cash Zone', 'vs20colcashzone', 'slot', 'PlayFiver/Pragmatic/vs20colcashzone.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20colcashzone'),
(119, 2, 'Rock Vegas Mega Hold e Spin', 'vs20rockvegas', 'slot', 'PlayFiver/Pragmatic/vs20rockvegas.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20rockvegas'),
(120, 2, 'Super X(tm)', 'vs20superx', 'slot', 'PlayFiver/Pragmatic/vs20superx.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20superx'),
(121, 2, 'Crystal Caverns Megaways(tm)', 'vswayscryscav', 'slot', 'PlayFiver/Pragmatic/vswayscryscav.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswayscryscav'),
(122, 2, 'Smugglers Cove(tm)', 'vs20smugcove', 'slot', 'PlayFiver/Pragmatic/vs20smugcove.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20smugcove'),
(123, 2, 'Magician s Secrets(tm)', 'vs4096magician', 'slot', 'PlayFiver/Pragmatic/vs4096magician.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs4096magician'),
(124, 2, 'Wild Depths(tm)', 'vs40wanderw', 'slot', 'PlayFiver/Pragmatic/vs40wanderw.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs40wanderw'),
(125, 2, 'Extra Juicy Megaways(tm)', 'vswaysxjuicy', 'slot', 'PlayFiver/Pragmatic/vswaysxjuicy.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysxjuicy'),
(126, 2, 'Gold Party(r)', 'vs25goldparty', 'slot', 'PlayFiver/Pragmatic/vs25goldparty.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25goldparty'),
(127, 2, 'Gates of Valhalla(tm)', 'vs10runes', 'slot', 'PlayFiver/Pragmatic/vs10runes.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10runes'),
(128, 2, 'Fortune of Giza(tm)', 'vs20amuleteg', 'slot', 'PlayFiver/Pragmatic/vs20amuleteg.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20amuleteg'),
(129, 2, 'New Year Tiger Treasures (tm)', 'vs25tigeryear', 'slot', 'PlayFiver/Pragmatic/vs25tigeryear.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25tigeryear'),
(130, 2, 'Emperor Caishen', 'vs243empcaishen', 'slot', 'PlayFiver/Pragmatic/vs243empcaishen.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs243empcaishen'),
(131, 2, 'Pyramid Bonanza', 'vs20pbonanza', 'slot', 'PlayFiver/Pragmatic/vs20pbonanza.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20pbonanza'),
(132, 2, 'Treasure Wild', 'vs20trsbox', 'slot', 'PlayFiver/Pragmatic/vs20trsbox.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20trsbox'),
(133, 2, 'Raging Bull', 'vs243chargebull', 'slot', 'PlayFiver/Pragmatic/vs243chargebull.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs243chargebull'),
(134, 2, 'Cash Bonanza', 'vswaysbankbonz', 'slot', 'PlayFiver/Pragmatic/vswaysbankbonz.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysbankbonz'),
(135, 2, 'Hokkaido Wolf', 'vs576hokkwolf', 'slot', 'PlayFiver/Pragmatic/vs576hokkwolf.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs576hokkwolf'),
(136, 2, 'Phoenix Forge', 'vs20phoenixf', 'slot', 'PlayFiver/Pragmatic/vs20phoenixf.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20phoenixf'),
(137, 2, 'Aztec King Megaways', 'vswaysaztecking', 'slot', 'PlayFiver/Pragmatic/vswaysaztecking.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysaztecking'),
(138, 2, 'Lucky Grace And Charm', 'vs10luckcharm', 'slot', 'PlayFiver/Pragmatic/vs10luckcharm.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10luckcharm'),
(139, 2, 'Elemental Gems Megaways', 'vswayselements', 'slot', 'PlayFiver/Pragmatic/vswayselements.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswayselements'),
(140, 2, 'Chilli Heat Megaways', 'vswayschilheat', 'slot', 'PlayFiver/Pragmatic/vswayschilheat.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswayschilheat'),
(141, 2, 'The Magic Cauldron - Enchanted Brew', 'vs20magicpot', 'slot', 'PlayFiver/Pragmatic/vs20magicpot.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20magicpot'),
(142, 2, 'The Amazing Money Machine', 'vs10amm', 'slot', 'PlayFiver/Pragmatic/vs10amm.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10amm'),
(143, 2, 'Starz Megaways', 'vs117649starz', 'slot', 'PlayFiver/Pragmatic/vs117649starz.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs117649starz'),
(144, 2, 'Mysterious Egypt', 'vs10wildtut', 'slot', 'PlayFiver/Pragmatic/vs10wildtut.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10wildtut'),
(145, 2, 'Eye of the Storm', 'vs10eyestorm', 'slot', 'PlayFiver/Pragmatic/vs10eyestorm.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10eyestorm'),
(146, 2, 'Golden Ox', 'vs25gldox', 'slot', 'PlayFiver/Pragmatic/vs25gldox.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25gldox'),
(147, 2, 'Voodoo Magic', 'vs40voodoo', 'slot', 'PlayFiver/Pragmatic/vs40voodoo.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs40voodoo'),
(148, 2, 'Bonanza Gold', 'vs20bonzgold', 'slot', 'PlayFiver/Pragmatic/vs20bonzgold.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20bonzgold'),
(149, 2, 'John Hunter and the Mayan Gods', 'vs10mayangods', 'slot', 'PlayFiver/Pragmatic/vs10mayangods.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10mayangods'),
(150, 2, 'The Dragon Tiger', 'vs1024dtiger', 'slot', 'PlayFiver/Pragmatic/vs1024dtiger.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs1024dtiger'),
(151, 2, 'Christmas Carol Megaways', 'vs20xmascarol', 'slot', 'PlayFiver/Pragmatic/vs20xmascarol.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20xmascarol'),
(152, 2, 'Fishin Reels', 'vs10goldfish', 'slot', 'PlayFiver/Pragmatic/vs10goldfish.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10goldfish'),
(153, 2, 'Book of Kingdoms', 'vs25bkofkngdm', 'slot', 'PlayFiver/Pragmatic/vs25bkofkngdm.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25bkofkngdm'),
(154, 2, 'Gems Bonanza', 'vs20goldfever', 'slot', 'PlayFiver/Pragmatic/vs20goldfever.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20goldfever'),
(155, 2, 'Wild Walker', 'vs25walker', 'slot', 'PlayFiver/Pragmatic/vs25walker.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25walker'),
(156, 2, 'Rise of Samurai', 'vs25samurai', 'slot', 'PlayFiver/Pragmatic/vs25samurai.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25samurai'),
(157, 2, 'Star Bounty', 'vswayshive', 'slot', 'PlayFiver/Pragmatic/vswayshive.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswayshive'),
(158, 2, 'Curse of the Werewolf Megaways', 'vswayswerewolf', 'slot', 'PlayFiver/Pragmatic/vswayswerewolf.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswayswerewolf'),
(159, 2, 'Aztec Gems Deluxe', 'vs9aztecgemsdx', 'slot', 'PlayFiver/Pragmatic/vs9aztecgemsdx.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs9aztecgemsdx'),
(160, 2, 'Jungle Gorilla', 'vs20gorilla', 'slot', 'PlayFiver/Pragmatic/vs20gorilla.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20gorilla'),
(161, 2, 'Street Racer', 'vs40streetracer', 'slot', 'PlayFiver/Pragmatic/vs40streetracer.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs40streetracer'),
(162, 2, 'Fu Fu Fu', 'vs1fufufu', 'slot', 'PlayFiver/Pragmatic/vs1fufufu.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs1fufufu'),
(163, 2, 'Drago - Jewels of Fortune', 'vs1600drago', 'slot', 'PlayFiver/Pragmatic/vs1600drago.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs1600drago'),
(164, 2, 'Money Money Money', 'vs1money', 'slot', 'PlayFiver/Pragmatic/vs1money.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs1money'),
(166, 2, 'Beowulf', 'vs40beowulf', 'slot', 'PlayFiver/Pragmatic/vs40beowulf.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs40beowulf'),
(167, 2, 'Jurassic Giants', 'vs4096jurassic', 'slot', 'PlayFiver/Pragmatic/vs4096jurassic.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs4096jurassic'),
(168, 2, 'Gold Train', 'vs3train', 'slot', 'PlayFiver/Pragmatic/vs3train.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs3train'),
(169, 2, 'Hot Chilli', 'vs9hotroll', 'slot', 'PlayFiver/Pragmatic/vs9hotroll.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs9hotroll'),
(170, 2, 'Queen of Gold', 'vs25queenofgold', 'slot', 'PlayFiver/Pragmatic/vs25queenofgold.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25queenofgold'),
(171, 2, 'Super Joker', 'vs5spjoker', 'slot', 'PlayFiver/Pragmatic/vs5spjoker.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs5spjoker'),
(172, 2, 'Egyptian Fortunes', 'vs20egypttrs', 'slot', 'PlayFiver/Pragmatic/vs20egypttrs.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20egypttrs'),
(173, 2, 'Treasure Horse', 'vs18mashang', 'slot', 'PlayFiver/Pragmatic/vs18mashang.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs18mashang'),
(174, 2, 'Lucky Dragons', 'vs50chinesecharms', 'slot', 'PlayFiver/Pragmatic/vs50chinesecharms.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs50chinesecharms'),
(175, 2, '7 Monkeys', 'vs7monkeys', 'slot', 'PlayFiver/Pragmatic/vs7monkeys.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs7monkeys'),
(176, 2, 'Great Reef', 'vs25sea', 'slot', 'PlayFiver/Pragmatic/vs25sea.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25sea'),
(177, 2, 'Leprechaun Song', 'vs20leprechaun', 'slot', 'PlayFiver/Pragmatic/vs20leprechaun.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20leprechaun'),
(178, 2, 'Dwarven Gold Deluxe', 'vs25dwarves_new', 'slot', 'PlayFiver/Pragmatic/vs25dwarves_new.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25dwarves_new'),
(179, 2, 'Hot to burn', 'vs5hotburn', 'slot', 'PlayFiver/Pragmatic/vs5hotburn.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs5hotburn'),
(180, 2, 'Master Chen s Fortune', 'vs9chen', 'slot', 'PlayFiver/Pragmatic/vs9chen.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs9chen'),
(181, 2, 'Triple Tigers', 'vs1tigers', 'slot', 'PlayFiver/Pragmatic/vs1tigers.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs1tigers'),
(182, 2, 'Lady Godiva', 'vs20godiva', 'slot', 'PlayFiver/Pragmatic/vs20godiva.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20godiva'),
(183, 2, 'Monkey Madness', 'vs9madmonkey', 'slot', 'PlayFiver/Pragmatic/vs9madmonkey.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs9madmonkey'),
(184, 2, 'Mighty Kong', 'vs50kingkong', 'slot', 'PlayFiver/Pragmatic/vs50kingkong.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs50kingkong'),
(185, 2, 'Fruit Rainbow', 'vs40frrainbow', 'slot', 'PlayFiver/Pragmatic/vs40frrainbow.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs40frrainbow'),
(186, 2, 'Lucky New Year', 'vs25newyear', 'slot', 'PlayFiver/Pragmatic/vs25newyear.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25newyear'),
(187, 2, 'The Wild Machine', 'vs40madwheel', 'slot', 'PlayFiver/Pragmatic/vs40madwheel.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs40madwheel'),
(188, 2, 'Triple Dragons', 'vs5trdragons', 'slot', 'PlayFiver/Pragmatic/vs5trdragons.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs5trdragons'),
(189, 2, 'Aztec Bonanza', 'vs7776aztec', 'slot', 'PlayFiver/Pragmatic/vs7776aztec.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs7776aztec'),
(190, 2, 'Hercules Son of Zeus', 'vs50hercules', 'slot', 'PlayFiver/Pragmatic/vs50hercules.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs50hercules'),
(191, 2, 'Journey to the West', 'vs25journey', 'slot', 'PlayFiver/Pragmatic/vs25journey.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25journey'),
(192, 2, 'The Great Chicken Escape', 'vs20chicken', 'slot', 'PlayFiver/Pragmatic/vs20chicken.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20chicken'),
(193, 2, 'Tree of Riches', 'vs1fortunetree', 'slot', 'PlayFiver/Pragmatic/vs1fortunetree.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs1fortunetree'),
(194, 2, 'Wild Pixies', 'vs20wildpix', 'slot', 'PlayFiver/Pragmatic/vs20wildpix.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20wildpix'),
(195, 2, 'Fairytale Fortune', 'vs15fairytale', 'slot', 'PlayFiver/Pragmatic/vs15fairytale.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs15fairytale'),
(196, 2, 'Santa', 'vs20santa', 'slot', 'PlayFiver/Pragmatic/vs20santa.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20santa'),
(197, 2, 'Vampires vs Wolves', 'vs10vampwolf', 'slot', 'PlayFiver/Pragmatic/vs10vampwolf.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10vampwolf'),
(198, 2, '3 Genie Wishes', 'vs50aladdin', 'slot', 'PlayFiver/Pragmatic/vs50aladdin.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs50aladdin'),
(199, 2, 'Hot Safari', 'vs25safari', 'slot', 'PlayFiver/Pragmatic/vs25safari.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25safari'),
(200, 2, 'Honey Honey Honey', 'vs20honey', 'slot', 'PlayFiver/Pragmatic/vs20honey.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20honey'),
(201, 2, 'Hercules and Pegasus', 'vs20hercpeg', 'slot', 'PlayFiver/Pragmatic/vs20hercpeg.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20hercpeg'),
(202, 2, 'Fire 88', 'vs7fire88', 'slot', 'PlayFiver/Pragmatic/vs7fire88.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs7fire88'),
(203, 2, 'Aztec Gems', 'vs5aztecgems', 'slot', 'PlayFiver/Pragmatic/vs5aztecgems.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs5aztecgems'),
(204, 2, '888 Dragons', 'vs1dragon8', 'slot', 'PlayFiver/Pragmatic/vs1dragon8.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs1dragon8'),
(205, 2, 'Dragon Kingdom', 'vs25dragonkingdom', 'slot', 'PlayFiver/Pragmatic/vs25dragonkingdom.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25dragonkingdom'),
(206, 2, 'Gold Rush', 'vs25goldrush', 'slot', 'PlayFiver/Pragmatic/vs25goldrush.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25goldrush'),
(207, 2, 'Golden Pig', 'vs25goldpig', 'slot', 'PlayFiver/Pragmatic/vs25goldpig.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25goldpig'),
(208, 2, 'Wild Gladiator', 'vs25gladiator', 'slot', 'PlayFiver/Pragmatic/vs25gladiator.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25gladiator'),
(209, 2, 'Joker s Jewels', 'vs5joker', 'slot', 'PlayFiver/Pragmatic/vs5joker.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs5joker'),
(210, 2, 'Caishen s Cash', 'vs243caishien', 'slot', 'PlayFiver/Pragmatic/vs243caishien.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs243caishien'),
(211, 2, '7 Piggies', 'vs7pigs', 'slot', 'PlayFiver/Pragmatic/vs7pigs.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs7pigs'),
(212, 2, 'Leprechaun Carol', 'vs20leprexmas', 'slot', 'PlayFiver/Pragmatic/vs20leprexmas.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20leprexmas'),
(213, 2, 'Magic Journey', 'vs8magicjourn', 'slot', 'PlayFiver/Pragmatic/vs8magicjourn.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs8magicjourn'),
(214, 2, 'Greek Gods', 'vs243fortseren', 'slot', 'PlayFiver/Pragmatic/vs243fortseren.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs243fortseren'),
(215, 2, 'Chilli Heat', 'vs25chilli', 'slot', 'PlayFiver/Pragmatic/vs25chilli.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:05:49', 'vs25chilli'),
(216, 2, 'Aladdin and the Sorcerrer', 'vs20aladdinsorc', 'slot', 'PlayFiver/Pragmatic/vs20aladdinsorc.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20aladdinsorc'),
(217, 2, 'Caishen s Gold', 'vs243fortune', 'slot', 'PlayFiver/Pragmatic/vs243fortune.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs243fortune'),
(218, 2, 'Fire Strike', 'vs10firestrike', 'slot', 'PlayFiver/Pragmatic/vs10firestrike.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10firestrike'),
(219, 2, 'Release the Kraken', 'vs20kraken', 'slot', 'PlayFiver/Pragmatic/vs20kraken.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20kraken'),
(220, 2, 'Master Joker', 'vs1masterjoker', 'slot', 'PlayFiver/Pragmatic/vs1masterjoker.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-29 00:26:05', 'vs1masterjoker'),
(221, 2, 'Super 7s', 'vs5super7', 'slot', 'PlayFiver/Pragmatic/vs5super7.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs5super7'),
(222, 2, 'Wild Booster', 'vs20wildboost', 'slot', 'PlayFiver/Pragmatic/vs20wildboost.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20wildboost'),
(223, 2, 'Power of Thor Megaways', 'vswayshammthor', 'slot', 'PlayFiver/Pragmatic/vswayshammthor.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-29 00:39:20', 'vswayshammthor'),
(224, 2, '5 Lions', 'vs243lions', 'slot', 'PlayFiver/Pragmatic/vs243lions.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs243lions'),
(225, 2, 'Monkey Warrior', 'vs243mwarrior', 'slot', 'PlayFiver/Pragmatic/vs243mwarrior.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-28 23:48:43', 'vs243mwarrior'),
(226, 2, 'The Dog House', 'vs20doghouse', 'slot', 'PlayFiver/Pragmatic/vs20doghouse.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:05:21', 'vs20doghouse'),
(227, 2, 'Pirate Gold', 'vs40pirate', 'slot', 'PlayFiver/Pragmatic/vs40pirate.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs40pirate'),
(228, 2, 'Great Rhino', 'vs20rhino', 'slot', 'PlayFiver/Pragmatic/vs20rhino.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20rhino'),
(229, 2, 'Panda Fortune', 'vs25pandagold', 'slot', 'PlayFiver/Pragmatic/vs25pandagold.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25pandagold'),
(230, 2, 'Buffalo King', 'vs4096bufking', 'slot', 'PlayFiver/Pragmatic/vs4096bufking.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs4096bufking'),
(231, 2, 'Pyramid King', 'vs25pyramid', 'slot', 'PlayFiver/Pragmatic/vs25pyramid.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25pyramid'),
(232, 2, 'Ultra Burn', 'vs5ultrab', 'slot', 'PlayFiver/Pragmatic/vs5ultrab.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs5ultrab'),
(233, 2, 'Ultra Hold and Spin', 'vs5ultra', 'slot', 'PlayFiver/Pragmatic/vs5ultra.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs5ultra'),
(234, 2, 'Joker King', 'vs25jokerking', 'slot', 'PlayFiver/Pragmatic/vs25jokerking.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25jokerking'),
(235, 2, 'Return of the Dead', 'vs10returndead', 'slot', 'PlayFiver/Pragmatic/vs10returndead.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10returndead'),
(236, 2, 'Madame Destiny', 'vs10madame', 'slot', 'PlayFiver/Pragmatic/vs10madame.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10madame'),
(237, 2, 'Diamond Strike', 'vs15diamond', 'slot', 'PlayFiver/Pragmatic/vs15diamond.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs15diamond'),
(238, 2, 'Aztec King', 'vs25aztecking', 'slot', 'PlayFiver/Pragmatic/vs25aztecking.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25aztecking'),
(239, 2, 'Wild Spells', 'vs25wildspells', 'slot', 'PlayFiver/Pragmatic/vs25wildspells.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25wildspells'),
(240, 2, 'Big Bass Bonanza', 'vs10bbbonanza', 'slot', 'PlayFiver/Pragmatic/vs10bbbonanza.png', '1', 'html5', 'play_fiver', 100000, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:04:48', 'vs10bbbonanza'),
(241, 2, 'Cowboys Gold', 'vs10cowgold', 'slot', 'PlayFiver/Pragmatic/vs10cowgold.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10cowgold'),
(242, 2, 'The Tiger Warrior', 'vs25tigerwar', 'slot', 'PlayFiver/Pragmatic/vs25tigerwar.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25tigerwar'),
(243, 2, 'Mustang Gold', 'vs25mustang', 'slot', 'PlayFiver/Pragmatic/vs25mustang.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:05:31', 'vs25mustang'),
(244, 2, 'Hotfiesta', 'vs25hotfiesta', 'slot', 'PlayFiver/Pragmatic/vs25hotfiesta.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-31 00:22:00', 'vs25hotfiesta'),
(245, 2, 'Dance Party', 'vs243dancingpar', 'slot', 'PlayFiver/Pragmatic/vs243dancingpar.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs243dancingpar'),
(246, 2, 'Wild Wild Riches', 'vs576treasures', 'slot', 'PlayFiver/Pragmatic/vs576treasures.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs576treasures'),
(247, 2, 'Hot to Burn Hold and Spin', 'vs20hburnhs', 'slot', 'PlayFiver/Pragmatic/vs20hburnhs.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20hburnhs'),
(248, 2, 'Empty the Bank', 'vs20emptybank', 'slot', 'PlayFiver/Pragmatic/vs20emptybank.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20emptybank'),
(249, 2, 'The Hand of Midas', 'vs20midas', 'slot', 'PlayFiver/Pragmatic/vs20midas.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20midas'),
(250, 2, 'Gates of Olympus', 'vs20olympgate', 'slot', 'PlayFiver/Pragmatic/vs20olympgate.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:05:41', 'vs20olympgate'),
(251, 2, 'Lucky Lightning', 'vswayslight', 'slot', 'PlayFiver/Pragmatic/vswayslight.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswayslight'),
(252, 2, 'Vegas Magic', 'vs20vegasmagic', 'slot', 'PlayFiver/Pragmatic/vs20vegasmagic.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20vegasmagic'),
(253, 2, 'Fruit Party', 'vs20fruitparty', 'slot', 'PlayFiver/Pragmatic/vs20fruitparty.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20fruitparty'),
(254, 2, 'Fruit Party 2', 'vs20fparty2', 'slot', 'PlayFiver/Pragmatic/vs20fparty2.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20fparty2'),
(255, 2, 'The Dog House Megaways', 'vswaysdogs', 'slot', 'PlayFiver/Pragmatic/vswaysdogs.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysdogs'),
(256, 2, 'Juicy Fruits', 'vs50juicyfr', 'slot', 'PlayFiver/Pragmatic/vs50juicyfr.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs50juicyfr'),
(257, 2, 'Panda Fortune 2', 'vs25pandatemple', 'slot', 'PlayFiver/Pragmatic/vs25pandatemple.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25pandatemple'),
(258, 2, 'Buffalo King Megaways', 'vswaysbufking', 'slot', 'PlayFiver/Pragmatic/vswaysbufking.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysbufking'),
(259, 2, 'Wild West Gold', 'vs40wildwest', 'slot', 'PlayFiver/Pragmatic/vs40wildwest.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs40wildwest'),
(260, 2, 'Chicken Drop', 'vs20chickdrop', 'slot', 'PlayFiver/Pragmatic/vs20chickdrop.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20chickdrop'),
(261, 2, 'Spartan King', 'vs40spartaking', 'slot', 'PlayFiver/Pragmatic/vs40spartaking.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs40spartaking'),
(262, 2, 'Great Rhino Megaways', 'vswaysrhino', 'slot', 'PlayFiver/Pragmatic/vswaysrhino.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysrhino'),
(263, 2, 'Sweet Bonanza Xmas', 'vs20sbxmas', 'slot', 'PlayFiver/Pragmatic/vs20sbxmas.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20sbxmas'),
(264, 2, 'Extra Juicy', 'vs10fruity2', 'slot', 'PlayFiver/Pragmatic/vs10fruity2.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10fruity2'),
(265, 2, 'Ancient Egypt', 'vs10egypt', 'slot', 'PlayFiver/Pragmatic/vs10egypt.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10egypt'),
(266, 2, 'Dragon Hot Hold and Spin', 'vs5drhs', 'slot', 'PlayFiver/Pragmatic/vs5drhs.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs5drhs');
INSERT INTO `games` (`id`, `provider_id`, `game_name`, `game_id`, `game_type`, `cover`, `status`, `technology`, `distribution`, `views`, `is_featured`, `show_home`, `created_at`, `updated_at`, `game_code`) VALUES
(267, 2, 'Bigger Bass Bonanza', 'vs12bbb', 'slot', 'PlayFiver/Pragmatic/vs12bbb.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs12bbb'),
(268, 2, 'The Tweety House', 'vs20tweethouse', 'slot', 'PlayFiver/Pragmatic/vs20tweethouse.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20tweethouse'),
(269, 2, '5 Lions Megaways', 'vswayslions', 'slot', 'PlayFiver/Pragmatic/vswayslions.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswayslions'),
(270, 2, 'Rise of Samurai Megaways', 'vswayssamurai', 'slot', 'PlayFiver/Pragmatic/vswayssamurai.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswayssamurai'),
(271, 2, 'Pixie Wings', 'vs50pixie', 'slot', 'PlayFiver/Pragmatic/vs50pixie.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs50pixie'),
(272, 2, 'Floating Dragon', 'vs10floatdrg', 'slot', 'PlayFiver/Pragmatic/vs10floatdrg.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10floatdrg'),
(273, 2, 'Sweet Bonanza', 'vs20fruitsw', 'slot', 'PlayFiver/Pragmatic/vs20fruitsw.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:05:12', 'vs20fruitsw'),
(274, 2, 'Great Rhino Deluxe', 'vs20rhinoluxe', 'slot', 'PlayFiver/Pragmatic/vs20rhinoluxe.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20rhinoluxe'),
(275, 2, 'Madame Destiny Megaways', 'vswaysmadame', 'slot', 'PlayFiver/Pragmatic/vswaysmadame.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysmadame'),
(276, 2, 'Temujin Treasures', 'vs1024temuj', 'slot', 'PlayFiver/Pragmatic/vs1024temuj.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs1024temuj'),
(277, 2, 'Pirate Gold Deluxe', 'vs40pirgold', 'slot', 'PlayFiver/Pragmatic/vs40pirgold.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs40pirgold'),
(278, 2, 'Money Mouse', 'vs25mmouse', 'slot', 'PlayFiver/Pragmatic/vs25mmouse.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25mmouse'),
(279, 2, 'Three Star Fortune', 'vs10threestar', 'slot', 'PlayFiver/Pragmatic/vs10threestar.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10threestar'),
(280, 2, 'Lucky Dragon Ball', 'vs1ball', 'slot', 'PlayFiver/Pragmatic/vs1ball.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs1ball'),
(281, 2, '5 Lions', 'vs243lionsgold', 'slot', 'PlayFiver/Pragmatic/vs243lionsgold.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs243lionsgold'),
(282, 2, 'Ancient Egypt Classic', 'vs10egyptcls', 'slot', 'PlayFiver/Pragmatic/vs10egyptcls.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10egyptcls'),
(283, 2, 'Da Vinci Treasure', 'vs25davinci', 'slot', 'PlayFiver/Pragmatic/vs25davinci.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25davinci'),
(284, 2, 'Aztec Treasure', 'vs7776secrets', 'slot', 'PlayFiver/Pragmatic/vs7776secrets.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs7776secrets'),
(285, 2, 'Wolf Gold', 'vs25wolfgold', 'slot', 'PlayFiver/Pragmatic/vs25wolfgold.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25wolfgold'),
(286, 2, 'Safari King', 'vs50safariking', 'slot', 'PlayFiver/Pragmatic/vs50safariking.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs50safariking'),
(287, 2, 'Peking Luck', 'vs25peking', 'slot', 'PlayFiver/Pragmatic/vs25peking.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25peking'),
(288, 2, 'Asgard', 'vs25asgard', 'slot', 'PlayFiver/Pragmatic/vs25asgard.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25asgard'),
(289, 2, 'Vegas Nights', 'vs25vegas', 'slot', 'PlayFiver/Pragmatic/vs25vegas.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25vegas'),
(290, 2, 'John Hunter and the Tomb of the Scarab Queen', 'vs25scarabqueen', 'slot', 'PlayFiver/Pragmatic/vs25scarabqueen.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:06:01', 'vs25scarabqueen'),
(291, 2, 'Starlight Princess', 'vs20starlight', 'slot', 'PlayFiver/Pragmatic/vs20starlight.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20starlight'),
(292, 2, 'John Hunter and the Book of Tut', 'vs10bookoftut', 'slot', 'PlayFiver/Pragmatic/vs10bookoftut.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10bookoftut'),
(293, 2, 'Piggy Bank Bills', 'vs9piggybank', 'slot', 'PlayFiver/Pragmatic/vs9piggybank.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs9piggybank'),
(294, 2, 'Dragon Kingdom Mystery', 'vs5drmystery', 'slot', 'PlayFiver/Pragmatic/vs5drmystery.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs5drmystery'),
(295, 2, 'Eight Dragons', 'vs20eightdragons', 'slot', 'PlayFiver/Pragmatic/vs20eightdragons.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20eightdragons'),
(296, 2, '5 Lions Dance', 'vs1024lionsd', 'slot', 'PlayFiver/Pragmatic/vs1024lionsd.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs1024lionsd'),
(297, 2, 'Heart of Rio', 'vs25rio', 'slot', 'PlayFiver/Pragmatic/vs25rio.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25rio'),
(298, 2, 'Rise of Giza PowerNudge', 'vs10nudgeit', 'slot', 'PlayFiver/Pragmatic/vs10nudgeit.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10nudgeit'),
(299, 2, 'Christmas Big Bass Bonanza', 'vs10bxmasbnza', 'slot', 'PlayFiver/Pragmatic/vs10bxmasbnza.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10bxmasbnza'),
(300, 2, 'Santa s Wonderland', 'vs20santawonder', 'slot', 'PlayFiver/Pragmatic/vs20santawonder.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20santawonder'),
(301, 2, 'Bubble Pop', 'vs10bblpop', 'slot', 'PlayFiver/Pragmatic/vs10bblpop.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10bblpop'),
(302, 2, 'Bounty Gold', 'vs25btygold', 'slot', 'PlayFiver/Pragmatic/vs25btygold.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25btygold'),
(303, 2, 'Hockey Attack(tm)', 'vs88hockattack', 'slot', 'PlayFiver/Pragmatic/vs88hockattack.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs88hockattack'),
(304, 2, 'Big Bass Bonanza Megaways(tm)', 'vswaysbbb', 'slot', 'PlayFiver/Pragmatic/vswaysbbb.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysbbb'),
(305, 2, 'Book of the Fallen', 'vs10bookfallen', 'slot', 'PlayFiver/Pragmatic/vs10bookfallen.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10bookfallen'),
(306, 2, 'Big Juan', 'vs40bigjuan', 'slot', 'PlayFiver/Pragmatic/vs40bigjuan.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs40bigjuan'),
(307, 2, 'John Hunter and the Quest for Bermuda Riches', 'vs20bermuda', 'slot', 'PlayFiver/Pragmatic/vs20bermuda.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20bermuda'),
(308, 2, 'Star Pirates Code', 'vs10starpirate', 'slot', 'PlayFiver/Pragmatic/vs10starpirate.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10starpirate'),
(309, 2, 'Mystic Chief', 'vswayswest', 'slot', 'PlayFiver/Pragmatic/vswayswest.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswayswest'),
(310, 2, 'Day of Dead', 'vs20daydead', 'slot', 'PlayFiver/Pragmatic/vs20daydead.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20daydead'),
(311, 2, 'Candy Village', 'vs20candvil', 'slot', 'PlayFiver/Pragmatic/vs20candvil.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20candvil'),
(312, 2, 'Wild Wild Bananas', 'vswayswwhex', 'slot', 'PlayFiver/Pragmatic/vswayswwhex.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswayswwhex'),
(313, 2, 'Secret City Gold', 'vs25spgldways', 'slot', 'PlayFiver/Pragmatic/vs25spgldways.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25spgldways'),
(314, 2, 'Gold Oasis', 'vswaysincwnd', 'slot', 'PlayFiver/Pragmatic/vswaysincwnd.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysincwnd'),
(315, 2, 'Frozen Tropics', 'vswaysftropics', 'slot', 'PlayFiver/Pragmatic/vswaysftropics.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysftropics'),
(316, 2, 'Monster Superlanche', 'vs20superlanche', 'slot', 'PlayFiver/Pragmatic/vs20superlanche.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20superlanche'),
(317, 2, 'Fish Eye', 'vs10fisheye', 'slot', 'PlayFiver/Pragmatic/vs10fisheye.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10fisheye'),
(318, 2, 'Mochimon', 'vs20mochimon', 'slot', 'PlayFiver/Pragmatic/vs20mochimon.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20mochimon'),
(319, 2, 'Gatot Kaca s Fury', 'vs20gatotfury', 'slot', 'PlayFiver/Pragmatic/vs20gatotfury.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20gatotfury'),
(320, 2, 'Fire Archer', 'vs25archer', 'slot', 'PlayFiver/Pragmatic/vs25archer.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25archer'),
(321, 2, 'Club Tropicana', 'vs12tropicana', 'slot', 'PlayFiver/Pragmatic/vs12tropicana.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs12tropicana'),
(322, 2, 'Peak Power', 'vs10powerlines', 'slot', 'PlayFiver/Pragmatic/vs10powerlines.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10powerlines'),
(323, 2, 'Mystery of the Orient', 'vswaysmorient', 'slot', 'PlayFiver/Pragmatic/vswaysmorient.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysmorient'),
(324, 2, 'Rabbit Garden', 'vs20goldclust', 'slot', 'PlayFiver/Pragmatic/vs20goldclust.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20goldclust'),
(325, 2, 'The Knight King', 'vs20sknights', 'slot', 'PlayFiver/Pragmatic/vs20sknights.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20sknights'),
(326, 2, 'Fruits of the Amazon', 'vs20framazon', 'slot', 'PlayFiver/Pragmatic/vs20framazon.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20framazon'),
(327, 2, 'The Red Queen', 'vswaysredqueen', 'slot', 'PlayFiver/Pragmatic/vswaysredqueen.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysredqueen'),
(328, 2, 'Moonshot', 'vs1024moonsh', 'slot', 'PlayFiver/Pragmatic/vs1024moonsh.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs1024moonsh'),
(329, 2, 'Big Bass - Hold e Spinner', 'vs10bbhas', 'slot', 'PlayFiver/Pragmatic/vs10bbhas.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10bbhas'),
(330, 2, 'African Elephant', 'vs20hotzone', 'slot', 'PlayFiver/Pragmatic/vs20hotzone.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20hotzone'),
(331, 2, '3 Dancing Monkeys', 'vswaysmonkey', 'slot', 'PlayFiver/Pragmatic/vswaysmonkey.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysmonkey'),
(332, 2, 'Wild Celebrity Bus Megaways', 'vswaysrsm', 'slot', 'PlayFiver/Pragmatic/vswaysrsm.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysrsm'),
(333, 2, 'Gods of Giza', 'vs10gizagods', 'slot', 'PlayFiver/Pragmatic/vs10gizagods.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10gizagods'),
(334, 2, 'Cowboy Coins', 'vswaysultrcoin', 'slot', 'PlayFiver/Pragmatic/vswaysultrcoin.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysultrcoin'),
(335, 2, 'Kingdom of the Dead', 'vs10kingofdth', 'slot', 'PlayFiver/Pragmatic/vs10kingofdth.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10kingofdth'),
(336, 2, 'Jasmine Dreams', 'vs20mvwild', 'slot', 'PlayFiver/Pragmatic/vs20mvwild.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20mvwild'),
(337, 2, 'Holiday Ride', 'vs25holiday', 'slot', 'PlayFiver/Pragmatic/vs25holiday.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25holiday'),
(338, 2, 'Wild Bison Charge', 'vs20stickywild', 'slot', 'PlayFiver/Pragmatic/vs20stickywild.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20stickywild'),
(339, 2, 'Excalibur Unleashed', 'vs20excalibur', 'slot', 'PlayFiver/Pragmatic/vs20excalibur.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20excalibur'),
(340, 2, 'Knight Hot Spotz', 'vs25spotz', 'slot', 'PlayFiver/Pragmatic/vs25spotz.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25spotz'),
(341, 2, 'Sticky Bees', 'vs20clustwild', 'slot', 'PlayFiver/Pragmatic/vs20clustwild.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20clustwild'),
(342, 2, 'Floating Dragon - Dragon Boat Festival', 'vs10fdrasbf', 'slot', 'PlayFiver/Pragmatic/vs10fdrasbf.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10fdrasbf'),
(343, 2, 'Robber Strike', 'vs4096robber', 'slot', 'PlayFiver/Pragmatic/vs4096robber.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs4096robber'),
(344, 2, 'Lamp Of Infinity', 'vs20lampinf', 'slot', 'PlayFiver/Pragmatic/vs20lampinf.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20lampinf'),
(345, 2, 'Frogs e Bugs', 'vswaysfrbugs', 'slot', 'PlayFiver/Pragmatic/vswaysfrbugs.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysfrbugs'),
(346, 2, 'Pirates Pub', 'vs9outlaw', 'slot', 'PlayFiver/Pragmatic/vs9outlaw.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs9outlaw'),
(347, 2, 'Jewel Rush', 'vs20jewelparty', 'slot', 'PlayFiver/Pragmatic/vs20jewelparty.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20jewelparty'),
(348, 2, 'Fat Panda', 'vs20beefed', 'slot', 'PlayFiver/Pragmatic/vs20beefed.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20beefed'),
(349, 2, 'Heist for the Golden Nuggets', 'vs20hstgldngt', 'slot', 'PlayFiver/Pragmatic/vs20hstgldngt.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20hstgldngt'),
(350, 2, 'Joker Race', 'vs25jokrace', 'slot', 'PlayFiver/Pragmatic/vs25jokrace.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25jokrace'),
(351, 2, 'Hellvis Wild', 'vs243nudge4gold', 'slot', 'PlayFiver/Pragmatic/vs243nudge4gold.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs243nudge4gold'),
(352, 2, 'Sky Bounty', 'vs50jucier', 'slot', 'PlayFiver/Pragmatic/vs50jucier.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs50jucier'),
(353, 2, 'Cash Box', 'vs20cashmachine', 'slot', 'PlayFiver/Pragmatic/vs20cashmachine.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20cashmachine'),
(354, 2, 'Spellbinding Mystery', 'vs20splmystery', 'slot', 'PlayFiver/Pragmatic/vs20splmystery.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20splmystery'),
(355, 2, 'The Dog House Multihold', 'vs20doghousemh', 'slot', 'PlayFiver/Pragmatic/vs20doghousemh.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20doghousemh'),
(356, 2, '3 Buzzing Wilds', 'vs20wildparty', 'slot', 'PlayFiver/Pragmatic/vs20wildparty.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20wildparty'),
(357, 2, 'Lobster Bob s Crazy Crab Shack', 'vs20lobcrab', 'slot', 'PlayFiver/Pragmatic/vs20lobcrab.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20lobcrab'),
(358, 2, 'Supermania', 'vs20supermania', 'slot', 'PlayFiver/Pragmatic/vs20supermania.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20supermania'),
(359, 2, 'Mustang Trail', 'vs10trail', 'slot', 'PlayFiver/Pragmatic/vs10trail.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10trail'),
(360, 2, 'Pub Kings', 'vs20lvlup', 'slot', 'PlayFiver/Pragmatic/vs20lvlup.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20lvlup'),
(361, 2, 'Saiyan Mania', 'vs20saiman', 'slot', 'PlayFiver/Pragmatic/vs20saiman.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20saiman'),
(362, 2, 'Cyclops Smash', 'vs20earthquake', 'slot', 'PlayFiver/Pragmatic/vs20earthquake.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20earthquake'),
(363, 2, 'Big Bass Hold e Spinner Megaways', 'vswaysbbhas', 'slot', 'PlayFiver/Pragmatic/vswaysbbhas.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysbbhas'),
(364, 2, 'Forge of Olympus', 'vs20forge', 'slot', 'PlayFiver/Pragmatic/vs20forge.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20forge'),
(365, 2, 'Wisdom of Athena', 'vs20procount', 'slot', 'PlayFiver/Pragmatic/vs20procount.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20procount'),
(366, 2, 'Mahjong Wins', 'vs1024mahjwins', 'slot', 'PlayFiver/Pragmatic/vs1024mahjwins.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs1024mahjwins'),
(367, 2, 'Cash Chips', 'vs20maskgame', 'slot', 'PlayFiver/Pragmatic/vs20maskgame.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20maskgame'),
(368, 2, 'Tundra s Fortune', 'vswaysraghex', 'slot', 'PlayFiver/Pragmatic/vswaysraghex.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysraghex'),
(369, 2, 'Big Bass Halloween', 'vs10bhallbnza', 'slot', 'PlayFiver/Pragmatic/vs10bhallbnza.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10bhallbnza'),
(370, 2, 'Rainbow Reels', 'vs40rainbowr', 'slot', 'PlayFiver/Pragmatic/vs40rainbowr.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs40rainbowr'),
(371, 2, 'Gravity Bonanza', 'vs20gravity', 'slot', 'PlayFiver/Pragmatic/vs20gravity.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20gravity'),
(372, 2, 'Infective Wild', 'vs40infwild', 'slot', 'PlayFiver/Pragmatic/vs40infwild.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs40infwild'),
(373, 2, 'Sword of Ares', 'vs20swordofares', 'slot', 'PlayFiver/Pragmatic/vs20swordofares.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20swordofares'),
(374, 2, 'Spin e Score Megaways', 'vswaysfrywld', 'slot', 'PlayFiver/Pragmatic/vswaysfrywld.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysfrywld'),
(375, 2, 'Sweet PowerNudge(tm)', 'vswaysconcoll', 'slot', 'PlayFiver/Pragmatic/vswaysconcoll.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysconcoll'),
(376, 2, 'Gems of Serengeti(tm)', 'vs20lcount', 'slot', 'PlayFiver/Pragmatic/vs20lcount.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20lcount'),
(377, 2, 'Shield of Sparta', 'vs20sparta', 'slot', 'PlayFiver/Pragmatic/vs20sparta.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20sparta'),
(378, 2, 'Big Bass Bonanza Keeping it Reel', 'vs10bbkir', 'slot', 'PlayFiver/Pragmatic/vs10bbkir.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10bbkir'),
(379, 2, 'Pizza Pizza Pizza', 'vswayspizza', 'slot', 'PlayFiver/Pragmatic/vswayspizza.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswayspizza'),
(380, 2, 'Hot Pepper(tm)', 'vs20dugems', 'slot', 'PlayFiver/Pragmatic/vs20dugems.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20dugems'),
(381, 2, 'Sweet PowerNudge', 'vs20clspwrndg', 'slot', 'PlayFiver/Pragmatic/vs20clspwrndg.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20clspwrndg'),
(382, 2, 'Fury of Odin Megaways(tm)', 'vswaysfuryodin', 'slot', 'PlayFiver/Pragmatic/vswaysfuryodin.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysfuryodin'),
(383, 2, 'Viking Forge', 'vs20sugarcoins', 'slot', 'PlayFiver/Pragmatic/vs20sugarcoins.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20sugarcoins'),
(384, 2, 'Grace of Ebisu', 'vs20olympgrace', 'slot', 'PlayFiver/Pragmatic/vs20olympgrace.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20olympgrace'),
(385, 2, 'Starlight Princess 1000', 'vs20starlightx', 'slot', 'PlayFiver/Pragmatic/vs20starlightx.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20starlightx'),
(386, 2, 'The Money Men Megaways', 'vswaysmoneyman', 'slot', 'PlayFiver/Pragmatic/vswaysmoneyman.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysmoneyman'),
(387, 2, 'Demon Pots', 'vs40demonpots', 'slot', 'PlayFiver/Pragmatic/vs40demonpots.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs40demonpots'),
(388, 2, 'John Hunter and the Book of Tut Megaways', 'vswaystut', 'slot', 'PlayFiver/Pragmatic/vswaystut.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaystut'),
(389, 2, '8 Golden Dragon Challenge', 'vs10gdchalleng', 'slot', 'PlayFiver/Pragmatic/vs10gdchalleng.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10gdchalleng'),
(390, 2, 'Diamond Cascade', 'vs50dmdcascade', 'slot', 'PlayFiver/Pragmatic/vs50dmdcascade.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs50dmdcascade'),
(391, 2, 'Piggy Bankers', 'vs20piggybank', 'slot', 'PlayFiver/Pragmatic/vs20piggybank.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20piggybank'),
(392, 2, 'Sweet Bonanza Dice', 'vs20bnnzdice', 'slot', 'PlayFiver/Pragmatic/vs20bnnzdice.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-29 00:47:19', 'vs20bnnzdice'),
(393, 2, 'Gemstone', 'vs5gemstone', 'slot', 'PlayFiver/Pragmatic/vs5gemstone.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs5gemstone'),
(394, 2, 'Yi Sun Shin', 'vs20yisunshin', 'slot', 'PlayFiver/Pragmatic/vs20yisunshin.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20yisunshin'),
(395, 2, 'Candy Blitz', 'vs20candyblitz', 'slot', 'PlayFiver/Pragmatic/vs20candyblitz.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20candyblitz'),
(396, 2, 'Fortunes of Aztec', 'vswaysstrlght', 'slot', 'PlayFiver/Pragmatic/vswaysstrlght.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vswaysstrlght'),
(397, 3, 'Aviator', 'aviator', 'slot', 'PlayFiver/Spribe/Aviator.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-23 10:08:32', 'aviator'),
(398, 4, 'Mines', '12591', 'slot', 'PlayFiver/Galaxsys/Mines.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:05:55', '12591'),
(399, 4, 'Atlantis', '12547', 'slot', 'PlayFiver/Galaxsys/Atlantis.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 09:55:39', '12547'),
(400, 4, 'Bingo Star', '12545', 'slot', 'PlayFiver/Galaxsys/Bingo-Star.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:52', '12545'),
(401, 4, 'Maestro', '12543', 'slot', 'PlayFiver/Galaxsys/Maestro.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:52', '12543'),
(402, 4, 'Turbo Mines', '12541', 'slot', 'PlayFiver/Galaxsys/Turbo-Mines.png', '1', 'html5', 'play_fiver', 1, 0, 1, '2024-03-28 21:55:33', '2024-07-23 09:55:09', '12541'),
(403, 4, 'Totem', '12539', 'slot', 'PlayFiver/Galaxsys/Totem.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:52', '12539'),
(404, 4, 'Magic Dice', '12538', 'slot', 'PlayFiver/Galaxsys/Magic-Dice.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:52', '12538'),
(405, 4, 'Scratch Map', '12535', 'slot', 'PlayFiver/Galaxsys/Scratch-Map.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:52', '12535'),
(406, 4, 'Coin Flip', '12534', 'slot', 'PlayFiver/Galaxsys/Coin-Flip.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:06:50', '12534'),
(407, 4, 'Roulette X', '12531', 'slot', 'PlayFiver/Galaxsys/Roulette-X.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:06:11', '12531'),
(408, 4, 'Plinkoman', '12529', 'slot', 'PlayFiver/Galaxsys/Plinkoman.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 09:56:01', '12529'),
(409, 4, 'Ninja Crash', '12527', 'slot', 'PlayFiver/Galaxsys/Ninja-Crash.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 09:54:43', '12527'),
(410, 4, 'Mr.Thimble', '12525', 'slot', 'PlayFiver/Galaxsys/Mr.Thimble.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:52', '12525'),
(411, 4, 'Jungle Wheel', '12523', 'slot', 'PlayFiver/Galaxsys/Jungle-Wheel.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:52', '12523'),
(412, 4, 'Jungle Wheel', '12522', 'slot', 'PlayFiver/Galaxsys/Jungle-Wheel.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:52', '12522'),
(413, 4, 'GoldenRA', '12521', 'slot', 'PlayFiver/Galaxsys/GoldenRA.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:52', '12521'),
(414, 4, 'F Mines', '12519', 'slot', 'PlayFiver/Galaxsys/F-Mines.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:52', '12519'),
(415, 4, 'Crasher', '12517', 'slot', 'PlayFiver/Galaxsys/Crasher.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 09:55:46', '12517'),
(416, 4, 'Cash Show', '12515', 'slot', 'PlayFiver/Galaxsys/Cash-Show.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:52', '12515'),
(417, 4, 'SicBo', '12514', 'slot', 'PlayFiver/Galaxsys/SicBo.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 09:54:47', '12514'),
(418, 4, 'Rocketon', '12513', 'slot', 'PlayFiver/Galaxsys/Rocketon.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:06:25', '12513'),
(419, 4, 'Penalty', '12512', 'slot', 'PlayFiver/Galaxsys/Penalty.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:52', '12512'),
(420, 4, 'Keno Express', '12511', 'slot', 'PlayFiver/Galaxsys/Keno-Express.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:52', '12511'),
(421, 4, 'Keno 8 (2 Minute)', '12510', 'slot', 'PlayFiver/Galaxsys/Keno-8-(2-Minute).png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:52', '12510'),
(422, 4, 'Keno 8 (1 Minute)', '12509', 'slot', 'PlayFiver/Galaxsys/Keno-8-(1-Minute).png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:52', '12509'),
(423, 4, 'Keno 10 (2 Minute)', '12508', 'slot', 'PlayFiver/Galaxsys/Keno-10-(2-Minute).png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:53', '12508'),
(424, 4, 'Keno 10 (1 Minute)', '12507', 'slot', 'PlayFiver/Galaxsys/Keno-10-(1-Minute).png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:53', '12507'),
(425, 4, 'Hilo', '12506', 'slot', 'PlayFiver/Galaxsys/Hilo.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:05:53', '12506'),
(426, 4, 'Crash', '12505', 'slot', 'PlayFiver/Galaxsys/Crash.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 09:54:55', '12505'),
(427, 4, 'BlackJack', '12504', 'slot', 'PlayFiver/Galaxsys/BlackJack.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:53', '12504'),
(428, 5, 'Power Stars', '30', 'slot', 'PlayFiver/Novomatic/Power-Stars.png', '1', 'html5', 'play_fiver', 4, 0, 0, '2024-03-28 21:55:33', '2024-07-23 08:16:41', '30'),
(429, 5, 'Queen of Hearts Deluxe', '3218', 'slot', 'PlayFiver/Novomatic/Queen-of-Hearts-Deluxe.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-24 00:49:57', '3218'),
(430, 5, 'Quest for Gold', '103', 'slot', 'PlayFiver/Novomatic/Quest-for-Gold.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:01:30', '103'),
(431, 5, 'Ramses II', '102', 'slot', 'PlayFiver/Novomatic/Ramses-II.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:22:08', '102'),
(432, 5, 'Red Lady', '374', 'slot', 'PlayFiver/Novomatic/Red-Lady.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:53', '374'),
(433, 5, 'Reel King', '114', 'slot', 'PlayFiver/Novomatic/Reel-King.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:01:32', '114'),
(434, 5, 'Rex', '107', 'slot', 'PlayFiver/Novomatic/Rex.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:53', '107'),
(435, 5, 'River Queen', '4571', 'slot', 'PlayFiver/Novomatic/River-Queen.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:01:26', '4571'),
(436, 5, 'Roaring Forties', '3210', 'slot', 'PlayFiver/Novomatic/Roaring-Forties.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:42:04', '3210'),
(437, 5, 'Roaring Wilds', '3211', 'slot', 'PlayFiver/Novomatic/Roaring-Wilds.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:53', '3211'),
(438, 5, 'Royal Dynasty', '6657', 'slot', 'PlayFiver/Novomatic/Royal-Dynasty.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:53', '6657'),
(439, 5, 'Royal Treasure', '475', 'slot', 'PlayFiver/Novomatic/Royal-Treasure.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-09 05:11:20', '475'),
(440, 5, 'Secret Elixir', '95', 'slot', 'PlayFiver/Novomatic/Secret-Elixir.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:53', '95'),
(441, 5, 'Secret Treasure', '6878', 'slot', 'PlayFiver/Novomatic/Secret-Treasure.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:53', '6878'),
(442, 5, 'Sizzling 6', '3149', 'slot', 'PlayFiver/Novomatic/Sizzling-6.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:01:12', '3149'),
(443, 5, 'Supra Hot', '3158', 'slot', 'PlayFiver/Novomatic/Supra-Hot.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:01:14', '3158'),
(444, 5, 'The Money Game', '547', 'slot', 'PlayFiver/Novomatic/The-Money-Game.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 23:57:20', '547'),
(445, 5, 'Totally Wild', '6872', 'slot', 'PlayFiver/Novomatic/Totally-Wild.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:01:22', '6872'),
(446, 5, 'Ultra Hot Deluxe', '6990', 'slot', 'PlayFiver/Novomatic/Ultra-Hot-Deluxe.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:01:19', '6990'),
(447, 5, 'Unicorn Magic', '549', 'slot', 'PlayFiver/Novomatic/Unicorn-Magic.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:53', '549'),
(448, 5, 'Wild Country', '4628', 'slot', 'PlayFiver/Novomatic/Wild-Country.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-24 00:46:50', '4628'),
(449, 5, 'Xtra Hot', '90', 'slot', 'PlayFiver/Novomatic/Xtra-Hot.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:53', '90'),
(450, 6, 'Silver Fang', '3204', 'slot', 'PlayFiver/Microgaming/Silver-Fang.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:14:42', '3204'),
(451, 6, 'Thunder Struck', '3203', 'slot', 'PlayFiver/Microgaming/Thunder-Struck.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:53', '3203'),
(452, 6, 'Immortal Romance', '3202', 'slot', 'PlayFiver/Microgaming/Immortal-Romance.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 09:58:49', '3202'),
(453, 6, 'Game Of Thrones', '3201', 'slot', 'PlayFiver/Microgaming/Game-Of-Thrones.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 09:59:04', '3201'),
(454, 6, 'Burning Desire', '4210', 'slot', 'PlayFiver/Microgaming/Burning-Desire.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:17:11', '4210'),
(455, 6, 'Alaskan Fishing', '4209', 'slot', 'PlayFiver/Microgaming/Alaskan-Fishing.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 09:59:33', '4209'),
(456, 6, 'Agent Jane Blonde', '4208', 'slot', 'PlayFiver/Microgaming/Agent-Jane-Blonde.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:53', '4208'),
(457, 6, 'Tomb Raider', '4191', 'slot', 'PlayFiver/Microgaming/Tomb-Raider.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:14:44', '4191'),
(458, 6, 'Deck the Halls', '4190', 'slot', 'PlayFiver/Microgaming/Deck-the-Halls.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:53', '4190'),
(459, 6, 'Six Acrobats', '4240', 'slot', 'PlayFiver/Microgaming/Six-Acrobats.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:53', '4240'),
(460, 6, 'Beautiful Bones', '4239', 'slot', 'PlayFiver/Microgaming/Beautiful-Bones.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:17:15', '4239'),
(461, 6, 'Monster Wheels', '4218', 'slot', 'PlayFiver/Microgaming/Monster-Wheels.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-24 02:40:13', '4218'),
(462, 6, 'Mermaids Millions', '4260', 'slot', 'PlayFiver/Microgaming/Mermaids-Millions.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:14:42', '4260'),
(463, 6, 'King Tusk', '4264', 'slot', 'PlayFiver/Microgaming/King-Tusk.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:53', '4264'),
(464, 6, 'Secret Romance', '4263', 'slot', 'PlayFiver/Microgaming/Secret-Romance.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 09:59:28', '4263'),
(465, 6, 'High Lander', '4275', 'slot', 'PlayFiver/Microgaming/High-Lander.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:53', '4275'),
(466, 6, 'Cool Wolf', '4273', 'slot', 'PlayFiver/Microgaming/Cool-Wolf.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:17:02', '4273'),
(467, 6, 'Break Away', '6712', 'slot', 'PlayFiver/Microgaming/Break-Away.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 09:59:17', '6712'),
(468, 6, 'Ancient Fortunes Zeus', '6905', 'slot', 'PlayFiver/Microgaming/Ancient-Fortunes-Zeus.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:16:59', '6905'),
(469, 6, 'Tarzan Jewels of Opar', '6904', 'slot', 'PlayFiver/Microgaming/Tarzan-Jewels-of-Opar.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:53', '6904'),
(470, 6, 'Emperor of the Sea', '6903', 'slot', 'PlayFiver/Microgaming/Emperor-of-the-Sea.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:53', '6903'),
(471, 6, 'Age Of Conquest', '6937', 'slot', 'PlayFiver/Microgaming/Age-Of-Conquest.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:53', '6937'),
(472, 6, 'Avalon', '7000', 'slot', 'PlayFiver/Microgaming/Avalon.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 09:58:59', '7000'),
(473, 6, 'Titans of the Sun Theia', '6999', 'slot', 'PlayFiver/Microgaming/Titans-of-the-Sun-Theia.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:53', '6999'),
(474, 6, '9 Masks of Fire', '7049', 'slot', 'PlayFiver/Microgaming/9-Masks-of-Fire.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 09:59:25', '7049'),
(475, 6, '9 Pots of Gold', '7057', 'slot', 'PlayFiver/Microgaming/9-Pots-of-Gold.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:53', '7057'),
(476, 6, 'Assassin Moon', '7708', 'slot', 'PlayFiver/Microgaming/Assassin-Moon.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-06 21:07:53', '7708'),
(477, 7, 'Hot Hot Fruit', '6789', 'slot', 'PlayFiver/Habanero/Hot-Hot-Fruit.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 09:57:51', '6789'),
(478, 7, 'Nuwa', '6811', 'slot', 'PlayFiver/Habanero/Nuwa.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-05-07 00:08:36', '6811'),
(479, 7, 'Hot Hot Halloween', '6893', 'slot', 'PlayFiver/Habanero/Hot-Hot-Halloween.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:08:42', '6893'),
(480, 7, 'Happy Ape', '6933', 'slot', 'PlayFiver/Habanero/Happy-Ape.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:08:42', '6933'),
(481, 7, 'Panda Panda', '6932', 'slot', 'PlayFiver/Habanero/Panda-Panda.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:08:51', '6932'),
(482, 7, 'Lucky Fortune Cat', '6931', 'slot', 'PlayFiver/Habanero/Lucky-Fortune-Cat.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:08:50', '6931'),
(483, 7, 'Return to the Future', 'SGReturnToTheFeature', 'slot', 'PlayFiver/Habanero/SGReturnToTheFeature.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGReturnToTheFeature'),
(484, 7, 'Tevena de los Muirtos Ultra', 'SGTabernaDeLosMuertosUltra', 'slot', 'PlayFiver/Habanero/SGTabernaDeLosMuertosUltra.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 19:08:20', 'SGTabernaDeLosMuertosUltra'),
(485, 7, 'Totem towers', 'SGTotemTowers', 'slot', 'PlayFiver/Habanero/SGTotemTowers.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGTotemTowers'),
(486, 7, 'Christmas Kipoot Rush', 'SGChristmasGiftRush', 'slot', 'PlayFiver/Habanero/SGChristmasGiftRush.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGChristmasGiftRush'),
(487, 7, 'Overs of Atlantis', 'SGOrbsOfAtlantis', 'slot', 'PlayFiver/Habanero/SGOrbsOfAtlantis.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGOrbsOfAtlantis'),
(488, 7, 'Before Time Runner Out', 'SGBeforeTimeRunsOut', 'slot', 'PlayFiver/Habanero/SGBeforeTimeRunsOut.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGBeforeTimeRunsOut'),
(489, 7, 'Techno tumble', 'SGTechnoTumble', 'slot', 'PlayFiver/Habanero/SGTechnoTumble.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGTechnoTumble'),
(490, 7, 'Happy ape', 'SGHappyApe', 'slot', 'PlayFiver/Habanero/SGHappyApe.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGHappyApe'),
(491, 7, 'Tevena di los Muertos', 'SGTabernaDeLosMuertos', 'slot', 'PlayFiver/Habanero/SGTabernaDeLosMuertos.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGTabernaDeLosMuertos'),
(492, 7, 'Notty Santa', 'SGNaughtySanta', 'slot', 'PlayFiver/Habanero/SGNaughtySanta.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGNaughtySanta'),
(494, 7, 'Hey sushi', 'SGHeySushi', 'slot', 'PlayFiver/Habanero/SGHeySushi.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGHeySushi'),
(495, 7, 'Knockout football rush', 'SGKnockoutFootballRush', 'slot', 'PlayFiver/Habanero/SGKnockoutFootballRush.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGKnockoutFootballRush'),
(496, 7, 'Closal Gems', 'SGColossalGems', 'slot', 'PlayFiver/Habanero/SGColossalGems.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGColossalGems'),
(497, 7, 'hot hot halloween', 'SGHotHotHalloween', 'slot', 'PlayFiver/Habanero/SGHotHotHalloween.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGHotHotHalloween'),
(498, 7, 'Lucky fortune cat', 'SGLuckyFortuneCat', 'slot', 'PlayFiver/Habanero/SGLuckyFortuneCat.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 19:12:21', 'SGLuckyFortuneCat'),
(499, 7, 'hot hot fruit', 'SGHotHotFruit', 'slot', 'PlayFiver/Habanero/SGHotHotFruit.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:57:05', 'SGHotHotFruit'),
(500, 7, 'Mount Majuma', 'SGMountMazuma', 'slot', 'PlayFiver/Habanero/SGMountMazuma.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGMountMazuma'),
(501, 7, 'Wild Trucks', 'SGWildTrucks', 'slot', 'PlayFiver/Habanero/SGWildTrucks.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:57:29', 'SGWildTrucks'),
(502, 7, 'Lucky Lucky', 'SGLuckyLucky', 'slot', 'PlayFiver/Habanero/SGLuckyLucky.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGLuckyLucky'),
(503, 7, 'Knockout football', 'SGKnockoutFootball', 'slot', 'PlayFiver/Habanero/SGKnockoutFootball.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGKnockoutFootball'),
(504, 7, 'Jump!', 'SGJump', 'slot', 'PlayFiver/Habanero/SGJump.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGJump'),
(505, 7, 'Pumpkin patch', 'SGPumpkinPatch', 'slot', 'PlayFiver/Habanero/SGPumpkinPatch.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-30 23:03:54', 'SGPumpkinPatch'),
(506, 7, 'Way of Fortune', 'SGWaysOfFortune', 'slot', 'PlayFiver/Habanero/SGWaysOfFortune.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGWaysOfFortune'),
(507, 7, 'For Devine Beasts', 'SGFourDivineBeasts', 'slot', 'PlayFiver/Habanero/SGFourDivineBeasts.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGFourDivineBeasts'),
(508, 7, 'Panda panda', 'SGPandaPanda', 'slot', 'PlayFiver/Habanero/SGPandaPanda.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGPandaPanda'),
(509, 7, 'Ocean s Call', 'SGOceansCall', 'slot', 'PlayFiver/Habanero/SGOceansCall.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGOceansCall'),
(510, 7, 'Scruffy Skellywex', 'SGScruffyScallywags', 'slot', 'PlayFiver/Habanero/SGScruffyScallywags.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGScruffyScallywags'),
(511, 7, 'Nuwa', 'SGNuwa', 'slot', 'PlayFiver/Habanero/SGNuwa.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:57:22', 'SGNuwa'),
(512, 7, 'Koi gate', 'SGTheKoiGate', 'slot', 'PlayFiver/Habanero/SGTheKoiGate.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:56:47', 'SGTheKoiGate'),
(513, 7, 'Pacaishen', 'SGFaCaiShen', 'slot', 'PlayFiver/Habanero/SGFaCaiShen.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGFaCaiShen'),
(514, 7, '12 zodiacs', 'SG12Zodiacs', 'slot', 'PlayFiver/Habanero/SG12Zodiacs.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SG12Zodiacs'),
(515, 7, 'Fire rooster', 'SGFireRooster', 'slot', 'PlayFiver/Habanero/SGFireRooster.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:58:03', 'SGFireRooster'),
(516, 7, 'Phoenix', 'SGFenghuang', 'slot', 'PlayFiver/Habanero/SGFenghuang.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGFenghuang'),
(517, 7, 'Bird of Thunder', 'SGBirdOfThunder', 'slot', 'PlayFiver/Habanero/SGBirdOfThunder.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGBirdOfThunder'),
(518, 7, 'The Dead Escape', 'SGTheDeadEscape', 'slot', 'PlayFiver/Habanero/SGTheDeadEscape.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGTheDeadEscape'),
(519, 7, 'Bombs Away', 'SGBombsAway', 'slot', 'PlayFiver/Habanero/SGBombsAway.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGBombsAway'),
(520, 7, 'Gold rush', 'SGGoldRush', 'slot', 'PlayFiver/Habanero/SGGoldRush.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGGoldRush'),
(521, 7, 'Ruffled up', 'SGRuffledUp', 'slot', 'PlayFiver/Habanero/SGRuffledUp.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGRuffledUp'),
(522, 7, 'Roman empire', 'SGRomanEmpire', 'slot', 'PlayFiver/Habanero/SGRomanEmpire.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGRomanEmpire'),
(523, 7, 'Coyote crash', 'SGCoyoteCrash', 'slot', 'PlayFiver/Habanero/SGCoyoteCrash.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGCoyoteCrash'),
(524, 7, 'Wickt Location', 'SGWickedWitch', 'slot', 'PlayFiver/Habanero/SGWickedWitch.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGWickedWitch'),
(525, 7, 'Dragon s Throne', 'SGDragonsThrone', 'slot', 'PlayFiver/Habanero/SGDragonsThrone.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGDragonsThrone'),
(526, 7, 'Buggy bonus', 'SGBuggyBonus', 'slot', 'PlayFiver/Habanero/SGBuggyBonus.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGBuggyBonus'),
(527, 7, 'Glam rock', 'SGGlamRock', 'slot', 'PlayFiver/Habanero/SGGlamRock.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGGlamRock'),
(528, 7, 'Super twister', 'SGSuperTwister', 'slot', 'PlayFiver/Habanero/SGSuperTwister.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGSuperTwister'),
(529, 7, 'Treasure Tomb', 'SGTreasureTomb', 'slot', 'PlayFiver/Habanero/SGTreasureTomb.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGTreasureTomb'),
(530, 7, 'Jugglenut', 'SGJugglenaut', 'slot', 'PlayFiver/Habanero/SGJugglenaut.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGJugglenaut'),
(531, 7, 'Glactic Cash', 'SGGalacticCash', 'slot', 'PlayFiver/Habanero/SGGalacticCash.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGGalacticCash'),
(532, 7, 'Zeus 2', 'SGZeus2', 'slot', 'PlayFiver/Habanero/SGZeus2.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGZeus2'),
(533, 7, 'Dragon castle', 'SGTheDragonCastle', 'slot', 'PlayFiver/Habanero/SGTheDragonCastle.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGTheDragonCastle'),
(534, 7, 'King Teeth Tomb', 'SGKingTutsTomb', 'slot', 'PlayFiver/Habanero/SGKingTutsTomb.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGKingTutsTomb'),
(535, 7, 'Carnival cash', 'SGCarnivalCash', 'slot', 'PlayFiver/Habanero/SGCarnivalCash.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGCarnivalCash');
INSERT INTO `games` (`id`, `provider_id`, `game_name`, `game_id`, `game_type`, `cover`, `status`, `technology`, `distribution`, `views`, `is_featured`, `show_home`, `created_at`, `updated_at`, `game_code`) VALUES
(536, 7, 'Treasure diver', 'SGTreasureDiver', 'slot', 'PlayFiver/Habanero/SGTreasureDiver.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGTreasureDiver'),
(537, 7, 'Little Green Money', 'SGLittleGreenMoney', 'slot', 'PlayFiver/Habanero/SGLittleGreenMoney.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGLittleGreenMoney'),
(538, 7, 'Monster Mash Cash', 'SGMonsterMashCash', 'slot', 'PlayFiver/Habanero/SGMonsterMashCash.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGMonsterMashCash'),
(539, 7, 'Xiaolin Fortune 100', 'SGShaolinFortunes100', 'slot', 'PlayFiver/Habanero/SGShaolinFortunes100.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGShaolinFortunes100'),
(540, 7, 'Xiaolin Fortune', 'SGShaolinFortunes243', 'slot', 'PlayFiver/Habanero/SGShaolinFortunes243.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGShaolinFortunes243'),
(541, 7, 'Weird Science', 'SGWeirdScience', 'slot', 'PlayFiver/Habanero/SGWeirdScience.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGWeirdScience'),
(542, 7, 'Blackbeards Bounty', 'SGBlackbeardsBounty', 'slot', 'PlayFiver/Habanero/SGBlackbeardsBounty.png', '1', 'html5', 'play_fiver', 1, 0, 0, '2024-05-27 11:25:59', '2024-07-24 09:04:39', 'SGBlackbeardsBounty'),
(543, 7, 'Dr. Feelgood', 'SGDrFeelgood', 'slot', 'PlayFiver/Habanero/SGDrFeelgood.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGDrFeelgood'),
(544, 7, 'Vikings plunder', 'SGVikingsPlunder', 'slot', 'PlayFiver/Habanero/SGVikingsPlunder.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGVikingsPlunder'),
(545, 7, 'Double O Dollars', 'SGDoubleODollars', 'slot', 'PlayFiver/Habanero/SGDoubleODollars.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGDoubleODollars'),
(546, 7, 'Space fortune', 'SGSpaceFortune', 'slot', 'PlayFiver/Habanero/SGSpaceFortune.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGSpaceFortune'),
(547, 7, 'Pamper me', 'SGPamperMe', 'slot', 'PlayFiver/Habanero/SGPamperMe.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGPamperMe'),
(548, 7, 'Zeus', 'SGZeus', 'slot', 'PlayFiver/Habanero/SGZeus.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 19:08:29', 'SGZeus'),
(549, 7, 'Egyptian Dreams', 'SGEgyptianDreams', 'slot', 'PlayFiver/Habanero/SGEgyptianDreams.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:56:57', 'SGEgyptianDreams'),
(550, 7, 'Barnstormer Bucks', 'SGBarnstormerBucks', 'slot', 'PlayFiver/Habanero/SGBarnstormerBucks.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGBarnstormerBucks'),
(551, 7, 'Super strike', 'SGSuperStrike', 'slot', 'PlayFiver/Habanero/SGSuperStrike.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGSuperStrike'),
(552, 7, 'Jungle rumble', 'SGJungleRumble', 'slot', 'PlayFiver/Habanero/SGJungleRumble.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGJungleRumble'),
(553, 7, 'Arctic Wonders', 'SGArcticWonders', 'slot', 'PlayFiver/Habanero/SGArcticWonders.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 19:08:29', 'SGArcticWonders'),
(554, 7, 'Tower of Pizza', 'SGTowerOfPizza', 'slot', 'PlayFiver/Habanero/SGTowerOfPizza.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGTowerOfPizza'),
(555, 7, 'Mummy money', 'SGMummyMoney', 'slot', 'PlayFiver/Habanero/SGMummyMoney.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 19:08:26', 'SGMummyMoney'),
(556, 7, 'bikini island', 'SGBikiniIsland', 'slot', 'PlayFiver/Habanero/SGBikiniIsland.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGBikiniIsland'),
(557, 7, 'Queen of Queens II', 'SGQueenOfQueens1024', 'slot', 'PlayFiver/Habanero/SGQueenOfQueens1024.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGQueenOfQueens1024'),
(558, 7, 'Dragon s Realm', 'SGDragonsRealm', 'slot', 'PlayFiver/Habanero/SGDragonsRealm.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGDragonsRealm'),
(559, 7, 'All for one', 'SGAllForOne', 'slot', 'PlayFiver/Habanero/SGAllForOne.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGAllForOne'),
(560, 7, 'Flying high', 'SGFlyingHigh', 'slot', 'PlayFiver/Habanero/SGFlyingHigh.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGFlyingHigh'),
(561, 7, 'Mr. Bling', 'SGMrBling', 'slot', 'PlayFiver/Habanero/SGMrBling.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGMrBling'),
(562, 7, 'Mystic Fortune', 'SGMysticFortune', 'slot', 'PlayFiver/Habanero/SGMysticFortune.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGMysticFortune'),
(563, 7, 'Queen of queens', 'SGQueenOfQueens243', 'slot', 'PlayFiver/Habanero/SGQueenOfQueens243.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGQueenOfQueens243'),
(564, 7, 'The Graph Escape', 'SGGrapeEscape', 'slot', 'PlayFiver/Habanero/SGGrapeEscape.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGGrapeEscape'),
(565, 7, 'Golden unicorn', 'SGGoldenUnicorn', 'slot', 'PlayFiver/Habanero/SGGoldenUnicorn.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGGoldenUnicorn'),
(566, 7, 'Frontier Fortune', 'SGFrontierFortunes', 'slot', 'PlayFiver/Habanero/SGFrontierFortunes.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGFrontierFortunes'),
(567, 7, 'Indian Cash Catcher', 'SGIndianCashCatcher', 'slot', 'PlayFiver/Habanero/SGIndianCashCatcher.png', '1', 'html5', 'play_fiver', 1, 0, 0, '2024-05-27 11:25:59', '2024-07-24 15:43:59', 'SGIndianCashCatcher'),
(568, 7, 'Skys the Limit', 'SGSkysTheLimit', 'slot', 'PlayFiver/Habanero/SGSkysTheLimit.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 19:08:22', 'SGSkysTheLimit'),
(569, 7, 'The Big Deal', 'SGTheBigDeal', 'slot', 'PlayFiver/Habanero/SGTheBigDeal.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGTheBigDeal'),
(570, 7, 'Cashosaurus', 'SGCashosaurus', 'slot', 'PlayFiver/Habanero/SGCashosaurus.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGCashosaurus'),
(571, 7, 'Disco funk', 'SGDiscoFunk', 'slot', 'PlayFiver/Habanero/SGDiscoFunk.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGDiscoFunk'),
(572, 7, 'Calaveras Explociba', 'SGCalaverasExplosivas', 'slot', 'PlayFiver/Habanero/SGCalaverasExplosivas.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGCalaverasExplosivas'),
(573, 7, 'Nine Tales', 'SGNineTails', 'slot', 'PlayFiver/Habanero/SGNineTails.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGNineTails'),
(574, 7, 'Mystic Fortune Deluxe', 'SGMysticFortuneDeluxe', 'slot', 'PlayFiver/Habanero/SGMysticFortuneDeluxe.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 19:09:41', 'SGMysticFortuneDeluxe'),
(575, 7, 'Lucky durian', 'SGLuckyDurian', 'slot', 'PlayFiver/Habanero/SGLuckyDurian.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 19:12:39', 'SGLuckyDurian'),
(576, 7, 'Disco beat', 'SGDiscoBeats', 'slot', 'PlayFiver/Habanero/SGDiscoBeats.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 19:10:42', 'SGDiscoBeats'),
(577, 7, 'Lantern lucky', 'SGLanternLuck', 'slot', 'PlayFiver/Habanero/SGLanternLuck.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGLanternLuck'),
(578, 7, 'Boom runner', 'SGBombRunner', 'slot', 'PlayFiver/Habanero/SGBombRunner.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SGBombRunner'),
(579, 8, 'Xmas Joker', '7820', 'slot', 'PlayFiver/Playngo/Xmas-Joker.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7820'),
(580, 8, 'Wild Blood', '7819', 'slot', 'PlayFiver/Playngo/Wild-Blood.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7819'),
(581, 8, 'Sticky Joker', '7818', 'slot', 'PlayFiver/Playngo/Sticky-Joker.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7818'),
(582, 8, 'Star Joker', '7817', 'slot', 'PlayFiver/Playngo/Star-Joker.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7817'),
(583, 8, 'Space Race', '7816', 'slot', 'PlayFiver/Playngo/Space-Race.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7816'),
(584, 8, 'Sizzling Spins', '7815', 'slot', 'PlayFiver/Playngo/Sizzling-Spins.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7815'),
(585, 8, 'Scroll of Dead', '7814', 'slot', 'PlayFiver/Playngo/Scroll-of-Dead.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7814'),
(586, 8, 'Saxon', '7813', 'slot', 'PlayFiver/Playngo/Saxon.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7813'),
(587, 8, 'Sails of Gold', '7812', 'slot', 'PlayFiver/Playngo/Sails-of-Gold.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7812'),
(588, 8, 'Royal Masquerade', '7811', 'slot', 'PlayFiver/Playngo/Royal-Masquerade.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7811'),
(589, 8, 'Rise of Merlin', '7810', 'slot', 'PlayFiver/Playngo/Rise-of-Merlin.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:03:26', '7810'),
(590, 8, 'Rise of Athena', '7809', 'slot', 'PlayFiver/Playngo/Rise-of-Athena.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7809'),
(591, 8, 'Xmas Joker', '7820', 'slot', 'PlayFiver/Playngo/Xmas-Joker.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7820'),
(592, 8, 'Wild Blood', '7819', 'slot', 'PlayFiver/Playngo/Wild-Blood.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7819'),
(593, 8, 'Sticky Joker', '7818', 'slot', 'PlayFiver/Playngo/Sticky-Joker.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7818'),
(594, 8, 'Star Joker', '7817', 'slot', 'PlayFiver/Playngo/Star-Joker.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7817'),
(595, 8, 'Space Race', '7816', 'slot', 'PlayFiver/Playngo/Space-Race.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7816'),
(596, 8, 'Sizzling Spins', '7815', 'slot', 'PlayFiver/Playngo/Sizzling-Spins.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:03:22', '7815'),
(597, 8, 'Scroll of Dead', '7814', 'slot', 'PlayFiver/Playngo/Scroll-of-Dead.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7814'),
(598, 8, 'Saxon', '7813', 'slot', 'PlayFiver/Playngo/Saxon.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7813'),
(599, 8, 'Sails of Gold', '7812', 'slot', 'PlayFiver/Playngo/Sails-of-Gold.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7812'),
(600, 8, 'Royal Masquerade', '7811', 'slot', 'PlayFiver/Playngo/Royal-Masquerade.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7811'),
(601, 8, 'Rise of Athena', '7809', 'slot', 'PlayFiver/Playngo/Rise-of-Athena.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7809'),
(602, 8, 'Xmas Joker', '7820', 'slot', 'PlayFiver/Playngo/Xmas-Joker.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7820'),
(603, 8, 'Wild Blood', '7819', 'slot', 'PlayFiver/Playngo/Wild-Blood.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7819'),
(604, 8, 'Sticky Joker', '7818', 'slot', 'PlayFiver/Playngo/Sticky-Joker.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7818'),
(605, 8, 'Star Joker', '7817', 'slot', 'PlayFiver/Playngo/Star-Joker.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7817'),
(606, 8, 'Space Race', '7816', 'slot', 'PlayFiver/Playngo/Space-Race.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:03:28', '7816'),
(607, 8, 'Sizzling Spins', '7815', 'slot', 'PlayFiver/Playngo/Sizzling-Spins.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7815'),
(608, 8, 'Scroll of Dead', '7814', 'slot', 'PlayFiver/Playngo/Scroll-of-Dead.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7814'),
(609, 8, 'Saxon', '7813', 'slot', 'PlayFiver/Playngo/Saxon.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7813'),
(610, 8, 'Sails of Gold', '7812', 'slot', 'PlayFiver/Playngo/Sails-of-Gold.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7812'),
(611, 8, 'Royal Masquerade', '7811', 'slot', 'PlayFiver/Playngo/Royal-Masquerade.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7811'),
(612, 8, 'Rise of Athena', '7809', 'slot', 'PlayFiver/Playngo/Rise-of-Athena.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7809'),
(613, 8, 'Riches of RA', '7808', 'slot', 'PlayFiver/Playngo/Riches-of-RA.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7808'),
(614, 8, 'Rich Wilde and the Amulet of Dead', '7807', 'slot', 'PlayFiver/Playngo/Rich-Wilde-and-the-Amulet-of-Dead.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7807'),
(615, 8, 'Prosperity Palace', '7806', 'slot', 'PlayFiver/Playngo/Prosperity-Palace.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7806'),
(616, 8, 'Prism of Gems', '7805', 'slot', 'PlayFiver/Playngo/Prism-of-Gems.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7805'),
(617, 8, 'Photo Safari', '7804', 'slot', 'PlayFiver/Playngo/Photo-Safari.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:03:14', '7804'),
(618, 8, 'Pearl Lagoon', '7803', 'slot', 'PlayFiver/Playngo/Pearl-Lagoon.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7803'),
(619, 8, 'New Year Riches', '7802', 'slot', 'PlayFiver/Playngo/New-Year-Riches.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:03:11', '7802'),
(620, 8, 'Mystery Joker', '7801', 'slot', 'PlayFiver/Playngo/Mystery-Joker.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7801'),
(621, 8, 'MultiFruit 81', '7800', 'slot', 'PlayFiver/Playngo/MultiFruit-81.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:29', '7800'),
(622, 8, 'Miner Donkey Trouble', '7799', 'slot', 'PlayFiver/Playngo/Miner-Donkey-Trouble.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7799'),
(623, 8, 'Lord Merlin and the Lady of the Lake', '7798', 'slot', 'PlayFiver/Playngo/Lord-Merlin-and-the-Lady-of-the-Lake.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7798'),
(624, 8, 'Legacy of Dead', '7797', 'slot', 'PlayFiver/Playngo/Legacy-of-Dead.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:25', '7797'),
(625, 8, 'Irish Gold', '7796', 'slot', 'PlayFiver/Playngo/Irish-Gold.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:27:50', '7796'),
(626, 8, 'House of Doom', '7795', 'slot', 'PlayFiver/Playngo/House-of-Doom.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:03:07', '7795'),
(627, 8, 'Happy Halloween', '7794', 'slot', 'PlayFiver/Playngo/Happy-Halloween.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7794'),
(628, 8, 'Golden Legend', '7793', 'slot', 'PlayFiver/Playngo/Golden-Legend.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7793'),
(629, 8, 'Gold Trophy', '7792', 'slot', 'PlayFiver/Playngo/Gold-Trophy.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:26:04', '7792'),
(630, 8, 'Ghost of Dead', '7791', 'slot', 'PlayFiver/Playngo/Ghost-of-Dead.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7791'),
(631, 8, 'Fu Er Dai', '7790', 'slot', 'PlayFiver/Playngo/Fu-Er-Dai.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7790'),
(632, 8, 'Dragonship', '7789', 'slot', 'PlayFiver/Playngo/Dragonship.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7789'),
(633, 8, 'Doom of Egypt', '7788', 'slot', 'PlayFiver/Playngo/Doom-of-Egypt.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7788'),
(634, 8, 'Disco Diamonds', '7787', 'slot', 'PlayFiver/Playngo/Disco-Diamonds.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:27:35', '7787'),
(635, 8, 'Dawn of Egypt', '7786', 'slot', 'PlayFiver/Playngo/Dawn-of-Egypt.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7786'),
(636, 8, 'Danish Flip', '7785', 'slot', 'PlayFiver/Playngo/Danish-Flip.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7785'),
(637, 8, 'Crystal Sun', '7784', 'slot', 'PlayFiver/Playngo/Crystal-Sun.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:39', '7784'),
(638, 8, 'CopsnRobbers', '7783', 'slot', 'PlayFiver/Playngo/CopsnRobbers.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7783'),
(639, 8, 'Coils of Cash', '7782', 'slot', 'PlayFiver/Playngo/Coils-of-Cash.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7782'),
(640, 8, 'Charlie Chance', '7781', 'slot', 'PlayFiver/Playngo/Charlie-Chance.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:03:18', '7781'),
(641, 8, 'Cat Wilde and the Doom of Dead', '7780', 'slot', 'PlayFiver/Playngo/Cat-Wilde-and-the-Doom-of-Dead.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7780'),
(642, 8, 'Book of Dead', '7779', 'slot', 'PlayFiver/Playngo/Book-of-Dead.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:24:19', '7779'),
(643, 8, 'Blinged', '7778', 'slot', 'PlayFiver/Playngo/Blinged.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7778'),
(644, 8, 'Aztec Idols', '7777', 'slot', 'PlayFiver/Playngo/Aztec-Idols.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7777'),
(645, 8, '5xMagic', '7776', 'slot', 'PlayFiver/Playngo/5xMagic.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '7776'),
(646, 8, '3 Clown Monty', '7775', 'slot', 'PlayFiver/Playngo/3-Clown-Monty.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:24:16', '7775'),
(647, 8, 'Blazin Bullfrog', '8107', 'slot', 'PlayFiver/Playngo/Blazin-Bullfrog.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '8107'),
(648, 8, 'Big win 777', '8106', 'slot', 'PlayFiver/Playngo/Big-win-777.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '8106'),
(649, 8, 'Leprechauns Vault', '8127', 'slot', 'PlayFiver/Playngo/Leprechauns-Vault.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:27:41', '8127'),
(650, 8, 'Athena Ascending', '8142', 'slot', 'PlayFiver/Playngo/Athena-Ascending.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:23:22', '8142'),
(651, 9, 'Twin Spin', '72', 'slot', 'PlayFiver/NetEnt/Twin-Spin.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-23 10:08:59', '72'),
(652, 9, 'Twin Spin Deluxe', '7194', 'slot', 'PlayFiver/NetEnt/Twin-Spin-Deluxe.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7194'),
(653, 9, 'Twin Spin MegaWays', '7109', 'slot', 'PlayFiver/NetEnt/Twin-Spin-MegaWays.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:00:15', '7109'),
(654, 9, 'Vegas Night Life', '7108', 'slot', 'PlayFiver/NetEnt/Vegas-Night-Life.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:18:39', '7108'),
(656, 9, 'Vikings', '7160', 'slot', 'PlayFiver/NetEnt/Vikings.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7160'),
(657, 9, 'Wild Bazaar', '7165', 'slot', 'PlayFiver/NetEnt/Wild-Bazaar.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:00:49', '7165'),
(658, 9, 'Wilderland', '7107', 'slot', 'PlayFiver/NetEnt/Wilderland.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7107'),
(659, 9, 'Wild Turkey', '7154', 'slot', 'PlayFiver/NetEnt/Wild-Turkey.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7154'),
(661, 9, 'Wild Worlds', '7150', 'slot', 'PlayFiver/NetEnt/Wild-Worlds.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7150'),
(662, 9, 'Wings of Riches', '7123', 'slot', 'PlayFiver/NetEnt/Wings-of-Riches.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7123'),
(663, 9, 'Wonderland Protector', '7102', 'slot', 'PlayFiver/NetEnt/Wonderland-Protector.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7102'),
(664, 9, 'King of Slots', '441', 'slot', 'PlayFiver/NetEnt/King-of-Slots.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:09:01', '441'),
(665, 9, 'Lost Relics', '7178', 'slot', 'PlayFiver/NetEnt/Lost-Relics.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:00:58', '7178'),
(666, 9, 'Lucky Angler', '7188', 'slot', 'PlayFiver/NetEnt/Lucky-Angler.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7188'),
(667, 9, 'Magic Portals', '533', 'slot', 'PlayFiver/NetEnt/Magic-Portals.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '533'),
(668, 9, 'Motorhead', '4164', 'slot', 'PlayFiver/NetEnt/Motorhead.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '4164'),
(669, 9, 'Mr Green: Grand Tour', '7174', 'slot', 'PlayFiver/NetEnt/Mr-Green_-Grand-Tour.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7174'),
(670, 9, 'Mr Green: Moonlight', '7173', 'slot', 'PlayFiver/NetEnt/Mr-Green_-Moonlight.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7173'),
(671, 9, 'Ozzy Osbourne', '7125', 'slot', 'PlayFiver/NetEnt/Ozzy-Osbourne.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7125'),
(673, 9, 'Planet of the Apes', '7186', 'slot', 'PlayFiver/NetEnt/Planet-of-the-Apes.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:00:55', '7186'),
(674, 9, 'Reel Rush 2', '7127', 'slot', 'PlayFiver/NetEnt/Reel-Rush-2.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7127'),
(675, 9, 'Reel Rush', '26', 'slot', 'PlayFiver/NetEnt/Reel-Rush.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '26'),
(676, 9, 'Riches of Midgard', '7106', 'slot', 'PlayFiver/NetEnt/Riches-of-Midgard.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:18:32', '7106'),
(677, 9, 'Rise of Maya', '7122', 'slot', 'PlayFiver/NetEnt/Rise-of-Maya.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7122'),
(678, 9, 'Robin Hood', '7152', 'slot', 'PlayFiver/NetEnt/Robin-Hood.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7152'),
(679, 9, 'Santa vs Rudolf', '7124', 'slot', 'PlayFiver/NetEnt/Santa-vs-Rudolf.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7124'),
(680, 9, 'Scruffy Duck', '7197', 'slot', 'PlayFiver/NetEnt/Scruffy-Duck.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7197'),
(681, 9, 'Secret Of The Stones', '7187', 'slot', 'PlayFiver/NetEnt/Secret-Of-The-Stones.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:19:36', '7187'),
(682, 9, 'Secrets of Atlantis', '4163', 'slot', 'PlayFiver/NetEnt/Secrets-of-Atlantis.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '4163'),
(683, 9, 'StarBurst', '179', 'slot', 'PlayFiver/NetEnt/StarBurst.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:00:04', '179'),
(684, 9, 'Street Fighter II: The World Warrior', '7112', 'slot', 'PlayFiver/NetEnt/Street-Fighter-II_-The-World-Warrior.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7112'),
(685, 9, 'Strolling Staxx', '7157', 'slot', 'PlayFiver/NetEnt/Strolling-Staxx.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7157'),
(686, 9, 'Super Striker', '7111', 'slot', 'PlayFiver/NetEnt/Super-Striker.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:25', '7111'),
(687, 9, 'Sweety Honey Fruity', '7053', 'slot', 'PlayFiver/NetEnt/Sweety-Honey-Fruity.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7053'),
(688, 9, 'Swipe & Roll', '7172', 'slot', 'PlayFiver/NetEnt/Swipe-&-Roll.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-17 20:34:18', '7172'),
(689, 9, 'The Wish Master', '7130', 'slot', 'PlayFiver/NetEnt/The-Wish-Master.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7130'),
(690, 9, 'Trollpot 5000', '7110', 'slot', 'PlayFiver/NetEnt/Trollpot-5000.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:00:41', '7110'),
(691, 9, 'Turn Your Fortune', '7158', 'slot', 'PlayFiver/NetEnt/Turn-Your-Fortune.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:20:17', '7158'),
(692, 9, 'Twin Happiness', '7055', 'slot', 'PlayFiver/NetEnt/Twin-Happiness.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7055'),
(693, 9, 'Jumanji', '7170', 'slot', 'PlayFiver/NetEnt/Jumanji.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7170'),
(694, 9, 'King of 3 Kingdoms', '7133', 'slot', 'PlayFiver/NetEnt/King-of-3-Kingdoms.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:30', '7133'),
(695, 9, 'Long Pao', '7126', 'slot', 'PlayFiver/NetEnt/Long-Pao.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7126'),
(696, 9, 'Magic Maid Cafe', '7128', 'slot', 'PlayFiver/NetEnt/Magic-Maid-Cafe.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7128'),
(697, 9, 'Reel Steal', '544', 'slot', 'PlayFiver/NetEnt/Reel-Steal.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:30', '544'),
(698, 9, 'Jimi Hendrix', '489', 'slot', 'PlayFiver/NetEnt/Jimi-Hendrix.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '489'),
(699, 9, 'Jingle Spin', '7159', 'slot', 'PlayFiver/NetEnt/Jingle-Spin.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:25:20', '7159'),
(700, 10, 'Hit the Bank: Hold and Win', '8209', 'slot', 'PlayFiver/Playson/Hit-the-Bank_-Hold-and-Win.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8209'),
(701, 10, 'Royal coins 2: Hold and Win', '8208', 'slot', 'PlayFiver/Playson/Royal-coins-2_-Hold-and-Win.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:36:02', '8208'),
(702, 10, 'Ultra Fortunator: Hold and Win', '8207', 'slot', 'PlayFiver/Playson/Ultra-Fortunator_-Hold-and-Win.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:03:58', '8207'),
(703, 10, 'Ruby Hit: Hold and Win', '8206', 'slot', 'PlayFiver/Playson/Ruby-Hit_-Hold-and-Win.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:22:22', '8206'),
(704, 10, 'Luxor Gold: Hold and Win', '8205', 'slot', 'PlayFiver/Playson/Luxor-Gold_-Hold-and-Win.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8205'),
(705, 10, 'Juice Inc', '8204', 'slot', 'PlayFiver/Playson/Juice-Inc.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8204'),
(706, 10, 'Book del Sol: Multiplier', '8203', 'slot', 'PlayFiver/Playson/Book-del-Sol_-Multiplier.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:04:00', '8203'),
(707, 10, 'Lion Gems: Hold and Win', '8202', 'slot', 'PlayFiver/Playson/Lion-Gems_-Hold-and-Win.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8202'),
(708, 10, 'Jokers Coins: Hold and Win', '8201', 'slot', 'PlayFiver/Playson/Jokers-Coins_-Hold-and-Win.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8201'),
(709, 10, 'Burning Fortunator', '8200', 'slot', 'PlayFiver/Playson/Burning-Fortunator.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:22:21', '8200'),
(710, 10, 'Wolf Power Megaways', '8199', 'slot', 'PlayFiver/Playson/Wolf-Power-Megaways.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8199'),
(711, 10, 'Wolf Power: Hold and Win', '8198', 'slot', 'PlayFiver/Playson/Wolf-Power_-Hold-and-Win.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:04:04', '8198'),
(712, 10, 'Super Sunny Fruits: Hold and Win', '8197', 'slot', 'PlayFiver/Playson/Super-Sunny-Fruits_-Hold-and-Win.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:22:20', '8197'),
(713, 10, 'Super Burning Wins: classic 5 lines', '8196', 'slot', 'PlayFiver/Playson/Super-Burning-Wins_-classic-5-lines.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8196'),
(714, 10, 'Sunny Fruits: Hold and Win', '8195', 'slot', 'PlayFiver/Playson/Sunny-Fruits_-Hold-and-Win.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8195'),
(715, 10, 'Spirit of Egypt: Hold and Win', '8194', 'slot', 'PlayFiver/Playson/Spirit-of-Egypt_-Hold-and-Win.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8194'),
(716, 10, 'Solar Temple', '8193', 'slot', 'PlayFiver/Playson/Solar-Temple.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8193'),
(717, 10, 'Solar Queen', '8191', 'slot', 'PlayFiver/Playson/Solar-Queen.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8191'),
(718, 10, 'Diamond Fortunator: Hold and Win', '8190', 'slot', 'PlayFiver/Playson/Diamond-Fortunator_-Hold-and-Win.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8190'),
(719, 10, 'Solar King', '8189', 'slot', 'PlayFiver/Playson/Solar-King.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8189'),
(720, 10, '5 Super Sevens Fruits 6', '8188', 'slot', 'PlayFiver/Playson/5-Super-Sevens-Fruits-6.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8188'),
(721, 10, 'Sevens & Fruits: 20 lines', '8187', 'slot', 'PlayFiver/Playson/Sevens-&-Fruits_-20-lines.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8187'),
(722, 10, 'Royal Coins: Hold and Win', '8186', 'slot', 'PlayFiver/Playson/Royal-Coins_-Hold-and-Win.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:22:48', '8186'),
(723, 10, 'Rise of Egypt', '8185', 'slot', 'PlayFiver/Playson/Rise-of-Egypt.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8185'),
(724, 10, 'Rich Diamonds: Hold and Win', '8184', 'slot', 'PlayFiver/Playson/Rich-Diamonds_-Hold-and-Win.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:04:11', '8184'),
(725, 10, 'Pearl Beauty: Hold and Win', '8183', 'slot', 'PlayFiver/Playson/Pearl-Beauty_-Hold-and-Win.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8183'),
(726, 10, 'Legend of Cleopatra Megaways', '8182', 'slot', 'PlayFiver/Playson/Legend-of-Cleopatra-Megaways.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8182'),
(727, 10, 'Legend of Cleopatra', '8181', 'slot', 'PlayFiver/Playson/Legend-of-Cleopatra.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8181'),
(728, 10, 'Joker Expand: 5 lines', '8180', 'slot', 'PlayFiver/Playson/Joker-Expand_-5-lines.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:13', '8180'),
(729, 10, 'Imperial Fruits: 5 lines', '8179', 'slot', 'PlayFiver/Playson/Imperial-Fruits_-5-lines.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:13', '8179'),
(730, 10, 'Imperial Fruits: 40 lines', '8178', 'slot', 'PlayFiver/Playson/Imperial-Fruits_-40-lines.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:36:09', '8178'),
(731, 10, 'Imperial Fruits: 100 Lines', '8177', 'slot', 'PlayFiver/Playson/Imperial-Fruits_-100-Lines.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8177'),
(732, 10, 'Hot Coins: Hold and Win', '8176', 'slot', 'PlayFiver/Playson/Hot-Coins_-Hold-and-Win.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8176'),
(733, 10, 'Hot Burning Wins', '8175', 'slot', 'PlayFiver/Playson/Hot-Burning-Wins.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:54', '8175'),
(734, 10, 'Fruits&Jokers: 40 lines', '8174', 'slot', 'PlayFiver/Playson/Fruits&Jokers_-40-lines.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-07-19 19:35:56', '8174'),
(735, 10, 'Fruits&Jokers: 20 lines', '8173', 'slot', 'PlayFiver/Playson/Fruits&Jokers_-20-lines.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:03:46', '8173'),
(736, 10, 'Fruits & Jokers: 100 lines', '8172', 'slot', 'PlayFiver/Playson/Fruits-&-Jokers_-100-lines.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:13', '8172'),
(737, 10, 'Eagle Power: Hold and Win', '8171', 'slot', 'PlayFiver/Playson/Eagle-Power_-Hold-and-Win.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:13', '8171'),
(738, 10, 'Divine Dragon: Hold and Win', '8170', 'slot', 'PlayFiver/Playson/Divine-Dragon_-Hold-and-Win.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:13', '8170'),
(739, 10, 'Diamond Wins: Hold & Win', '8169', 'slot', 'PlayFiver/Playson/Diamond-Wins_-Hold-&-Win.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:13', '8169'),
(740, 10, 'Crystal Land', '8168', 'slot', 'PlayFiver/Playson/Crystal-Land.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8168'),
(741, 10, 'Burning Wins x2', '8166', 'slot', 'PlayFiver/Playson/Burning-Wins-x2.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8166'),
(742, 10, 'Buffalo Power: Megaways', '8165', 'slot', 'PlayFiver/Playson/Buffalo-Power_-Megaways.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8165'),
(743, 10, 'Buffalo Power: Hold and Win', '8164', 'slot', 'PlayFiver/Playson/Buffalo-Power_-Hold-and-Win.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8164'),
(744, 10, 'Book of Gold Double Chance', '8163', 'slot', 'PlayFiver/Playson/Book-of-Gold-Double-Chance.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8163'),
(745, 10, 'Book of Gold: Classic', '8162', 'slot', 'PlayFiver/Playson/Book-of-Gold_-Classic.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8162'),
(746, 10, 'Book of Gold Multichance', '8161', 'slot', 'PlayFiver/Playson/Book-of-Gold-Multichance.png', '1', 'html5', 'play_fiver', 1, 0, 1, '2024-03-28 21:55:33', '2024-07-24 07:38:26', '8161'),
(747, 10, '9 Happy Pharaohs', '8160', 'slot', 'PlayFiver/Playson/9-Happy-Pharaohs.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8160'),
(748, 10, '5 Super Sevens & Fruits', '8159', 'slot', 'PlayFiver/Playson/5-Super-Sevens-&-Fruits.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-03-28 21:55:33', '2024-07-23 10:03:51', '8159'),
(749, 10, '5 Fortunator', '8158', 'slot', 'PlayFiver/Playson/5-Fortunator.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8158'),
(750, 10, '3 Fruits Win: 10 lines', '8157', 'slot', 'PlayFiver/Playson/3-Fruits-Win_-10-lines.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8157'),
(751, 10, '100 Joker Staxx', '8156', 'slot', 'PlayFiver/Playson/100-Joker-Staxx.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8156'),
(752, 10, 'HAND OF GOLD', 'hand_of_gold', 'slot', 'PlayFiver/Playson/hand_of_gold.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'hand_of_gold'),
(753, 10, 'LEGEND OF CLEOPATRA', 'legend_of_cleopatra', 'slot', 'PlayFiver/Playson/legend_of_cleopatra.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 21:14:11', 'legend_of_cleopatra'),
(754, 10, '40 JOKER STAXX', '40_joker_staxx', 'slot', 'PlayFiver/Playson/40_joker_staxx.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-30 23:05:43', '40_joker_staxx'),
(755, 10, 'BURNING WINS', 'burning_wins', 'slot', 'PlayFiver/Playson/burning_wins.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-30 23:05:36', 'burning_wins'),
(756, 10, 'BOOK OF GOLD', 'book_of_gold', 'slot', 'PlayFiver/Playson/book_of_gold.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 19:36:31', 'book_of_gold'),
(757, 10, '100 JOKER STAXX', '100_joker_staxx', 'slot', 'PlayFiver/Playson/100_joker_staxx.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '100_joker_staxx'),
(758, 10, 'BOOK OF GOLD CLASSIC', 'book_of_gold_classic', 'slot', 'PlayFiver/Playson/book_of_gold_classic.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 19:33:55', 'book_of_gold_classic'),
(759, 10, 'BUFFALO XMAS', 'buffalo_xmas', 'slot', 'PlayFiver/Playson/buffalo_xmas.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-30 23:05:41', 'buffalo_xmas'),
(760, 10, 'Buffalo Power Christmas', '8155', 'slot', 'PlayFiver/Playson/Buffalo-Power-Christmas.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-03-28 21:55:33', '2024-06-21 18:21:21', '8155'),
(761, 11, 'AUTO_MEGA_ROULETTE', '1hl323e1lxuqdrkr', 'aovivo', 'PlayFiver/Pragmaticlive/1hl323e1lxuqdrkr.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:29:09', '1hl323e1lxuqdrkr'),
(762, 11, 'MEGA_ROULETTE', '1hl65ce1lxuqdrkr', 'aovivo', 'PlayFiver/Pragmaticlive/1hl65ce1lxuqdrkr.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '1hl65ce1lxuqdrkr'),
(763, 11, 'AUTO_ROULETTE', '5bzl2835s5ruvweg', 'aovivo', 'PlayFiver/Pragmaticlive/5bzl2835s5ruvweg.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:29:04', '5bzl2835s5ruvweg'),
(764, 11, 'SPEED_AUTO_ROULETTE', 'autorwra311autor', 'aovivo', 'PlayFiver/Pragmaticlive/autorwra311autor.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'autorwra311autor'),
(765, 11, 'ROULETTE_RUBY', 'chroma229rwltr22', 'aovivo', 'PlayFiver/Pragmaticlive/chroma229rwltr22.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'chroma229rwltr22'),
(766, 11, 'SPEED_ROULETTE_1', 'fl9knouu0yjez2wi', 'aovivo', 'PlayFiver/Pragmaticlive/fl9knouu0yjez2wi.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'fl9knouu0yjez2wi'),
(767, 11, 'ROULETTE_AZURE', 'g03y1t9vvuhrfytl', 'aovivo', 'PlayFiver/Pragmaticlive/g03y1t9vvuhrfytl.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'g03y1t9vvuhrfytl'),
(768, 11, 'LUCKY_6_ROULETTE', 'lucky6roulettea3', 'aovivo', 'PlayFiver/Pragmaticlive/lucky6roulettea3.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'lucky6roulettea3'),
(769, 11, 'TURKISH_ROULETTE', 'p8l1j84prrmxzyic', 'aovivo', 'PlayFiver/Pragmaticlive/p8l1j84prrmxzyic.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'p8l1j84prrmxzyic'),
(770, 11, 'SPEED_ROULETTE_2', 'r20speedrtwo201s', 'aovivo', 'PlayFiver/Pragmaticlive/r20speedrtwo201s.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'r20speedrtwo201s'),
(771, 11, 'ROULETTE_INDIAN', 'rmycjoqq18k2r161', 'aovivo', 'PlayFiver/Pragmaticlive/rmycjoqq18k2r161.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'rmycjoqq18k2r161'),
(772, 11, 'ROMANIAN_ROULETTE', 'romania233rwl291', 'aovivo', 'PlayFiver/Pragmaticlive/romania233rwl291.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'romania233rwl291'),
(773, 11, 'SPANISH_ROULETTE', 'roulerw234rwl292', 'aovivo', 'PlayFiver/Pragmaticlive/roulerw234rwl292.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'roulerw234rwl292'),
(774, 11, 'GERMAN_ROULETTE', 's2x6b4jdeqza2ge2', 'aovivo', 'PlayFiver/Pragmaticlive/s2x6b4jdeqza2ge2.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 's2x6b4jdeqza2ge2'),
(775, 11, 'RUSSIAN_ROULETTE', 't4jzencinod6iqwi', 'aovivo', 'PlayFiver/Pragmaticlive/t4jzencinod6iqwi.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:06:58', 't4jzencinod6iqwi'),
(776, 11, 'ROULETTE_ITALIA_TRICOLORE', 'v1c52fgw7yy02upz', 'aovivo', 'PlayFiver/Pragmaticlive/v1c52fgw7yy02upz.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'v1c52fgw7yy02upz'),
(777, 11, 'ROULETTE_MACAO', 'yqpz3ichst2xg439', 'aovivo', 'PlayFiver/Pragmaticlive/yqpz3ichst2xg439.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'yqpz3ichst2xg439'),
(778, 11, 'SPEED_BACCARAT_6', '2q57e43m4ivqwaq3', 'aovivo', 'PlayFiver/Pragmaticlive/2q57e43m4ivqwaq3.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '2q57e43m4ivqwaq3'),
(779, 11, 'SPEED_BACCARAT_5', '886ewimul28yw14j', 'aovivo', 'PlayFiver/Pragmaticlive/886ewimul28yw14j.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '886ewimul28yw14j'),
(780, 11, 'BACCARAT_2', '9j3eagurfwmml7z2', 'aovivo', 'PlayFiver/Pragmaticlive/9j3eagurfwmml7z2.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '9j3eagurfwmml7z2'),
(781, 11, 'SPEED_BACCARAT_14', 'b0jf7rlboleibnap', 'aovivo', 'PlayFiver/Pragmaticlive/b0jf7rlboleibnap.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'b0jf7rlboleibnap'),
(782, 11, 'PUNTO_BANCO_ITALIA_TRICOLORE', 'bcapuntobanco001', 'aovivo', 'PlayFiver/Pragmaticlive/bcapuntobanco001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'bcapuntobanco001'),
(783, 11, 'BACCARAT_7', 'bcpirpmfpeobc191', 'aovivo', 'PlayFiver/Pragmaticlive/bcpirpmfpeobc191.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'bcpirpmfpeobc191'),
(784, 11, 'BACCARAT_8', 'bcpirpmfpeobc192', 'aovivo', 'PlayFiver/Pragmaticlive/bcpirpmfpeobc192.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'bcpirpmfpeobc192'),
(785, 11, 'SPEED_BACCARAT_15', 'bcpirpmfpeobc193', 'aovivo', 'PlayFiver/Pragmaticlive/bcpirpmfpeobc193.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'bcpirpmfpeobc193'),
(786, 11, 'SPEED_BACCARAT_10', 'bcpirpmfpeobc194', 'aovivo', 'PlayFiver/Pragmaticlive/bcpirpmfpeobc194.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'bcpirpmfpeobc194'),
(787, 11, 'SPEED_BACCARAT_9', 'bcpirpmfpeobc196', 'aovivo', 'PlayFiver/Pragmaticlive/bcpirpmfpeobc196.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'bcpirpmfpeobc196'),
(788, 11, 'SPEED_BACCARAT_7', 'bcpirpmfpeobc197', 'aovivo', 'PlayFiver/Pragmaticlive/bcpirpmfpeobc197.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'bcpirpmfpeobc197'),
(789, 11, 'SPEED_BACCARAT_8', 'bcpirpmfpeobc198', 'aovivo', 'PlayFiver/Pragmaticlive/bcpirpmfpeobc198.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'bcpirpmfpeobc198'),
(790, 11, 'SUPER_8_BACCARAT', 'bcpirpmfpeobc199', 'aovivo', 'PlayFiver/Pragmaticlive/bcpirpmfpeobc199.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'bcpirpmfpeobc199'),
(791, 11, 'FORTUNE_6_BACCARAT', 'bcpirpmfpobc1910', 'aovivo', 'PlayFiver/Pragmaticlive/bcpirpmfpobc1910.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'bcpirpmfpobc1910'),
(792, 11, 'BACCARAT_9', 'bcpirpmfpobc1912', 'aovivo', 'PlayFiver/Pragmaticlive/bcpirpmfpobc1912.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'bcpirpmfpobc1912'),
(793, 11, 'SPEED_BACCARAT_12', 'cbcf6qas8fscb221', 'aovivo', 'PlayFiver/Pragmaticlive/cbcf6qas8fscb221.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'cbcf6qas8fscb221'),
(794, 11, 'BACCARAT_3', 'cbcf6qas8fscb222', 'aovivo', 'PlayFiver/Pragmaticlive/cbcf6qas8fscb222.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'cbcf6qas8fscb222'),
(795, 11, 'SPEED_BACCARAT_11', 'cbcf6qas8fscb224', 'aovivo', 'PlayFiver/Pragmaticlive/cbcf6qas8fscb224.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'cbcf6qas8fscb224'),
(796, 11, 'BACCARAT_1', 'h22z8qhp17sa0vkh', 'aovivo', 'PlayFiver/Pragmaticlive/h22z8qhp17sa0vkh.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'h22z8qhp17sa0vkh'),
(797, 11, 'SPEED_BACCARAT_2', 'kkqnazmd8ttq7fgd', 'aovivo', 'PlayFiver/Pragmaticlive/kkqnazmd8ttq7fgd.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'kkqnazmd8ttq7fgd'),
(798, 11, 'SPEED_BACCARAT_13', 'm88hicogrzeod202', 'aovivo', 'PlayFiver/Pragmaticlive/m88hicogrzeod202.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'm88hicogrzeod202'),
(799, 11, 'MEGA_BACCARAT', 'mbc371rpmfmbc371', 'aovivo', 'PlayFiver/Pragmaticlive/mbc371rpmfmbc371.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:06:50', 'mbc371rpmfmbc371'),
(800, 11, 'BACCARAT_5', 'ne074fgn4bd1150i', 'aovivo', 'PlayFiver/Pragmaticlive/ne074fgn4bd1150i.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'ne074fgn4bd1150i'),
(801, 11, 'BACCARAT_6', 'oq808ojps709qqaf', 'aovivo', 'PlayFiver/Pragmaticlive/oq808ojps709qqaf.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'oq808ojps709qqaf'),
(802, 11, 'SPEED_BACCARAT_1', 'pwnhicogrzeodk79', 'aovivo', 'PlayFiver/Pragmaticlive/pwnhicogrzeodk79.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'pwnhicogrzeodk79'),
(803, 11, 'SPEED_BACCARAT_3', 's8s9f0quk3ygiyb1', 'aovivo', 'PlayFiver/Pragmaticlive/s8s9f0quk3ygiyb1.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 's8s9f0quk3ygiyb1'),
(804, 11, 'MEGA_SIC_BO', 'lc419kkmr2sxfpbk', 'aovivo', 'PlayFiver/Pragmaticlive/lc419kkmr2sxfpbk.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'lc419kkmr2sxfpbk'),
(805, 11, 'SICBO', 'sba71kkmr2ssba71', 'aovivo', 'PlayFiver/Pragmaticlive/sba71kkmr2ssba71.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:06:47', 'sba71kkmr2ssba71');
INSERT INTO `games` (`id`, `provider_id`, `game_name`, `game_id`, `game_type`, `cover`, `status`, `technology`, `distribution`, `views`, `is_featured`, `show_home`, `created_at`, `updated_at`, `game_code`) VALUES
(806, 11, 'MEGA_WHEEL', 'md500q83g7cdefw1', 'aovivo', 'PlayFiver/Pragmaticlive/md500q83g7cdefw1.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:06:45', 'md500q83g7cdefw1'),
(807, 11, 'DRAGON_TIGER', 'ge49e4os88bp4bi5', 'aovivo', 'PlayFiver/Pragmaticlive/ge49e4os88bp4bi5.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:06:43', 'ge49e4os88bp4bi5'),
(808, 11, 'SWEET_BONANZA_CANDYLAND', 'pbvzrfk1fyft4dwe', 'aovivo', 'PlayFiver/Pragmaticlive/pbvzrfk1fyft4dwe.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:29:41', 'pbvzrfk1fyft4dwe'),
(809, 11, 'ANDAR_BAHAR', 'jzbzy021lg8xy9i2', 'aovivo', 'PlayFiver/Pragmaticlive/jzbzy021lg8xy9i2.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'jzbzy021lg8xy9i2'),
(810, 11, 'BIG_BASS_CRASH', 'bigbassnewbb1320', 'aovivo', 'PlayFiver/Pragmaticlive/bigbassnewbb1320.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:06:40', 'bigbassnewbb1320'),
(811, 11, 'SPACEMAN', 'spacemanyxe123nh', 'aovivo', 'PlayFiver/Pragmaticlive/spacemanyxe123nh.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:06:21', 'spacemanyxe123nh'),
(812, 11, 'SPACEMAN', 'spacemanyxeabn02', 'aovivo', 'PlayFiver/Pragmaticlive/spacemanyxeabn02.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:13:38', 'spacemanyxeabn02'),
(813, 12, 'WildTriads', 'WildTriads', 'slot', 'PlayFiver/Toptrend/WildTriads.png', '1', 'html5', 'play_fiver', 15, 0, 0, '2024-05-27 11:25:59', '2024-07-23 08:15:50', 'WildTriads'),
(814, 12, 'Golden Dragon', 'GoldenDragon', 'slot', 'PlayFiver/Toptrend/GoldenDragon.png', '1', 'html5', 'play_fiver', 1, 0, 0, '2024-05-27 11:25:59', '2024-07-23 06:24:09', 'GoldenDragon'),
(815, 12, 'Reels Of Fortune', 'ReelsOfFortune', 'slot', 'PlayFiver/Toptrend/ReelsOfFortune.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-06-04 03:40:29', 'ReelsOfFortune'),
(816, 12, 'Golden Amazon', 'GoldenAmazon', 'slot', 'PlayFiver/Toptrend/GoldenAmazon.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'GoldenAmazon'),
(817, 12, 'MonkeyLuck', 'MonkeyLuck', 'slot', 'PlayFiver/Toptrend/MonkeyLuck.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'MonkeyLuck'),
(818, 12, 'League Of Champions', 'LeagueOfChampions', 'slot', 'PlayFiver/Toptrend/LeagueOfChampions.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'LeagueOfChampions'),
(819, 12, 'MadMonkey', 'MadMonkeyH5', 'slot', 'PlayFiver/Toptrend/MadMonkeyH5.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:08:11', 'MadMonkeyH5'),
(820, 12, 'Dynasty Empire', 'DynastyEmpire', 'slot', 'PlayFiver/Toptrend/DynastyEmpire.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 19:32:27', 'DynastyEmpire'),
(821, 12, 'SuperKids', 'SuperKids', 'slot', 'PlayFiver/Toptrend/SuperKids.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SuperKids'),
(822, 12, 'HotVolcano', 'HotVolcanoH5', 'slot', 'PlayFiver/Toptrend/HotVolcanoH5.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'HotVolcanoH5'),
(823, 12, 'Huluwa', 'Huluwa', 'slot', 'PlayFiver/Toptrend/Huluwa.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'Huluwa'),
(824, 12, 'LegendOfLink', 'LegendOfLinkH5', 'slot', 'PlayFiver/Toptrend/LegendOfLinkH5.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:08:08', 'LegendOfLinkH5'),
(825, 12, 'DetectiveBlackCat', 'DetectiveBlackCat', 'slot', 'PlayFiver/Toptrend/DetectiveBlackCat.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'DetectiveBlackCat'),
(826, 12, 'Chilli Gold', 'ChilliGoldH5', 'slot', 'PlayFiver/Toptrend/ChilliGoldH5.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'ChilliGoldH5'),
(827, 12, 'Silver Lion', 'SilverLionH5', 'slot', 'PlayFiver/Toptrend/SilverLionH5.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SilverLionH5'),
(828, 12, 'ThunderingZeus', 'ThunderingZeus', 'slot', 'PlayFiver/Toptrend/ThunderingZeus.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:08:13', 'ThunderingZeus'),
(829, 12, 'Dragon Palace', 'DragonPalaceH5', 'slot', 'PlayFiver/Toptrend/DragonPalaceH5.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'DragonPalaceH5'),
(830, 12, 'MadMonkey', 'MadMonkey2', 'slot', 'PlayFiver/Toptrend/MadMonkey2.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'MadMonkey2'),
(831, 12, 'Medusa Curse', 'MedusaCurse', 'slot', 'PlayFiver/Toptrend/MedusaCurse.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'MedusaCurse'),
(832, 12, 'Battle Heroes', 'BattleHeroes', 'slot', 'PlayFiver/Toptrend/BattleHeroes.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'BattleHeroes'),
(833, 12, 'Neptunes Gold', 'NeptunesGoldH5', 'slot', 'PlayFiver/Toptrend/NeptunesGoldH5.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'NeptunesGoldH5'),
(834, 12, 'Heroes Never Die', 'HeroesNeverDie', 'slot', 'PlayFiver/Toptrend/HeroesNeverDie.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'HeroesNeverDie'),
(835, 12, 'Wild Wild Witch', 'WildWildWitch', 'slot', 'PlayFiver/Toptrend/WildWildWitch.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'WildWildWitch'),
(836, 12, 'Wild Kart Racers', 'WildKartRacers', 'slot', 'PlayFiver/Toptrend/WildKartRacers.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 21:32:36', 'WildKartRacers'),
(837, 12, 'KingDinosaur', 'KingDinosaur', 'slot', 'PlayFiver/Toptrend/KingDinosaur.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:08:01', 'KingDinosaur'),
(838, 12, 'GoldenGenie', 'GoldenGenie', 'slot', 'PlayFiver/Toptrend/GoldenGenie.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'GoldenGenie'),
(839, 12, 'UltimateFighter', 'UltimateFighter', 'slot', 'PlayFiver/Toptrend/UltimateFighter.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'UltimateFighter'),
(840, 12, 'EverlastingSpins', 'EverlastingSpins', 'slot', 'PlayFiver/Toptrend/EverlastingSpins.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'EverlastingSpins'),
(841, 12, 'Zoomania', 'Zoomania', 'slot', 'PlayFiver/Toptrend/Zoomania.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:08:04', 'Zoomania'),
(842, 12, 'Laser Cats', 'LaserCats', 'slot', 'PlayFiver/Toptrend/LaserCats.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'LaserCats'),
(843, 12, 'DiamondFortune', 'DiamondFortune', 'slot', 'PlayFiver/Toptrend/DiamondFortune.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-30 16:52:23', 'DiamondFortune'),
(844, 12, 'GoldenClaw', 'GoldenClaw', 'slot', 'PlayFiver/Toptrend/GoldenClaw.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'GoldenClaw'),
(845, 12, 'PandaWarrior', 'PandaWarrior', 'slot', 'PlayFiver/Toptrend/PandaWarrior.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-06-04 03:39:21', 'PandaWarrior'),
(846, 12, 'RoyalGoldenDragon', 'RoyalGoldenDragon', 'slot', 'PlayFiver/Toptrend/RoyalGoldenDragon.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:08:06', 'RoyalGoldenDragon'),
(847, 12, 'MegaMaya', 'MegaMaya', 'slot', 'PlayFiver/Toptrend/MegaMaya.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'MegaMaya'),
(848, 12, 'MegaPhoenix', 'MegaPhoenix', 'slot', 'PlayFiver/Toptrend/MegaPhoenix.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'MegaPhoenix'),
(849, 12, 'DolphinGold', 'DolphinGoldH5', 'slot', 'PlayFiver/Toptrend/DolphinGoldH5.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'DolphinGoldH5'),
(850, 12, 'DragonKing', 'DragonKingH5', 'slot', 'PlayFiver/Toptrend/DragonKingH5.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'DragonKingH5'),
(851, 12, 'LuckyPanda', 'LuckyPandaH5', 'slot', 'PlayFiver/Toptrend/LuckyPandaH5.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:07:58', 'LuckyPandaH5'),
(852, 13, 'Crazy Basketball', 'btball5x20', 'slot', 'PlayFiver/Dreamtech/btball5x20.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'btball5x20'),
(853, 13, 'DragonPhoenix Prosper', 'dnp', 'slot', 'PlayFiver/Dreamtech/dnp.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:48:00', 'dnp'),
(854, 13, 'Glory of Heroes', 'crystal', 'slot', 'PlayFiver/Dreamtech/crystal.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:47:21', 'crystal'),
(855, 13, 'FULUSHOU', 'fls', 'slot', 'PlayFiver/Dreamtech/fls.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'fls'),
(856, 13, 'Four Holy Beasts', 'fourss', 'slot', 'PlayFiver/Dreamtech/fourss.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'fourss'),
(857, 13, '3D Slot', 'casino', 'slot', 'PlayFiver/Dreamtech/casino.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:45:32', 'casino'),
(858, 13, 'Crazy GO GO GO', 'crazy5x243', 'slot', 'PlayFiver/Dreamtech/crazy5x243.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'crazy5x243'),
(859, 13, 'RocknRoll Night', 'rocknight', 'slot', 'PlayFiver/Dreamtech/rocknight.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:44:16', 'rocknight'),
(860, 13, 'Blue Sea', 'bluesea', 'slot', 'PlayFiver/Dreamtech/bluesea.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'bluesea'),
(861, 13, 'Crazy Circus', 'circus', 'slot', 'PlayFiver/Dreamtech/circus.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'circus'),
(862, 13, 'Bikini Party', 'bikini', 'slot', 'PlayFiver/Dreamtech/bikini.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'bikini'),
(863, 13, 'SO YOUNG', 'foryouth5x25', 'slot', 'PlayFiver/Dreamtech/foryouth5x25.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'foryouth5x25'),
(864, 13, 'Four Beauties', 'fourbeauty', 'slot', 'PlayFiver/Dreamtech/fourbeauty.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'fourbeauty'),
(865, 13, 'Candy House', 'sweethouse', 'slot', 'PlayFiver/Dreamtech/sweethouse.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'sweethouse'),
(866, 13, 'Legend of the King', 'legend5x25', 'slot', 'PlayFiver/Dreamtech/legend5x25.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'legend5x25'),
(867, 13, 'Beijing opera', 'opera', 'slot', 'PlayFiver/Dreamtech/opera.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'opera'),
(868, 13, 'Big Red', 'bigred', 'slot', 'PlayFiver/Dreamtech/bigred.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'bigred'),
(869, 13, 'Wrath of Thor', 'wrathofthor', 'slot', 'PlayFiver/Dreamtech/wrathofthor.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:47:07', 'wrathofthor'),
(870, 13, 'Boxing Arena', 'boxingarena', 'slot', 'PlayFiver/Dreamtech/boxingarena.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'boxingarena'),
(871, 13, 'Elf Kingdom', 'fantasyforest', 'slot', 'PlayFiver/Dreamtech/fantasyforest.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'fantasyforest'),
(872, 13, 'Egyptian Empire', 'egyptian', 'slot', 'PlayFiver/Dreamtech/egyptian.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:44:47', 'egyptian'),
(873, 13, 'Hotpot Feast', 'hotpotfeast', 'slot', 'PlayFiver/Dreamtech/hotpotfeast.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'hotpotfeast'),
(874, 13, 'Magician', 'magician', 'slot', 'PlayFiver/Dreamtech/magician.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'magician'),
(875, 13, 'Galaxy Wars', 'galaxywars', 'slot', 'PlayFiver/Dreamtech/galaxywars.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'galaxywars'),
(876, 13, 'Easy Rider', 'easyrider', 'slot', 'PlayFiver/Dreamtech/easyrider.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'easyrider'),
(877, 13, 'Jin Yu Man Tang', 'goldjade5x50', 'slot', 'PlayFiver/Dreamtech/goldjade5x50.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:48:07', 'goldjade5x50'),
(878, 13, 'shokudo', 'shokudo', 'slot', 'PlayFiver/Dreamtech/shokudo.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'shokudo'),
(879, 13, 'Treasure Hunt Trip', 'train', 'slot', 'PlayFiver/Dreamtech/train.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'train'),
(880, 13, 'Love Fighters', 'lovefighters', 'slot', 'PlayFiver/Dreamtech/lovefighters.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'lovefighters'),
(881, 13, 'Aladdin s Wish', 'genie', 'slot', 'PlayFiver/Dreamtech/genie.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:48:11', 'genie'),
(882, 13, 'Little Big Garden', 'garden', 'slot', 'PlayFiver/Dreamtech/garden.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:45:15', 'garden'),
(883, 13, 'Crazy Alchemist', 'alchemist', 'slot', 'PlayFiver/Dreamtech/alchemist.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'alchemist'),
(884, 13, 'Dinosaur World', 'dinosaur5x25', 'slot', 'PlayFiver/Dreamtech/dinosaur5x25.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:45:15', 'dinosaur5x25'),
(885, 13, 'Tomb Shadow', 'tombshadow', 'slot', 'PlayFiver/Dreamtech/tombshadow.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'tombshadow'),
(886, 13, 'Clash of Three kingdoms', 'clash', 'slot', 'PlayFiver/Dreamtech/clash.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'clash'),
(887, 13, 'Magic Bean Legend', 'magicbean', 'slot', 'PlayFiver/Dreamtech/magicbean.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:45:12', 'magicbean'),
(888, 13, 'Secret Date', 'secretdate', 'slot', 'PlayFiver/Dreamtech/secretdate.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:45:10', 'secretdate'),
(889, 13, 'Germ Lab', 'bacteria', 'slot', 'PlayFiver/Dreamtech/bacteria.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:47:50', 'bacteria'),
(890, 13, 'Baseball Frenzy', 'baseball', 'slot', 'PlayFiver/Dreamtech/baseball.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-29 22:50:03', 'baseball'),
(891, 13, 'Mystical Stones', 'mysticalstones', 'slot', 'PlayFiver/Dreamtech/mysticalstones.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'mysticalstones'),
(892, 13, 'Sin City', 'sincity', 'slot', 'PlayFiver/Dreamtech/sincity.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:45:36', 'sincity'),
(893, 13, 'Secrets of The Pentagram', 'wheel', 'slot', 'PlayFiver/Dreamtech/wheel.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'wheel'),
(894, 13, 'West Wild', 'westwild', 'slot', 'PlayFiver/Dreamtech/westwild.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'westwild'),
(895, 13, 'Witch Winnings', 'halloween', 'slot', 'PlayFiver/Dreamtech/halloween.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:43:46', 'halloween'),
(896, 13, 'Blood Wolf legend', 'bloodmoon', 'slot', 'PlayFiver/Dreamtech/bloodmoon.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-29 22:56:26', 'bloodmoon'),
(897, 13, 'Heroes of the East', 'dragonball2', 'slot', 'PlayFiver/Dreamtech/dragonball2.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'dragonball2'),
(898, 13, 'Muaythai', 'muaythai', 'slot', 'PlayFiver/Dreamtech/muaythai.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:47:55', 'muaythai'),
(899, 13, 'Sailor Princess', 'sailor', 'slot', 'PlayFiver/Dreamtech/sailor.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'sailor'),
(900, 13, 'Infinity Club', 'nightclub', 'slot', 'PlayFiver/Dreamtech/nightclub.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'nightclub'),
(901, 13, 'Nezha Legend', 'nezha', 'slot', 'PlayFiver/Dreamtech/nezha.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'nezha'),
(902, 13, 'Bird Island', 'bird', 'slot', 'PlayFiver/Dreamtech/bird.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'bird'),
(903, 13, 'Field Of Honor', 'honor', 'slot', 'PlayFiver/Dreamtech/honor.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'honor'),
(904, 13, 'Treasure Hunt Trip 2', 'train2', 'slot', 'PlayFiver/Dreamtech/train2.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'train2'),
(905, 13, 'ShiningStars', 'shiningstars', 'slot', 'PlayFiver/Dreamtech/shiningstars.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'shiningstars'),
(906, 13, 'Cai Shen Dao Plus', 'tgow2plus', 'slot', 'PlayFiver/Dreamtech/tgow2plus.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'tgow2plus'),
(907, 13, 'Peeping', 'peeping', 'slot', 'PlayFiver/Dreamtech/peeping.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'peeping'),
(908, 14, 'The Great Wall Treasure', 'greatwall', 'slot', 'PlayFiver/Evoplay/greatwall.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:53:13', 'greatwall'),
(909, 14, 'Chinese New Year', 'chinesenewyear', 'slot', 'PlayFiver/Evoplay/chinesenewyear.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'chinesenewyear'),
(910, 14, 'Jewelry store', 'jewellerystore', 'slot', 'PlayFiver/Evoplay/jewellerystore.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'jewellerystore'),
(911, 14, 'Red cliff', 'redcliff', 'slot', 'PlayFiver/Evoplay/redcliff.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'redcliff'),
(912, 14, 'Elven Princess', 'ElvenPrincesses', 'slot', 'PlayFiver/Evoplay/ElvenPrincesses.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:53:04', 'ElvenPrincesses'),
(913, 14, 'Robinson', 'robinzon', 'slot', 'PlayFiver/Evoplay/robinzon.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'robinzon'),
(914, 14, 'Aeronauts', 'aeronauts', 'slot', 'PlayFiver/Evoplay/aeronauts.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'aeronauts'),
(915, 14, 'Monster rap', 'monsterlab', 'slot', 'PlayFiver/Evoplay/monsterlab.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'monsterlab'),
(916, 14, 'Trip to the Future', 'TriptotheFuture', 'slot', 'PlayFiver/Evoplay/TriptotheFuture.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'TriptotheFuture'),
(917, 14, 'Nook World', 'NukeWorld', 'slot', 'PlayFiver/Evoplay/NukeWorld.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'NukeWorld'),
(918, 14, 'Legend of Khan', 'legendofkaan', 'slot', 'PlayFiver/Evoplay/legendofkaan.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'legendofkaan'),
(919, 14, 'Night of the Living Tales', 'LivingTales', 'slot', 'PlayFiver/Evoplay/LivingTales.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'LivingTales'),
(920, 14, 'Ice mania', 'IceMania', 'slot', 'PlayFiver/Evoplay/IceMania.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:59:00', 'IceMania'),
(921, 14, 'Valley of Dreams', 'ValleyOfDreams', 'slot', 'PlayFiver/Evoplay/ValleyOfDreams.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'ValleyOfDreams'),
(922, 14, 'Fruit Nova', 'FruitNova', 'slot', 'PlayFiver/Evoplay/FruitNova.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'FruitNova'),
(923, 14, 'Tree of light', 'TreeOfLight', 'slot', 'PlayFiver/Evoplay/TreeOfLight.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'TreeOfLight'),
(924, 14, 'Temple of the dead', 'TempleOfDead', 'slot', 'PlayFiver/Evoplay/TempleOfDead.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'TempleOfDead'),
(925, 14, 'Runes of Destiny', 'RunesOfDestiny', 'slot', 'PlayFiver/Evoplay/RunesOfDestiny.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'RunesOfDestiny'),
(926, 14, 'Ellen Fortune', 'EllensFortune', 'slot', 'PlayFiver/Evoplay/EllensFortune.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'EllensFortune'),
(927, 14, 'Unlimited Wishes', 'UnlimitedWishes', 'slot', 'PlayFiver/Evoplay/UnlimitedWishes.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'UnlimitedWishes'),
(928, 14, 'Food fist', 'FoodFeast', 'slot', 'PlayFiver/Evoplay/FoodFeast.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:58:58', 'FoodFeast'),
(929, 14, 'Epic legends', 'EpicLegends', 'slot', 'PlayFiver/Evoplay/EpicLegends.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'EpicLegends'),
(930, 14, 'Sweet sugar', 'SweetSugar', 'slot', 'PlayFiver/Evoplay/SweetSugar.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SweetSugar'),
(931, 14, 'Cycle of Luck', 'CycleofLuck', 'slot', 'PlayFiver/Evoplay/CycleofLuck.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:54:00', 'CycleofLuck'),
(932, 14, 'Gangster night', 'GangsterNight', 'slot', 'PlayFiver/Evoplay/GangsterNight.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'GangsterNight'),
(933, 14, 'Gold of sirens', 'GoldOfSirens', 'slot', 'PlayFiver/Evoplay/GoldOfSirens.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 19:01:09', 'GoldOfSirens'),
(934, 14, 'Bloody brilliant', 'BloodyBrilliant', 'slot', 'PlayFiver/Evoplay/BloodyBrilliant.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:53:43', 'BloodyBrilliant'),
(935, 14, 'Temple of the Dead BB', 'TempleOfDeadBonusBuy', 'slot', 'PlayFiver/Evoplay/TempleOfDeadBonusBuy.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'TempleOfDeadBonusBuy'),
(936, 14, 'Shadow of Luxor', 'ShadowOfLuxor', 'slot', 'PlayFiver/Evoplay/ShadowOfLuxor.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'ShadowOfLuxor'),
(937, 14, 'Cycle of Luck BB', 'CycleofLuckBonusBuy', 'slot', 'PlayFiver/Evoplay/CycleofLuckBonusBuy.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'CycleofLuckBonusBuy'),
(938, 14, 'Anubis moon', 'AnubisMoon', 'slot', 'PlayFiver/Evoplay/AnubisMoon.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'AnubisMoon'),
(939, 14, 'Fruit disco', 'FruitDisco', 'slot', 'PlayFiver/Evoplay/FruitDisco.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:59:04', 'FruitDisco'),
(940, 14, 'Fruit Super Nova 30', 'FruitSuperNova30', 'slot', 'PlayFiver/Evoplay/FruitSuperNova30.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 19:02:03', 'FruitSuperNova30'),
(941, 14, 'Curse of the Pharaoh', 'CurseOfThePharaoh', 'slot', 'PlayFiver/Evoplay/CurseOfThePharaoh.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:53:25', 'CurseOfThePharaoh'),
(942, 14, 'Gold of Sirens BB', 'GoldOfSirensBonusBuy', 'slot', 'PlayFiver/Evoplay/GoldOfSirensBonusBuy.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'GoldOfSirensBonusBuy'),
(943, 14, 'Fruit Super Nova 60', 'FruitSuperNova60', 'slot', 'PlayFiver/Evoplay/FruitSuperNova60.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'FruitSuperNova60'),
(944, 14, 'Curse of the Pharaoh BB', 'CurseofthePharaohBonusBuy', 'slot', 'PlayFiver/Evoplay/CurseofthePharaohBonusBuy.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'CurseofthePharaohBonusBuy'),
(945, 14, 'Fruit Super Nova 100', 'FruitSuperNova100', 'slot', 'PlayFiver/Evoplay/FruitSuperNova100.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'FruitSuperNova100'),
(946, 14, 'Whoft Super Nova 80', 'FruitSuperNova80', 'slot', 'PlayFiver/Evoplay/FruitSuperNova80.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'FruitSuperNova80'),
(947, 14, 'Dragons Tavern', 'DragonsTavern', 'slot', 'PlayFiver/Evoplay/DragonsTavern.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'DragonsTavern'),
(948, 14, 'Christmas Riti BB', 'ChristmasReachBonusBuy', 'slot', 'PlayFiver/Evoplay/ChristmasReachBonusBuy.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'ChristmasReachBonusBuy'),
(949, 14, 'Wild overlord', 'WildOverlords', 'slot', 'PlayFiver/Evoplay/WildOverlords.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'WildOverlords'),
(950, 14, 'Dragons Tavern BB', 'DragonsTavernBonusBuy', 'slot', 'PlayFiver/Evoplay/DragonsTavernBonusBuy.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'DragonsTavernBonusBuy'),
(951, 14, 'Budai reels', 'BudaiReels', 'slot', 'PlayFiver/Evoplay/BudaiReels.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 19:04:01', 'BudaiReels'),
(952, 14, 'Budai Lils BB', 'BudaiReelsBonusBuy', 'slot', 'PlayFiver/Evoplay/BudaiReelsBonusBuy.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'BudaiReelsBonusBuy'),
(953, 14, 'Money minter', 'MoneyMinter', 'slot', 'PlayFiver/Evoplay/MoneyMinter.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:53:46', 'MoneyMinter'),
(954, 14, 'The Greatest Catch', 'TheGreatestCatch', 'slot', 'PlayFiver/Evoplay/TheGreatestCatch.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'TheGreatestCatch'),
(955, 14, 'Tree of Light BB', 'TreeOfLightBB', 'slot', 'PlayFiver/Evoplay/TreeOfLightBB.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'TreeOfLightBB'),
(956, 14, 'Wolf Hiding', 'WolfHiding', 'slot', 'PlayFiver/Evoplay/WolfHiding.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'WolfHiding'),
(957, 14, 'Camino de Chili', 'CaminoDeChili', 'slot', 'PlayFiver/Evoplay/CaminoDeChili.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 19:05:02', 'CaminoDeChili'),
(958, 14, 'candy dreams', 'CandyDreamsSweetPlanet', 'slot', 'PlayFiver/Evoplay/CandyDreamsSweetPlanet.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:53:51', 'CandyDreamsSweetPlanet'),
(959, 14, 'Wild Overlord BB', 'WildOverlordsBonusBuy', 'slot', 'PlayFiver/Evoplay/WildOverlordsBonusBuy.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'WildOverlordsBonusBuy'),
(960, 14, 'Temple of Thunder', 'TempleOfThunder', 'slot', 'PlayFiver/Evoplay/TempleOfThunder.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'TempleOfThunder'),
(961, 15, 'SUN OF EGYPT', 'sun_of_egypt', 'slot', 'PlayFiver/Booongo/sun_of_egypt.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:44:05', 'sun_of_egypt'),
(962, 15, 'SUN OF EGYPT 2', 'sun_of_egypt_2', 'slot', 'PlayFiver/Booongo/sun_of_egypt_2.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'sun_of_egypt_2'),
(963, 15, 'HAPPY FISH', 'happy_fish', 'slot', 'PlayFiver/Booongo/happy_fish.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:30:44', 'happy_fish'),
(964, 15, 'QUEEN OF THE SUN', 'queen_of_the_sun', 'slot', 'PlayFiver/Booongo/queen_of_the_sun.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'queen_of_the_sun'),
(965, 15, 'TIGER JUNGLE', 'tiger_jungle', 'slot', 'PlayFiver/Booongo/tiger_jungle.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:33:27', 'tiger_jungle'),
(966, 15, 'BLACK WOLF', 'black_wolf', 'slot', 'PlayFiver/Booongo/black_wolf.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:34:14', 'black_wolf'),
(967, 15, 'HIT THE GOLD', 'hit_the_gold', 'slot', 'PlayFiver/Booongo/hit_the_gold.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:44:40', 'hit_the_gold'),
(968, 15, 'CANDY BOOM', 'candy_boom', 'slot', 'PlayFiver/Booongo/candy_boom.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:44:46', 'candy_boom'),
(969, 15, 'SCARAB RICHES', 'scarab_riches', 'slot', 'PlayFiver/Booongo/scarab_riches.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'scarab_riches'),
(970, 15, 'GOLDEN DANCING LION', 'golden_dancing_lion', 'slot', 'PlayFiver/Booongo/golden_dancing_lion.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'golden_dancing_lion'),
(971, 15, 'DRAGON PEARLS', 'dragon_pearls', 'slot', 'PlayFiver/Booongo/dragon_pearls.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:44:33', 'dragon_pearls'),
(972, 15, '3 COINS', '3_coins', 'slot', 'PlayFiver/Booongo/3_coins.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '3_coins'),
(973, 15, 'SUPER RICH GOD', 'super_rich_god', 'slot', 'PlayFiver/Booongo/super_rich_god.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'super_rich_god'),
(974, 15, '15 DRAGON PEARLS', '15_dragon_pearls', 'slot', 'PlayFiver/Booongo/15_dragon_pearls.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:35:27', '15_dragon_pearls'),
(975, 15, 'AZTEC SUN', 'aztec_sun', 'slot', 'PlayFiver/Booongo/aztec_sun.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'aztec_sun'),
(976, 15, 'SCARAB TEMPLE', 'scarab_temple', 'slot', 'PlayFiver/Booongo/scarab_temple.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'scarab_temple'),
(977, 15, 'GODS TEMPLE DELUXE', 'gods_temple_deluxe', 'slot', 'PlayFiver/Booongo/gods_temple_deluxe.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'gods_temple_deluxe'),
(978, 15, 'BOOK OF SUN', 'book_of_sun', 'slot', 'PlayFiver/Booongo/book_of_sun.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'book_of_sun'),
(979, 15, '777 GEMS', '777_gems', 'slot', 'PlayFiver/Booongo/777_gems.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '777_gems'),
(980, 15, 'BOOK OF SUN MULTICHANCE', 'book_of_sun_multichance', 'slot', 'PlayFiver/Booongo/book_of_sun_multichance.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:44:19', 'book_of_sun_multichance'),
(981, 15, 'OLYMPIAN GODS', 'olympian_gods', 'slot', 'PlayFiver/Booongo/olympian_gods.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'olympian_gods'),
(982, 15, '777 GEMS RESPIN', '777_gems_respin', 'slot', 'PlayFiver/Booongo/777_gems_respin.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:33:59', '777_gems_respin'),
(983, 15, 'TIGERS GOLD', 'tigers_gold', 'slot', 'PlayFiver/Booongo/tigers_gold.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'tigers_gold'),
(984, 15, 'MOON SISTERS', 'moon_sisters', 'slot', 'PlayFiver/Booongo/moon_sisters.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'moon_sisters'),
(985, 15, 'BOOK OF SUN CHOICE', 'book_of_sun_choice', 'slot', 'PlayFiver/Booongo/book_of_sun_choice.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'book_of_sun_choice'),
(986, 15, 'SUPER MARBLE', 'super_marble', 'slot', 'PlayFiver/Booongo/super_marble.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'super_marble'),
(987, 15, 'BUDDHA FORTUNE', 'buddha_fortune', 'slot', 'PlayFiver/Booongo/buddha_fortune.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'buddha_fortune'),
(988, 15, 'GREAT PANDA', 'great_panda', 'slot', 'PlayFiver/Booongo/great_panda.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:44:13', 'great_panda'),
(989, 15, '15 GOLDEN EGGS', '15_golden_eggs', 'slot', 'PlayFiver/Booongo/15_golden_eggs.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:33:14', '15_golden_eggs'),
(990, 15, 'THUNDER OF OLYMPUS', 'thunder_of_olympus', 'slot', 'PlayFiver/Booongo/thunder_of_olympus.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'thunder_of_olympus'),
(991, 15, 'EYE OF GOLD', 'eye_of_gold', 'slot', 'PlayFiver/Booongo/eye_of_gold.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'eye_of_gold'),
(992, 15, 'TIGER STONE', 'tiger_stone', 'slot', 'PlayFiver/Booongo/tiger_stone.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'tiger_stone'),
(993, 15, 'MAGIC APPLE', 'magic_apple', 'slot', 'PlayFiver/Booongo/magic_apple.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:33:45', 'magic_apple'),
(994, 15, 'WOLF SAGA', 'wolf_saga', 'slot', 'PlayFiver/Booongo/wolf_saga.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'wolf_saga'),
(995, 15, 'MAGIC BALL', 'magic_ball', 'slot', 'PlayFiver/Booongo/magic_ball.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'magic_ball'),
(996, 15, 'SCARAB BOOST', 'scarab_boost', 'slot', 'PlayFiver/Booongo/scarab_boost.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'scarab_boost'),
(997, 15, 'WUKONG', 'wukong', 'slot', 'PlayFiver/Booongo/wukong.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'wukong'),
(998, 15, 'PEARL DIVER', 'pearl_diver', 'slot', 'PlayFiver/Booongo/pearl_diver.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'pearl_diver'),
(999, 15, '3 COINS EGYPT', '3_coins_egypt', 'slot', 'PlayFiver/Booongo/3_coins_egypt.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:33:16', '3_coins_egypt'),
(1000, 15, 'GANESHA BOOST', 'ganesha_boost', 'slot', 'PlayFiver/Booongo/ganesha_boost.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'ganesha_boost'),
(1001, 15, 'WOLF NIGHT', 'wolf_night', 'slot', 'PlayFiver/Booongo/wolf_night.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:44:24', 'wolf_night'),
(1002, 15, 'BOOK OF WIZARD', 'book_of_wizard', 'slot', 'PlayFiver/Booongo/book_of_wizard.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'book_of_wizard'),
(1003, 15, 'LORD FORTUNE 2', 'lord_fortune_2', 'slot', 'PlayFiver/Booongo/lord_fortune_2.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:30:42', 'lord_fortune_2'),
(1004, 15, 'GOLD EXPRESS', 'gold_express', 'slot', 'PlayFiver/Booongo/gold_express.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:30:42', 'gold_express'),
(1005, 15, 'BOOK OF WIZARD CRYSTAL', 'book_of_wizard_crystal', 'slot', 'PlayFiver/Booongo/book_of_wizard_crystal.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'book_of_wizard_crystal'),
(1006, 15, 'PEARL DIVER 2', 'pearl_diver_2', 'slot', 'PlayFiver/Booongo/pearl_diver_2.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'pearl_diver_2'),
(1007, 15, 'SUN OF EGYPT 3', 'sun_of_egypt_3', 'slot', 'PlayFiver/Booongo/sun_of_egypt_3.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:34:25', 'sun_of_egypt_3'),
(1008, 15, 'CAISHEN WEALTH', 'caishen_wealth', 'slot', 'PlayFiver/Booongo/caishen_wealth.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'caishen_wealth'),
(1009, 15, 'AZTEC FIRE', 'aztec_fire', 'slot', 'PlayFiver/Booongo/aztec_fire.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:30:44', 'aztec_fire'),
(1010, 16, 'Golden eggs', '67', 'slot', 'PlayFiver/Cq9/67.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '67'),
(1011, 16, 'Hercules', '161', 'slot', 'PlayFiver/Cq9/161.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '161'),
(1012, 16, 'Super 5', '16', 'slot', 'PlayFiver/Cq9/16.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '16'),
(1013, 16, 'Happy Rich Year', '72', 'slot', 'PlayFiver/Cq9/72.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:46:15', '72'),
(1014, 16, 'Fruit King', '1', 'slot', 'PlayFiver/Cq9/1.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:46:13', '1'),
(1015, 16, 'Neja Advent', '163', 'slot', 'PlayFiver/Cq9/163.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '163'),
(1016, 16, '777', '26', 'slot', 'PlayFiver/Cq9/26.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:38:04', '26'),
(1017, 16, 'Good fortune', '50', 'slot', 'PlayFiver/Cq9/50.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:38:23', '50'),
(1018, 16, 'God of war', '31', 'slot', 'PlayFiver/Cq9/31.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '31'),
(1019, 16, 'Zeus', '64', 'slot', 'PlayFiver/Cq9/64.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:39:47', '64'),
(1020, 16, 'Pasaycen', '69', 'slot', 'PlayFiver/Cq9/69.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '69'),
(1021, 16, 'Thor', '89', 'slot', 'PlayFiver/Cq9/89.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:36:09', '89'),
(1022, 16, 'Wolf moon', '46', 'slot', 'PlayFiver/Cq9/46.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '46'),
(1023, 16, 'Fire chibi', '139', 'slot', 'PlayFiver/Cq9/139.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '139'),
(1024, 16, 'Gu Gu Gu', '15', 'slot', 'PlayFiver/Cq9/15.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '15'),
(1025, 16, 'Fire Chibi 2', '140', 'slot', 'PlayFiver/Cq9/140.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '140'),
(1026, 16, 'So Sweet', '8', 'slot', 'PlayFiver/Cq9/8.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:36:09', '8'),
(1027, 16, 'Flower fortune', '147', 'slot', 'PlayFiver/Cq9/147.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '147'),
(1028, 16, 'Flying Kai Shen', '113', 'slot', 'PlayFiver/Cq9/113.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '113'),
(1029, 16, 'Gu Gu Gu 2', '58', 'slot', 'PlayFiver/Cq9/58.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '58'),
(1030, 16, 'Wheel money', '128', 'slot', 'PlayFiver/Cq9/128.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:46:07', '128'),
(1031, 16, 'Mr Rich', '5', 'slot', 'PlayFiver/Cq9/5.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '5'),
(1032, 16, 'Gu Gu Gu 3', '180', 'slot', 'PlayFiver/Cq9/180.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:36:11', '180'),
(1033, 16, 'SkullSkull', '118', 'slot', 'PlayFiver/Cq9/118.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:46:23', '118'),
(1034, 16, 'Fortune totem', '148', 'slot', 'PlayFiver/Cq9/148.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '148'),
(1035, 16, 'Diamond treasure', '144', 'slot', 'PlayFiver/Cq9/144.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '144'),
(1036, 16, 'Hot spin', '19', 'slot', 'PlayFiver/Cq9/19.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:39:18', '19'),
(1037, 16, 'Pyramid radar', '112', 'slot', 'PlayFiver/Cq9/112.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '112'),
(1038, 16, 'Pa Kai Shen2', '160', 'slot', 'PlayFiver/Cq9/160.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '160'),
(1039, 16, 'Pharaoh gold', '47', 'slot', 'PlayFiver/Cq9/47.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:36:04', '47'),
(1040, 16, 'Sakura legend', '13', 'slot', 'PlayFiver/Cq9/13.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '13'),
(1041, 16, 'Gopher s War', '34', 'slot', 'PlayFiver/Cq9/34.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '34'),
(1042, 16, 'Summer mood', '59', 'slot', 'PlayFiver/Cq9/59.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '59'),
(1043, 16, 'Football boots', '95', 'slot', 'PlayFiver/Cq9/95.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '95'),
(1044, 16, 'The Beast War', '57', 'slot', 'PlayFiver/Cq9/57.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '57'),
(1045, 16, 'Great lion', '17', 'slot', 'PlayFiver/Cq9/17.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '17'),
(1046, 16, '888', '20', 'slot', 'PlayFiver/Cq9/20.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:38:32', '20'),
(1047, 16, 'Thor 2', '182', 'slot', 'PlayFiver/Cq9/182.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '182'),
(1048, 16, 'Fire 777', '66', 'slot', 'PlayFiver/Cq9/66.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:46:21', '66'),
(1049, 16, 'God of Chess', '2', 'slot', 'PlayFiver/Cq9/2.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '2'),
(1050, 16, 'Big wolf', '21', 'slot', 'PlayFiver/Cq9/21.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '21'),
(1051, 16, 'Dragon s Treasure', '197', 'slot', 'PlayFiver/Cq9/197.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 18:36:06', '197'),
(1052, 16, 'Money tree', '208', 'slot', 'PlayFiver/Cq9/208.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '208'),
(1053, 16, 'Burning Si-Yow', '212', 'slot', 'PlayFiver/Cq9/212.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:46:19', '212'),
(1054, 16, 'Ninja raccoon', '214', 'slot', 'PlayFiver/Cq9/214.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '214'),
(1055, 16, 'Dollar night', '218', 'slot', 'PlayFiver/Cq9/218.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:46:17', '218'),
(1056, 17, 'Ultra Burn', 'vs5ultrab', 'slot', 'PlayFiver/Reelkingdom/vs5ultrab.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs5ultrab'),
(1057, 17, 'Ultra Hold and Spin', 'vs5ultra', 'slot', 'PlayFiver/Reelkingdom/vs5ultra.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:07:32', 'vs5ultra'),
(1058, 17, 'Return of the Dead', 'vs10returndead', 'slot', 'PlayFiver/Reelkingdom/vs10returndead.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10returndead'),
(1059, 17, 'Big Bass Bonanza', 'vs10bbbonanza', 'slot', 'PlayFiver/Reelkingdom/vs10bbbonanza.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10bbbonanza'),
(1060, 17, 'Hot to Burn Hold and Spin', 'vs20hburnhs', 'slot', 'PlayFiver/Reelkingdom/vs20hburnhs.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:07:30', 'vs20hburnhs'),
(1061, 17, 'Lucky Lightning', 'vswayslight', 'slot', 'PlayFiver/Reelkingdom/vswayslight.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-06-03 22:29:53', 'vswayslight'),
(1062, 17, 'Bigger Bass Bonanza', 'vs12bbb', 'slot', 'PlayFiver/Reelkingdom/vs12bbb.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-19 02:44:05', 'vs12bbb'),
(1063, 17, 'Floating Dragon', 'vs10floatdrg', 'slot', 'PlayFiver/Reelkingdom/vs10floatdrg.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-06-03 22:17:19', 'vs10floatdrg'),
(1064, 17, 'Temujin Treasures', 'vs1024temuj', 'slot', 'PlayFiver/Reelkingdom/vs1024temuj.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:07:35', 'vs1024temuj'),
(1065, 17, 'Christmas Big Bass Bonanza', 'vs10bxmasbnza', 'slot', 'PlayFiver/Reelkingdom/vs10bxmasbnza.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10bxmasbnza'),
(1066, 17, 'Big Bass Bonanza Megaways(tm)', 'vswaysbbb', 'slot', 'PlayFiver/Reelkingdom/vswaysbbb.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:07:24', 'vswaysbbb'),
(1067, 17, 'Big Juan', 'vs40bigjuan', 'slot', 'PlayFiver/Reelkingdom/vs40bigjuan.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:07:21', 'vs40bigjuan'),
(1068, 17, 'Star Pirates Code', 'vs10starpirate', 'slot', 'PlayFiver/Reelkingdom/vs10starpirate.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-18 23:02:39', 'vs10starpirate'),
(1069, 17, 'Hot to burn', 'vs5hotburn', 'slot', 'PlayFiver/Reelkingdom/vs5hotburn.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:07:20', 'vs5hotburn'),
(1070, 17, 'Book of Kingdoms', 'vs25bkofkngdm', 'slot', 'PlayFiver/Reelkingdom/vs25bkofkngdm.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs25bkofkngdm'),
(1071, 17, 'Eye of the Storm', 'vs10eyestorm', 'slot', 'PlayFiver/Reelkingdom/vs10eyestorm.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-18 23:23:19', 'vs10eyestorm'),
(1072, 17, 'The Amazing Money Machine', 'vs10amm', 'slot', 'PlayFiver/Reelkingdom/vs10amm.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10amm'),
(1073, 17, 'Lucky Grace And Charm', 'vs10luckcharm', 'slot', 'PlayFiver/Reelkingdom/vs10luckcharm.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10luckcharm'),
(1074, 17, 'Gold Party(r)', 'vs25goldparty', 'slot', 'PlayFiver/Reelkingdom/vs25goldparty.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-06-27 23:34:39', 'vs25goldparty'),
(1075, 17, 'Rock Vegas Mega Hold e Spin', 'vs20rockvegas', 'slot', 'PlayFiver/Reelkingdom/vs20rockvegas.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs20rockvegas'),
(1076, 17, 'Tic Tac Take', 'vs10tictac', 'slot', 'PlayFiver/Reelkingdom/vs10tictac.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-18 20:40:59', 'vs10tictac'),
(1077, 17, 'Queenie', 'vs243queenie', 'slot', 'PlayFiver/Reelkingdom/vs243queenie.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs243queenie'),
(1078, 17, 'Spirit of Adventure', 'vs10spiritadv', 'slot', 'PlayFiver/Reelkingdom/vs10spiritadv.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vs10spiritadv');
INSERT INTO `games` (`id`, `provider_id`, `game_name`, `game_id`, `game_type`, `cover`, `status`, `technology`, `distribution`, `views`, `is_featured`, `show_home`, `created_at`, `updated_at`, `game_code`) VALUES
(1079, 17, 'Little Gem Hold and Spin', 'vs5littlegem', 'slot', 'PlayFiver/Reelkingdom/vs5littlegem.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 10:07:16', 'vs5littlegem'),
(1080, 18, 'Auto-Roulette VIP', '01rb77cq1gtenhmo', 'aovivo', 'PlayFiver/Evolution/01rb77cq1gtenhmo.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '01rb77cq1gtenhmo'),
(1081, 18, 'Speed Baccarat W', 'qgqrucipvltnvnvq', 'aovivo', 'PlayFiver/Evolution/qgqrucipvltnvnvq.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'qgqrucipvltnvnvq'),
(1082, 18, 'Japanese Speed Baccarat A', 'JapSpeedBac00001', 'aovivo', 'PlayFiver/Evolution/JapSpeedBac00001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'JapSpeedBac00001'),
(1083, 18, 'No Commission Baccarat', 'NoCommBac0000001', 'aovivo', 'PlayFiver/Evolution/NoCommBac0000001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'NoCommBac0000001'),
(1084, 18, 'Prosperity Tree Baccarat', 'PTBaccarat000001', 'aovivo', 'PlayFiver/Evolution/PTBaccarat000001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'PTBaccarat000001'),
(1085, 18, 'Korean Speed Baccarat A', 'p63cmvmwagteemoy', 'aovivo', 'PlayFiver/Evolution/p63cmvmwagteemoy.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'p63cmvmwagteemoy'),
(1086, 18, 'MONOPOLY Big Baller', 'MonBigBaller0001', 'aovivo', 'PlayFiver/Evolution/MonBigBaller0001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'MonBigBaller0001'),
(1087, 18, 'Lightning Roulette', 'LightningTable01', 'aovivo', 'PlayFiver/Evolution/LightningTable01.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:49:22', 'LightningTable01'),
(1088, 18, 'Speed Baccarat D', 'ndgvz5mlhfuaad6e', 'aovivo', 'PlayFiver/Evolution/ndgvz5mlhfuaad6e.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'ndgvz5mlhfuaad6e'),
(1089, 18, 'Speed Baccarat J', 'obj64qcnqfunjelj', 'aovivo', 'PlayFiver/Evolution/obj64qcnqfunjelj.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'obj64qcnqfunjelj'),
(1090, 18, 'Roleta Relampago', 'PorROULigh000001', 'aovivo', 'PlayFiver/Evolution/PorROULigh000001.png', '1', 'html5', 'play_fiver', 4, 0, 1, '2024-05-27 11:25:59', '2024-07-26 08:03:54', 'PorROULigh000001'),
(1091, 18, 'Lightning Roulette Italia', 'ovfzgqahvicqtiwu', 'aovivo', 'PlayFiver/Evolution/ovfzgqahvicqtiwu.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'ovfzgqahvicqtiwu'),
(1092, 18, 'Hindi Speed Baccarat B', 'HSpeedBac0000002', 'aovivo', 'PlayFiver/Evolution/HSpeedBac0000002.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'HSpeedBac0000002'),
(1094, 18, 'Ruleta en Vivo', '8clwnwrupuvf0osq', 'aovivo', 'PlayFiver/Evolution/8clwnwrupuvf0osq.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '8clwnwrupuvf0osq'),
(1095, 18, 'Punto Banco', 'xie6wodezmfwmmcb', 'aovivo', 'PlayFiver/Evolution/xie6wodezmfwmmcb.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'xie6wodezmfwmmcb'),
(1096, 18, 'Auto-Roulette', '48z5pjps3ntvqc1b', 'aovivo', 'PlayFiver/Evolution/48z5pjps3ntvqc1b.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-29 23:59:07', '48z5pjps3ntvqc1b'),
(1097, 18, 'Arabic Roulette', 'mkvhbciosnfqhat7', 'aovivo', 'PlayFiver/Evolution/mkvhbciosnfqhat7.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'mkvhbciosnfqhat7'),
(1098, 18, 'Red Door Roulette', 'RedDoorRoulette1', 'aovivo', 'PlayFiver/Evolution/RedDoorRoulette1.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'RedDoorRoulette1'),
(1100, 18, 'Speed Baccarat F', 'nmwde3fd7hvqhq43', 'aovivo', 'PlayFiver/Evolution/nmwde3fd7hvqhq43.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'nmwde3fd7hvqhq43'),
(1101, 18, 'Speed Baccarat K', 'ocye2ju2bsoyq6vv', 'aovivo', 'PlayFiver/Evolution/ocye2ju2bsoyq6vv.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'ocye2ju2bsoyq6vv'),
(1102, 18, 'Emperor Sic Bo', 'EmperorSB0000001', 'aovivo', 'PlayFiver/Evolution/EmperorSB0000001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'EmperorSB0000001'),
(1103, 18, 'Crazy Time A', 'CrazyTime0000002', 'aovivo', 'PlayFiver/Evolution/CrazyTime0000002.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'CrazyTime0000002'),
(1104, 18, 'Speed Baccarat N', 'ovu5eja74ccmyoiq', 'aovivo', 'PlayFiver/Evolution/ovu5eja74ccmyoiq.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'ovu5eja74ccmyoiq'),
(1105, 18, 'Side Bet City', 'SBCTable00000001', 'aovivo', 'PlayFiver/Evolution/SBCTable00000001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SBCTable00000001'),
(1106, 18, 'Speed Baccarat G', 'nmwdzhbg7hvqh6a7', 'aovivo', 'PlayFiver/Evolution/nmwdzhbg7hvqh6a7.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'nmwdzhbg7hvqh6a7'),
(1111, 18, 'American Roulette', 'AmericanTable001', 'aovivo', 'PlayFiver/Evolution/AmericanTable001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'AmericanTable001'),
(1112, 18, 'Roleta ao Vivo', 'PorROU0000000001', 'aovivo', 'PlayFiver/Evolution/PorROU0000000001.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:51:29', 'PorROU0000000001'),
(1113, 18, 'Emperor Roulette', 'pv5q45yjhasyt46y', 'aovivo', 'PlayFiver/Evolution/pv5q45yjhasyt46y.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'pv5q45yjhasyt46y'),
(1114, 18, 'Speed Baccarat E', 'ndgv45bghfuaaebf', 'aovivo', 'PlayFiver/Evolution/ndgv45bghfuaaebf.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'ndgv45bghfuaaebf'),
(1116, 18, 'Immersive Roulette', '7x0b1tgh7agmf6hv', 'aovivo', 'PlayFiver/Evolution/7x0b1tgh7agmf6hv.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-07-23 09:51:34', '7x0b1tgh7agmf6hv'),
(1118, 18, 'No Commission Speed Baccarat C', 'ovu5h6b3ujb4y53w', 'aovivo', 'PlayFiver/Evolution/ovu5h6b3ujb4y53w.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'ovu5h6b3ujb4y53w'),
(1119, 18, 'Speed Baccarat Z', 'qsf63ownyvbqnz33', 'aovivo', 'PlayFiver/Evolution/qsf63ownyvbqnz33.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'qsf63ownyvbqnz33'),
(1120, 18, 'Speed Baccarat C', 'ndgvwvgthfuaad3q', 'aovivo', 'PlayFiver/Evolution/ndgvwvgthfuaad3q.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'ndgvwvgthfuaad3q'),
(1122, 18, 'Caribbean Stud Poker', 'CSPTable00000001', 'aovivo', 'PlayFiver/Evolution/CSPTable00000001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'CSPTable00000001'),
(1123, 18, 'Speed Baccarat U', 'qgqrhfvsvltnueqf', 'aovivo', 'PlayFiver/Evolution/qgqrhfvsvltnueqf.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'qgqrhfvsvltnueqf'),
(1125, 18, 'Auto-Roulette La Partage', 'f1f4rm9xgh4j3u2z', 'aovivo', 'PlayFiver/Evolution/f1f4rm9xgh4j3u2z.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'f1f4rm9xgh4j3u2z'),
(1126, 18, 'MONOPOLY Live', 'Monopoly00000001', 'aovivo', 'PlayFiver/Evolution/Monopoly00000001.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:49:38', 'Monopoly00000001'),
(1129, 18, 'Speed Baccarat A', 'leqhceumaq6qfoug', 'aovivo', 'PlayFiver/Evolution/leqhceumaq6qfoug.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'leqhceumaq6qfoug'),
(1130, 18, 'Speed Baccarat T', 'qgonc7t4ucdiel4o', 'aovivo', 'PlayFiver/Evolution/qgonc7t4ucdiel4o.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'qgonc7t4ucdiel4o'),
(1131, 18, 'Football Studio Roulette', '7nyiaws9tgqrzaz3', 'aovivo', 'PlayFiver/Evolution/7nyiaws9tgqrzaz3.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '7nyiaws9tgqrzaz3'),
(1132, 18, 'Extreme Texas Hold em', 'ETHTable00000001', 'aovivo', 'PlayFiver/Evolution/ETHTable00000001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'ETHTable00000001'),
(1133, 18, 'Baccarat C', 'ndgvs3tqhfuaadyg', 'aovivo', 'PlayFiver/Evolution/ndgvs3tqhfuaadyg.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'ndgvs3tqhfuaadyg'),
(1134, 18, 'Speed Roulette', 'lkcbrbdckjxajdol', 'aovivo', 'PlayFiver/Evolution/lkcbrbdckjxajdol.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'lkcbrbdckjxajdol'),
(1135, 18, 'Speed Baccarat S', 'o4kymodby2fa2c7g', 'aovivo', 'PlayFiver/Evolution/o4kymodby2fa2c7g.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'o4kymodby2fa2c7g'),
(1136, 18, 'Speed Baccarat I', 'nxpkul2hgclallno', 'aovivo', 'PlayFiver/Evolution/nxpkul2hgclallno.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'nxpkul2hgclallno'),
(1137, 18, 'Crazy Time', 'CrazyTime0000001', 'aovivo', 'PlayFiver/Evolution/CrazyTime0000001.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:49:29', 'CrazyTime0000001'),
(1138, 18, 'Roulette', 'vctlz20yfnmp1ylr', 'aovivo', 'PlayFiver/Evolution/vctlz20yfnmp1ylr.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'vctlz20yfnmp1ylr'),
(1139, 18, 'Baccarat Squeeze', 'zixzea8nrf1675oh', 'aovivo', 'PlayFiver/Evolution/zixzea8nrf1675oh.png', '1', 'html5', 'play_fiver', 0, 0, 1, '2024-05-27 11:25:59', '2024-07-23 09:49:46', 'zixzea8nrf1675oh'),
(1140, 18, 'Triple Card Poker', 'TRPTable00000001', 'aovivo', 'PlayFiver/Evolution/TRPTable00000001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'TRPTable00000001'),
(1141, 18, 'Teen Patti', 'teenpattitable01', 'aovivo', 'PlayFiver/Evolution/teenpattitable01.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'teenpattitable01'),
(1142, 18, 'Peek Baccarat', 'peekbaccarat0001', 'aovivo', 'PlayFiver/Evolution/peekbaccarat0001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'peekbaccarat0001'),
(1143, 18, 'Speed Baccarat Q', 'o4kyj7tgpwqqy4m4', 'aovivo', 'PlayFiver/Evolution/o4kyj7tgpwqqy4m4.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'o4kyj7tgpwqqy4m4'),
(1144, 18, 'Funky Time', 'FunkyTime0000001', 'aovivo', 'PlayFiver/Evolution/FunkyTime0000001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'FunkyTime0000001'),
(1145, 18, 'XXXtreme Lightning Roulette', 'XxxtremeLigh0001', 'aovivo', 'PlayFiver/Evolution/XxxtremeLigh0001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'XxxtremeLigh0001'),
(1146, 18, 'Super Andar Bahar', 'AndarBahar000001', 'aovivo', 'PlayFiver/Evolution/AndarBahar000001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'AndarBahar000001'),
(1147, 18, 'Speed Baccarat R', 'o4kylkahpwqqy57w', 'aovivo', 'PlayFiver/Evolution/o4kylkahpwqqy57w.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'o4kylkahpwqqy57w'),
(1148, 18, 'Baccarat B', '60i0lcfx5wkkv3sy', 'aovivo', 'PlayFiver/Evolution/60i0lcfx5wkkv3sy.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', '60i0lcfx5wkkv3sy'),
(1149, 18, 'Bac Bo Ao Vivo', 'PorBacBo00000001', 'aovivo', 'PlayFiver/Evolution/PorBacBo00000001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-06-04 19:30:40', 'PorBacBo00000001'),
(1150, 18, 'No Commission Speed Baccarat B', 'ocye5hmxbsoyrcii', 'aovivo', 'PlayFiver/Evolution/ocye5hmxbsoyrcii.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'ocye5hmxbsoyrcii'),
(1151, 18, 'Texas Hold em Bonus Poker', 'THBTable00000001', 'aovivo', 'PlayFiver/Evolution/THBTable00000001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'THBTable00000001'),
(1152, 18, 'Bonsai Speed Baccarat B', 'BonsaiBacc000002', 'aovivo', 'PlayFiver/Evolution/BonsaiBacc000002.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'BonsaiBacc000002'),
(1153, 18, 'Double Ball Roulette', 'DoubleBallRou001', 'aovivo', 'PlayFiver/Evolution/DoubleBallRou001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'DoubleBallRou001'),
(1154, 18, 'Speed Baccarat B', 'lv2kzclunt2qnxo5', 'aovivo', 'PlayFiver/Evolution/lv2kzclunt2qnxo5.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'lv2kzclunt2qnxo5'),
(1155, 18, 'Casino Hold em', 'HoldemTable00001', 'aovivo', 'PlayFiver/Evolution/HoldemTable00001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'HoldemTable00001'),
(1156, 18, 'Speed Baccarat 2', 'qsf7alptyvbqohva', 'aovivo', 'PlayFiver/Evolution/qsf7alptyvbqohva.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'qsf7alptyvbqohva'),
(1157, 18, 'Lotus Roulette', 'pv2zgy42anvdwk3l', 'aovivo', 'PlayFiver/Evolution/pv2zgy42anvdwk3l.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'pv2zgy42anvdwk3l'),
(1158, 18, 'Speed Baccarat L', 'ovu5cwp54ccmymck', 'aovivo', 'PlayFiver/Evolution/ovu5cwp54ccmymck.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'ovu5cwp54ccmymck'),
(1159, 18, 'Fan Tan', 'FanTan0000000001', 'aovivo', 'PlayFiver/Evolution/FanTan0000000001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'FanTan0000000001'),
(1160, 18, 'Bonsai Speed Baccarat C', 'BonsaiBacc000003', 'aovivo', 'PlayFiver/Evolution/BonsaiBacc000003.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'BonsaiBacc000003'),
(1161, 18, 'Speed Baccarat 7', 'rep5ca4ynyjl7wdw', 'aovivo', 'PlayFiver/Evolution/rep5ca4ynyjl7wdw.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'rep5ca4ynyjl7wdw'),
(1162, 18, 'Speed Baccarat M', 'ovu5dsly4ccmynil', 'aovivo', 'PlayFiver/Evolution/ovu5dsly4ccmynil.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'ovu5dsly4ccmynil'),
(1163, 18, 'Lightning Baccarat', 'LightningBac0001', 'aovivo', 'PlayFiver/Evolution/LightningBac0001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'LightningBac0001'),
(1164, 18, 'Baccarat A', 'oytmvb9m1zysmc44', 'aovivo', 'PlayFiver/Evolution/oytmvb9m1zysmc44.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'oytmvb9m1zysmc44'),
(1165, 18, 'Stock Market', 'StockMarket00001', 'aovivo', 'PlayFiver/Evolution/StockMarket00001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'StockMarket00001'),
(1166, 18, 'Futebol Studio Ao Vivo', 'TopCard000000004', 'aovivo', 'PlayFiver/Evolution/TopCard000000004.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-30 20:07:56', 'TopCard000000004'),
(1167, 18, 'Speed Baccarat 3', 'qsf7bpfvyvbqolwp', 'aovivo', 'PlayFiver/Evolution/qsf7bpfvyvbqolwp.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'qsf7bpfvyvbqolwp'),
(1168, 18, 'Football Studio Dice', 'TopDice000000001', 'aovivo', 'PlayFiver/Evolution/TopDice000000001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'TopDice000000001'),
(1169, 18, 'Baccarat Control Squeeze', 'k2oswnib7jjaaznw', 'aovivo', 'PlayFiver/Evolution/k2oswnib7jjaaznw.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'k2oswnib7jjaaznw'),
(1170, 18, 'Speed Baccarat 1', 'qsf65xtoyvbqoaop', 'aovivo', 'PlayFiver/Evolution/qsf65xtoyvbqoaop.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'qsf65xtoyvbqoaop'),
(1171, 18, 'Speed Baccarat P', 'ovu5fzje4ccmyqnr', 'aovivo', 'PlayFiver/Evolution/ovu5fzje4ccmyqnr.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'ovu5fzje4ccmyqnr'),
(1172, 18, 'Speed Baccarat V', 'qgqrrnuqvltnvejx', 'aovivo', 'PlayFiver/Evolution/qgqrrnuqvltnvejx.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'qgqrrnuqvltnvejx'),
(1173, 18, 'Imperial Quest', 'ImperialQuest001', 'aovivo', 'PlayFiver/Evolution/ImperialQuest001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'ImperialQuest001'),
(1174, 18, 'VIP Roulette', 'wzg6kdkad1oe7m5k', 'aovivo', 'PlayFiver/Evolution/wzg6kdkad1oe7m5k.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'wzg6kdkad1oe7m5k'),
(1175, 18, 'Football Studio', 'TopCard000000001', 'aovivo', 'PlayFiver/Evolution/TopCard000000001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-06-04 19:34:22', 'TopCard000000001'),
(1176, 18, 'Super Sic Bo', 'SuperSicBo000001', 'aovivo', 'PlayFiver/Evolution/SuperSicBo000001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SuperSicBo000001'),
(1177, 18, 'Speed Baccarat O', 'ovu5fbxm4ccmypmb', 'aovivo', 'PlayFiver/Evolution/ovu5fbxm4ccmypmb.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'ovu5fbxm4ccmypmb'),
(1178, 18, 'Speed Baccarat H', 'nxpj4wumgclak2lx', 'aovivo', 'PlayFiver/Evolution/nxpj4wumgclak2lx.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'nxpj4wumgclak2lx'),
(1179, 18, 'Gold Vault Roulette', 'GoldVaultRo00001', 'aovivo', 'PlayFiver/Evolution/GoldVaultRo00001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'GoldVaultRo00001'),
(1180, 18, 'XXXtreme Lightning Baccarat', 'XXXtremeLB000001', 'aovivo', 'PlayFiver/Evolution/XXXtremeLB000001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'XXXtremeLB000001'),
(1181, 18, 'Speed Auto Roulette', 'SpeedAutoRo00001', 'aovivo', 'PlayFiver/Evolution/SpeedAutoRo00001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'SpeedAutoRo00001'),
(1182, 18, 'Bac Bo', 'BacBo00000000001', 'aovivo', 'PlayFiver/Evolution/BacBo00000000001.png', '1', 'html5', 'play_fiver', 1, 0, 1, '2024-05-27 11:25:59', '2024-07-24 17:33:45', 'BacBo00000000001'),
(1183, 18, 'Bonsai Speed Baccarat A', 'BonsaiBacc000001', 'aovivo', 'PlayFiver/Evolution/BonsaiBacc000001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'BonsaiBacc000001'),
(1184, 18, 'Lightning Dice', 'LightningDice001', 'aovivo', 'PlayFiver/Evolution/LightningDice001.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-29 23:57:51', 'LightningDice001'),
(1185, 18, 'Ruleta Relampago en Vivo', 'LightningSpain01', 'aovivo', 'PlayFiver/Evolution/LightningSpain01.png', '1', 'html5', 'play_fiver', 0, 0, 0, '2024-05-27 11:25:59', '2024-05-27 11:27:59', 'LightningSpain01');

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

--
-- Estrutura para tabela `games_keys`
--

CREATE TABLE `games_keys` (
  `id` bigint UNSIGNED NOT NULL,
  `playfiver_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `playfiver_rtp` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `playfiver_secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `playfiver_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `playfiver_token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Despejando dados para a tabela `games_keys`
--

INSERT INTO `games_keys` (`id`, `playfiver_url`, `playfiver_rtp`, `playfiver_secret`, `playfiver_code`, `playfiver_token`, `updated_at`) VALUES
(1, 'https://api.playfiver.com', '70', '', '', '', '2024-07-26 08:29:55');

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

--
-- Estrutura para tabela `game_favorites`
--

CREATE TABLE `game_favorites` (
  `id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `game_id` bigint UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=FIXED;

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

--
-- Estrutura para tabela `game_likes`
--

CREATE TABLE `game_likes` (
  `user_id` bigint UNSIGNED NOT NULL,
  `game_id` bigint UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=FIXED;

--
-- Despejando dados para a tabela `game_likes`
--

INSERT INTO `game_likes` (`user_id`, `game_id`, `created_at`, `updated_at`) VALUES
(1, 3, '2024-06-04 19:14:10', '2024-06-04 19:14:10'),
(1, 1, '2024-06-05 16:51:25', '2024-06-05 16:51:25'),
(1666, 3, '2024-06-05 17:12:33', '2024-06-05 17:12:33'),
(11, 1, '2024-07-08 20:37:52', '2024-07-08 20:37:52');

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

--
-- Estrutura para tabela `game_reviews`
--

CREATE TABLE `game_reviews` (
  `user_id` bigint UNSIGNED NOT NULL,
  `game_id` bigint UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `description` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `rating` int NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

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

--
-- Estrutura para tabela `gateways`
--

CREATE TABLE `gateways` (
  `id` bigint UNSIGNED NOT NULL,
  `suitpay_uri` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `suitpay_cliente_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `suitpay_cliente_secret` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `stripe_production` tinyint DEFAULT '0',
  `stripe_public_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `stripe_secret_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `stripe_webhook_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `bspay_uri` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `bspay_cliente_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `bspay_cliente_secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `public_key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `private_key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `mp_client_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `mp_client_secret` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `mp_public_key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `mp_access_token` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `digitopay_uri` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `digitopay_cliente_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `digitopay_cliente_secret` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Despejando dados para a tabela `gateways`
--

INSERT INTO `gateways` (`id`, `suitpay_uri`, `suitpay_cliente_id`, `suitpay_cliente_secret`, `stripe_production`, `stripe_public_key`, `stripe_secret_key`, `stripe_webhook_key`, `bspay_uri`, `bspay_cliente_id`, `bspay_cliente_secret`, `created_at`, `updated_at`, `public_key`, `private_key`, `mp_client_id`, `mp_client_secret`, `mp_public_key`, `mp_access_token`, `digitopay_uri`, `digitopay_cliente_id`, `digitopay_cliente_secret`) VALUES
(1, 'https://ws.suitpay.app/api/v1/', '', '', 0, NULL, NULL, NULL, NULL, NULL, NULL, '2023-11-30 21:05:51', '2024-07-26 08:30:01', NULL, NULL, NULL, NULL, NULL, NULL, 'https://si5n56mrnjzvt5gr2f536ildr40sqzke.lambda-url.sa-east-1.on.aws/', 'fba5b19f-5d9b-420c-a0d2-8c0f605390c5', 'fde0478c-2d27-4c0d-9a56-e6cb81d25e7b');

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

--
-- Estrutura para tabela `ggds_spin_config`
--

CREATE TABLE `ggds_spin_config` (
  `id` bigint UNSIGNED NOT NULL,
  `prizes` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=COMPACT;

--
-- Despejando dados para a tabela `ggds_spin_config`
--

INSERT INTO `ggds_spin_config` (`id`, `prizes`, `created_at`, `updated_at`) VALUES
(1, '[{\"currency\":\"BRL\",\"value\":5},{\"currency\":\"BRL\",\"value\":10},{\"currency\":\"BRL\",\"value\":25},{\"currency\":\"BRL\",\"value\":30},{\"currency\":\"BRL\",\"value\":40},{\"currency\":\"BRL\",\"value\":50},{\"currency\":\"BRL\",\"value\":90},{\"currency\":\"BRL\",\"value\":100},{\"currency\":\"BRL\",\"value\":140},{\"currency\":\"BRL\",\"value\":15},{\"currency\":\"BRL\",\"value\":30},{\"currency\":\"BRL\",\"value\":500},{\"currency\":\"BRL\",\"value\":1000},{\"currency\":\"BRL\",\"value\":1500},{\"currency\":\"BRL\",\"value\":2000},{\"currency\":\"BRL\",\"value\":2500}]', '2024-01-11 20:52:59', '2024-01-14 17:07:12');

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

--
-- Estrutura para tabela `ggds_spin_runs`
--

CREATE TABLE `ggds_spin_runs` (
  `id` bigint UNSIGNED NOT NULL,
  `key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `nonce` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `possibilities` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `prize` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `updated_at` timestamp NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=COMPACT;

--
-- Despejando dados para a tabela `ggds_spin_runs`
--

INSERT INTO `ggds_spin_runs` (`id`, `key`, `nonce`, `possibilities`, `prize`, `created_at`, `updated_at`) VALUES
(1, 'bccec5b62ab37e996470f8bb36ff83ea127a73f17f31cba275453f5ed7b24c34', '592f4304-4837-4a81-8f27-6c3ac412c7dc', '[{\"currency\":\"brl\",\"value\":5.02},{\"currency\":\"brl\",\"value\":9.79},{\"currency\":\"brl\",\"value\":25},{\"currency\":\"brl\",\"value\":30},{\"currency\":\"brl\",\"value\":40},{\"currency\":\"brl\",\"value\":50},{\"currency\":\"brl\",\"value\":90},{\"currency\":\"brl\",\"value\":105},{\"currency\":\"brl\",\"value\":140},{\"currency\":\"brl\",\"value\":15},{\"currency\":\"brl\",\"value\":30},{\"currency\":\"brl\",\"value\":500},{\"currency\":\"brl\",\"value\":980},{\"currency\":\"brl\",\"value\":1500},{\"currency\":\"brl\",\"value\":2000},{\"currency\":\"brl\",\"value\":2500}]', '{\"currency\":\"brl\",\"value\":2000}', '2024-01-12 15:49:28', '2024-01-12 15:49:28'),
(2, '93f0c422ecb15337d358cca690529c9db7d9b7a52acc0727092b938ade4e1c9b', 'eff5d8c3-475b-4994-a49d-778cf06aebf4', '[{\"currency\":\"brl\",\"value\":5.02},{\"currency\":\"brl\",\"value\":9.79},{\"currency\":\"brl\",\"value\":25},{\"currency\":\"brl\",\"value\":30},{\"currency\":\"brl\",\"value\":40},{\"currency\":\"brl\",\"value\":50},{\"currency\":\"brl\",\"value\":90},{\"currency\":\"brl\",\"value\":105},{\"currency\":\"brl\",\"value\":140},{\"currency\":\"brl\",\"value\":15},{\"currency\":\"brl\",\"value\":30},{\"currency\":\"brl\",\"value\":500},{\"currency\":\"brl\",\"value\":980},{\"currency\":\"brl\",\"value\":1500},{\"currency\":\"brl\",\"value\":2000},{\"currency\":\"brl\",\"value\":2500}]', '{\"currency\":\"brl\",\"value\":25}', '2024-01-12 15:51:01', '2024-01-12 15:51:01'),
(3, 'c7f0b2cc871954aa3a03f680969f029034d111e5550ee0769389fefe3fd6f9fd', '203098ef-3347-4938-813e-91be82891cbc', '[{\"currency\":\"brl\",\"value\":5.02},{\"currency\":\"brl\",\"value\":9.79},{\"currency\":\"brl\",\"value\":25},{\"currency\":\"brl\",\"value\":30},{\"currency\":\"brl\",\"value\":40},{\"currency\":\"brl\",\"value\":50},{\"currency\":\"brl\",\"value\":90},{\"currency\":\"brl\",\"value\":105},{\"currency\":\"brl\",\"value\":140},{\"currency\":\"brl\",\"value\":15},{\"currency\":\"brl\",\"value\":30},{\"currency\":\"brl\",\"value\":500},{\"currency\":\"brl\",\"value\":980},{\"currency\":\"brl\",\"value\":1500},{\"currency\":\"brl\",\"value\":2000},{\"currency\":\"brl\",\"value\":2500}]', '{\"currency\":\"brl\",\"value\":105}', '2024-01-12 15:51:34', '2024-01-12 15:51:34'),
(4, '5b4059c88237be6a78ff1fb35e427fd1e4e1a30184ced8d3e4ed9044a0939663', '65cf85de-3dee-48f4-a1d3-d26a8f89ba16', '[{\"currency\":\"brl\",\"value\":5.02},{\"currency\":\"brl\",\"value\":9.79},{\"currency\":\"brl\",\"value\":25},{\"currency\":\"brl\",\"value\":30},{\"currency\":\"brl\",\"value\":40},{\"currency\":\"brl\",\"value\":50},{\"currency\":\"brl\",\"value\":90},{\"currency\":\"brl\",\"value\":105},{\"currency\":\"brl\",\"value\":140},{\"currency\":\"brl\",\"value\":15},{\"currency\":\"brl\",\"value\":30},{\"currency\":\"brl\",\"value\":500},{\"currency\":\"brl\",\"value\":980},{\"currency\":\"brl\",\"value\":1500},{\"currency\":\"brl\",\"value\":2000},{\"currency\":\"brl\",\"value\":2500}]', '{\"currency\":\"brl\",\"value\":2000}', '2024-01-12 16:56:56', '2024-01-12 16:56:56'),
(5, '0901814bf6598c5c7e1072abcc8fa16290dff49b3c2aa44a9346cee34444f98f', '79519214-2125-4ed5-a672-45973c8af5eb', '[{\"currency\":\"brl\",\"value\":5.02},{\"currency\":\"brl\",\"value\":9.79},{\"currency\":\"brl\",\"value\":25},{\"currency\":\"brl\",\"value\":30},{\"currency\":\"brl\",\"value\":40},{\"currency\":\"brl\",\"value\":50},{\"currency\":\"brl\",\"value\":90},{\"currency\":\"brl\",\"value\":105},{\"currency\":\"brl\",\"value\":140},{\"currency\":\"brl\",\"value\":15},{\"currency\":\"brl\",\"value\":30},{\"currency\":\"brl\",\"value\":500},{\"currency\":\"brl\",\"value\":980},{\"currency\":\"brl\",\"value\":1500},{\"currency\":\"brl\",\"value\":2000},{\"currency\":\"brl\",\"value\":2500}]', '{\"currency\":\"brl\",\"value\":2500}', '2024-01-12 16:57:47', '2024-01-12 16:57:47'),
(6, '7b5642d63b3081907a3b7489794ba74f3052fe490095e7354d98570f6c4e5a6c', 'e5b728db-07e3-4531-910b-7c85f1555973', '[{\"currency\":\"brl\",\"value\":5.02},{\"currency\":\"brl\",\"value\":9.79},{\"currency\":\"brl\",\"value\":25},{\"currency\":\"brl\",\"value\":30},{\"currency\":\"brl\",\"value\":40},{\"currency\":\"brl\",\"value\":50},{\"currency\":\"brl\",\"value\":90},{\"currency\":\"brl\",\"value\":105},{\"currency\":\"brl\",\"value\":140},{\"currency\":\"brl\",\"value\":15},{\"currency\":\"brl\",\"value\":30},{\"currency\":\"brl\",\"value\":500},{\"currency\":\"brl\",\"value\":980},{\"currency\":\"brl\",\"value\":1500},{\"currency\":\"brl\",\"value\":2000},{\"currency\":\"brl\",\"value\":2500}]', '{\"currency\":\"brl\",\"value\":9.79}', '2024-01-12 18:51:25', '2024-01-12 18:51:25'),
(7, '001f8f60f30e431a9f28d39a4db43e0b3e03d0379816fe04ff5007aca5d0a14e', '4ab2acba-57f3-46f4-9dc6-c32e993fb995', '[{\"currency\":\"brl\",\"value\":5.02},{\"currency\":\"brl\",\"value\":9.79},{\"currency\":\"brl\",\"value\":25},{\"currency\":\"brl\",\"value\":30},{\"currency\":\"brl\",\"value\":40},{\"currency\":\"brl\",\"value\":50},{\"currency\":\"brl\",\"value\":90},{\"currency\":\"brl\",\"value\":105},{\"currency\":\"brl\",\"value\":140},{\"currency\":\"brl\",\"value\":15},{\"currency\":\"brl\",\"value\":30},{\"currency\":\"brl\",\"value\":500},{\"currency\":\"brl\",\"value\":980},{\"currency\":\"brl\",\"value\":1500},{\"currency\":\"brl\",\"value\":2000},{\"currency\":\"brl\",\"value\":2500}]', '{\"currency\":\"brl\",\"value\":1500}', '2024-01-12 19:13:25', '2024-01-12 19:13:25'),
(8, '8a801a13e786df312b4d3a2a023b5472cfca776b2b9524af3c12fac4e00bb935', 'e050a5ad-ab8a-4922-95cc-6fae7f62be99', '[{\"currency\":\"brl\",\"value\":5.02},{\"currency\":\"brl\",\"value\":9.79},{\"currency\":\"brl\",\"value\":25},{\"currency\":\"brl\",\"value\":30},{\"currency\":\"brl\",\"value\":40},{\"currency\":\"brl\",\"value\":50},{\"currency\":\"brl\",\"value\":90},{\"currency\":\"brl\",\"value\":105},{\"currency\":\"brl\",\"value\":140},{\"currency\":\"brl\",\"value\":15},{\"currency\":\"brl\",\"value\":30},{\"currency\":\"brl\",\"value\":500},{\"currency\":\"brl\",\"value\":980},{\"currency\":\"brl\",\"value\":1500},{\"currency\":\"brl\",\"value\":2000},{\"currency\":\"brl\",\"value\":2500}]', '{\"currency\":\"brl\",\"value\":2500}', '2024-01-12 19:40:12', '2024-01-12 19:40:12'),
(9, '3432d11c1efd935afcf84fba6c3466c3c98aee06c63163368a18b7d07749ea66', 'de330a3f-b3d0-41ef-94ae-2cee7686f341', '[{\"currency\":\"brl\",\"value\":5.02},{\"currency\":\"brl\",\"value\":9.79},{\"currency\":\"brl\",\"value\":25},{\"currency\":\"brl\",\"value\":30},{\"currency\":\"brl\",\"value\":40},{\"currency\":\"brl\",\"value\":50},{\"currency\":\"brl\",\"value\":90},{\"currency\":\"brl\",\"value\":105},{\"currency\":\"brl\",\"value\":140},{\"currency\":\"brl\",\"value\":15},{\"currency\":\"brl\",\"value\":30},{\"currency\":\"brl\",\"value\":500},{\"currency\":\"brl\",\"value\":980},{\"currency\":\"brl\",\"value\":1500},{\"currency\":\"brl\",\"value\":2000},{\"currency\":\"brl\",\"value\":2500}]', '{\"currency\":\"brl\",\"value\":15}', '2024-01-12 20:01:33', '2024-01-12 20:01:33'),
(10, 'cf741c182225f003f16fb815517a3d94d9cde7e16d767766864c7536ae51e101', 'ec3a409c-159f-4723-848c-7a45fe838c65', '[{\"currency\":\"brl\",\"value\":5.02},{\"currency\":\"brl\",\"value\":9.79},{\"currency\":\"brl\",\"value\":25},{\"currency\":\"brl\",\"value\":30},{\"currency\":\"brl\",\"value\":40},{\"currency\":\"brl\",\"value\":50},{\"currency\":\"brl\",\"value\":90},{\"currency\":\"brl\",\"value\":105},{\"currency\":\"brl\",\"value\":140},{\"currency\":\"brl\",\"value\":15},{\"currency\":\"brl\",\"value\":30},{\"currency\":\"brl\",\"value\":500},{\"currency\":\"brl\",\"value\":980},{\"currency\":\"brl\",\"value\":1500},{\"currency\":\"brl\",\"value\":2000},{\"currency\":\"brl\",\"value\":2500}]', '{\"currency\":\"brl\",\"value\":105}', '2024-01-12 20:26:04', '2024-01-12 20:26:04'),
(11, 'f7a528bd425441c09093c146b4456acc0391b2aaf6af26ed7282dd8b153411df', 'b9e39a17-328e-4730-979f-bd37714552f1', '[{\"currency\":\"brl\",\"value\":5.02},{\"currency\":\"brl\",\"value\":9.79},{\"currency\":\"brl\",\"value\":25},{\"currency\":\"brl\",\"value\":30},{\"currency\":\"brl\",\"value\":40},{\"currency\":\"brl\",\"value\":50},{\"currency\":\"brl\",\"value\":90},{\"currency\":\"brl\",\"value\":105},{\"currency\":\"brl\",\"value\":140},{\"currency\":\"brl\",\"value\":15},{\"currency\":\"brl\",\"value\":30},{\"currency\":\"brl\",\"value\":500},{\"currency\":\"brl\",\"value\":980},{\"currency\":\"brl\",\"value\":1500},{\"currency\":\"brl\",\"value\":2000},{\"currency\":\"brl\",\"value\":2500}]', '{\"currency\":\"brl\",\"value\":5.02}', '2024-01-13 01:02:21', '2024-01-13 01:02:21'),
(12, '7ec6e7dea1750162832a02bbcb986e3a77e4ea3ece5110b0c8c746e9ab586d27', '876d2835-b5c5-4c2f-997d-007fa566d356', '[{\"currency\":\"brl\",\"value\":5.02},{\"currency\":\"brl\",\"value\":9.79},{\"currency\":\"brl\",\"value\":25},{\"currency\":\"brl\",\"value\":30},{\"currency\":\"brl\",\"value\":40},{\"currency\":\"brl\",\"value\":50},{\"currency\":\"brl\",\"value\":90},{\"currency\":\"brl\",\"value\":105},{\"currency\":\"brl\",\"value\":140},{\"currency\":\"brl\",\"value\":15},{\"currency\":\"brl\",\"value\":30},{\"currency\":\"brl\",\"value\":500},{\"currency\":\"brl\",\"value\":980},{\"currency\":\"brl\",\"value\":1500},{\"currency\":\"brl\",\"value\":2000},{\"currency\":\"brl\",\"value\":2500}]', '{\"currency\":\"brl\",\"value\":980}', '2024-01-13 13:40:26', '2024-01-13 13:40:26'),
(13, '7980558afa73f95c09d898c3f40a488de06097822831729b21659e6e330d6f92', '19962ee0-52f1-45dd-b858-4003deb2eb43', '[{\"currency\":\"BRL\",\"value\":5},{\"currency\":\"BRL\",\"value\":10},{\"currency\":\"BRL\",\"value\":25},{\"currency\":\"BRL\",\"value\":30},{\"currency\":\"BRL\",\"value\":40},{\"currency\":\"BRL\",\"value\":50},{\"currency\":\"BRL\",\"value\":90},{\"currency\":\"BRL\",\"value\":100},{\"currency\":\"BRL\",\"value\":140},{\"currency\":\"BRL\",\"value\":15},{\"currency\":\"BRL\",\"value\":30},{\"currency\":\"BRL\",\"value\":500},{\"currency\":\"BRL\",\"value\":1000},{\"currency\":\"BRL\",\"value\":1500},{\"currency\":\"BRL\",\"value\":2000},{\"currency\":\"BRL\",\"value\":2500}]', '{\"currency\":\"BRL\",\"value\":30}', '2024-01-15 19:28:00', '2024-01-15 19:28:00'),
(14, '22ed3bf22aed02418eb2c527739d06f54cc57e907cd5defb7c6eadf5f55de6ec', 'd096bafd-cb29-4701-93e2-a52b55d65ad3', '[{\"currency\":\"BRL\",\"value\":5},{\"currency\":\"BRL\",\"value\":10},{\"currency\":\"BRL\",\"value\":25},{\"currency\":\"BRL\",\"value\":30},{\"currency\":\"BRL\",\"value\":40},{\"currency\":\"BRL\",\"value\":50},{\"currency\":\"BRL\",\"value\":90},{\"currency\":\"BRL\",\"value\":100},{\"currency\":\"BRL\",\"value\":140},{\"currency\":\"BRL\",\"value\":15},{\"currency\":\"BRL\",\"value\":30},{\"currency\":\"BRL\",\"value\":500},{\"currency\":\"BRL\",\"value\":1000},{\"currency\":\"BRL\",\"value\":1500},{\"currency\":\"BRL\",\"value\":2000},{\"currency\":\"BRL\",\"value\":2500}]', '{\"currency\":\"BRL\",\"value\":5}', '2024-06-26 11:09:37', '2024-06-26 11:09:37'),
(15, 'd2d6c288802d56d28fd1752054eb7577ca93c8d2787d1c948c6ee05dec324e7b', '6d496009-e71a-416a-8fb4-5da813029fc2', '[{\"currency\":\"BRL\",\"value\":5},{\"currency\":\"BRL\",\"value\":10},{\"currency\":\"BRL\",\"value\":25},{\"currency\":\"BRL\",\"value\":30},{\"currency\":\"BRL\",\"value\":40},{\"currency\":\"BRL\",\"value\":50},{\"currency\":\"BRL\",\"value\":90},{\"currency\":\"BRL\",\"value\":100},{\"currency\":\"BRL\",\"value\":140},{\"currency\":\"BRL\",\"value\":15},{\"currency\":\"BRL\",\"value\":30},{\"currency\":\"BRL\",\"value\":500},{\"currency\":\"BRL\",\"value\":1000},{\"currency\":\"BRL\",\"value\":1500},{\"currency\":\"BRL\",\"value\":2000},{\"currency\":\"BRL\",\"value\":2500}]', '{\"currency\":\"BRL\",\"value\":2000}', '2024-06-26 11:09:52', '2024-06-26 11:09:52');

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

--
-- Estrutura para tabela `ggr_games`
--

CREATE TABLE `ggr_games` (
  `id` bigint UNSIGNED NOT NULL,
  `user_id` int UNSIGNED NOT NULL,
  `provider` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `game` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `balance_bet` decimal(20,2) NOT NULL DEFAULT '0.00',
  `balance_win` decimal(20,2) NOT NULL DEFAULT '0.00',
  `currency` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `aggregator` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

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

--
-- Estrutura para tabela `ggr_games_drakon`
--

CREATE TABLE `ggr_games_drakon` (
  `id` bigint UNSIGNED NOT NULL,
  `user_id` int UNSIGNED NOT NULL,
  `provider` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `game` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `balance_bet` decimal(20,2) NOT NULL DEFAULT '0.00',
  `balance_win` decimal(20,2) NOT NULL DEFAULT '0.00',
  `currency` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'BRL',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

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

--
-- Estrutura para tabela `ggr_games_world_slots`
--

CREATE TABLE `ggr_games_world_slots` (
  `id` bigint UNSIGNED NOT NULL,
  `user_id` int UNSIGNED NOT NULL,
  `provider` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `game` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `balance_bet` decimal(20,2) NOT NULL DEFAULT '0.00',
  `balance_win` decimal(20,2) NOT NULL DEFAULT '0.00',
  `currency` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'BRL',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

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

--
-- Estrutura para tabela `likes`
--

CREATE TABLE `likes` (
  `id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `liked_user_id` bigint UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=FIXED;

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

--
-- Estrutura para tabela `migrations`
--

CREATE TABLE `migrations` (
  `id` int UNSIGNED NOT NULL,
  `migration` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `batch` int NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Despejando dados para a tabela `migrations`
--

INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '0000_00_00_000000_create_websockets_statistics_entries_table', 1),
(2, '2014_10_12_000000_create_users_table', 1),
(3, '2014_10_12_100000_create_password_reset_tokens_table', 1),
(4, '2019_08_19_000000_create_failed_jobs_table', 1),
(5, '2019_12_14_000001_create_personal_access_tokens_table', 1),
(15, '2023_10_30_034921_create_settings_table', 6),
(7, '2023_11_03_205251_create_sport_categories_table', 1),
(8, '2023_11_03_205252_create_sports_table', 1),
(10, '2023_11_04_001342_create_sport_events_table', 2),
(11, '2023_11_04_213841_add_fields_to_users_table', 3),
(12, '2023_11_07_202919_create_currencies_table', 4),
(13, '2023_11_07_210310_create_wallets_table', 5),
(16, '2023_11_07_214236_create_withdrawals_table', 7),
(17, '2023_11_07_214240_create_deposits_table', 7),
(18, '2023_11_07_214244_create_orders_table', 7),
(19, '2023_11_07_214708_create_suit_pay_payments_table', 7),
(20, '2023_11_07_215204_create_notifications_table', 8),
(21, '2023_11_07_202919_create_currency_alloweds_table', 9),
(22, '2023_11_11_205824_create_casino_categories_table', 9),
(23, '2023_11_11_205834_create_casino_providers_table', 9),
(24, '2023_11_11_205938_create_casino_games_slotgrators_table', 9),
(25, '2023_11_11_210018_create_casino_games_kscinuses_table', 9),
(26, '2023_11_12_225424_create_transactions_table', 10),
(27, '2023_11_12_225431_create_affiliate_histories_table', 10),
(28, '2023_11_12_234643_add_field_to_wallet_table', 11),
(29, '2023_11_14_203632_create_likes_table', 12),
(30, '2023_09_27_214903_create_wallet_changes_table', 13),
(31, '2023_11_16_155140_create_permission_tables', 14),
(32, '2023_11_17_012533_add_language_to_users_table', 15),
(33, '2023_11_22_171616_create_football_leagues_table', 16),
(34, '2023_11_22_175530_create_football_venues_table', 17),
(35, '2023_11_22_175547_create_football_teams_table', 17),
(36, '2023_11_23_143637_create_football_events_table', 18),
(38, '2023_11_29_134520_create_sport_bets_table', 19),
(39, '2023_11_29_135451_create_sport_bets_odds_table', 19),
(40, '2023_11_30_195548_create_gateways_table', 20),
(41, '2023_11_30_195557_create_games_keys_table', 20),
(42, '2023_11_30_195609_create_setting_mails_table', 20),
(43, '2023_10_08_111755_add_fields_to_game_exclusives_table', 20),
(44, '2023_10_07_183921_create_game_exclusives_table', 21),
(45, '2023_10_11_144956_create_system_wallets_table', 22),
(46, '2023_12_18_172721_create_banners_table', 23),
(47, '2023_12_20_135908_create_casino_games_salsas_table', 24),
(48, '2023_12_23_224032_create_fivers_providers_table', 25),
(49, '2023_12_23_224105_create_fivers_games_table', 25),
(50, '2023_12_31_121453_create_custom_layouts_table', 26),
(51, '2024_01_01_193712_create_g_g_r_games_fivers_table', 27),
(52, '2024_01_14_155144_create_missions_table', 28),
(53, '2024_01_14_155150_create_mission_users_table', 28),
(54, '2024_01_19_120728_create_ka_gamings_table', 29),
(55, '2024_01_19_170650_create_categories_table', 30),
(56, '2024_01_19_170657_create_providers_table', 30),
(57, '2024_01_19_170658_create_games_table', 31),
(58, '2023_10_07_183920_create_categories_table', 32),
(59, '2023_10_07_183921_create_providers_table', 33),
(60, '2023_10_07_183922_create_games_table', 34),
(61, '2024_01_20_144529_create_category_games_table', 35),
(62, '2024_01_20_182155_add_vibra_to_games_keys_table', 36),
(63, '2024_01_21_173742_create_game_favorites_table', 37),
(64, '2024_01_21_173752_create_game_likes_table', 37),
(65, '2024_01_21_173803_create_game_reviews_table', 37),
(66, '2024_01_11_231932_create_vibra_casino_games_table', 38),
(69, '2024_01_28_194456_add_vip_to_wallet_table', 40),
(68, '2024_01_28_194645_create_vips_table', 39),
(70, '2024_01_28_231843_create_vip_users_table', 41),
(71, '2024_01_29_102939_add_paid_to_limits_table', 41),
(72, '2024_01_10_001705_create_sub_affiliates_table', 42),
(73, '2024_01_30_120547_create_affiliate_withdraws_table', 43),
(74, '2024_02_09_233936_add_worldslot_to_games_keys_table', 44),
(75, '2024_02_10_191215_add_disable_spin_to_settings_table', 45),
(76, '2024_02_17_210822_add_games2_to_games_keys_table', 46),
(78, '2024_02_20_004853_add_sub_to_settings_table', 47),
(79, '2024_02_24_121146_add_header_to_custom_layouts_table', 48),
(80, '2024_02_26_144235_create_ggr_games_world_slots_table', 49),
(81, '2024_03_01_172613_add_evergame_to_games_keys_table', 50),
(82, '2024_03_03_201700_add_venixkey_to_games_keys_table', 51),
(83, '2024_03_08_201557_add_play_gaming_to_games_keys_table', 52),
(84, '2024_03_21_154342_add_headerbody_to_custom_layouts_table', 53),
(85, '2024_03_21_154342_add_headerbody_to_custom_layouts_table', 54),
(86, '2024_03_21_223739_add_sharkpay_to_gateways_table', 55),
(87, '2024_03_21_230017_add_reference_to_transactions_table', 56),
(88, '2024_03_24_125025_add_rollver_protection_to_settings_table', 57),
(89, '2024_03_24_134101_add_accept_bonus_to_transactions_table', 58),
(90, '2024_03_24_172243_add_receita_to_affiliate_histories_table', 59),
(91, '2024_03_26_161932_add_baseline_column_to_settings_table', 60),
(92, '2024_03_26_234226_add_playigaming_column_to_games_key_table', 61),
(93, '2024_03_25_231103_add_mercado_pago_column_to_gateways_table', 62),
(94, '2024_03_30_215051_add_social_to_custom_layouts_table', 63),
(95, '2024_03_30_225900_create_digito_pay_payments_table', 64),
(96, '2024_03_30_225929_add_digitopay_to_gateways_table', 64),
(97, '2024_03_31_124211_add_digitopay_to_settings_table', 65);

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

--
-- Estrutura para tabela `missions`
--

CREATE TABLE `missions` (
  `id` bigint UNSIGNED NOT NULL,
  `challenge_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `challenge_description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `challenge_rules` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `challenge_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'game',
  `challenge_link` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `challenge_start_date` datetime NOT NULL,
  `challenge_end_date` datetime NOT NULL,
  `challenge_bonus` decimal(20,2) NOT NULL DEFAULT '0.00',
  `challenge_total` bigint NOT NULL DEFAULT '1',
  `challenge_currency` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `challenge_provider` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `challenge_gameid` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

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

--
-- Estrutura para tabela `mission_users`
--

CREATE TABLE `mission_users` (
  `id` bigint UNSIGNED NOT NULL,
  `user_id` int UNSIGNED NOT NULL,
  `mission_id` int UNSIGNED NOT NULL,
  `rounds` bigint DEFAULT '0',
  `rewards` decimal(10,2) DEFAULT '0.00',
  `status` tinyint NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=FIXED;

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

--
-- Estrutura para tabela `model_has_permissions`
--

CREATE TABLE `model_has_permissions` (
  `permission_id` bigint UNSIGNED NOT NULL,
  `model_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `model_id` bigint UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=COMPACT;

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

--
-- Estrutura para tabela `model_has_roles`
--

CREATE TABLE `model_has_roles` (
  `role_id` bigint UNSIGNED NOT NULL,
  `model_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `model_id` bigint UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=COMPACT;

--
-- Despejando dados para a tabela `model_has_roles`
--

INSERT INTO `model_has_roles` (`role_id`, `model_type`, `model_id`) VALUES
(1, 'App\\Models\\User', 1),
(2, 'App\\Models\\User', 1);

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

--
-- Estrutura para tabela `notifications`
--

CREATE TABLE `notifications` (
  `id` char(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `notifiable_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `notifiable_id` bigint UNSIGNED NOT NULL,
  `data` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `read_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

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

--
-- Estrutura para tabela `orders`
--

CREATE TABLE `orders` (
  `id` bigint UNSIGNED NOT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `session_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `transaction_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `game` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `game_uuid` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `type` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `type_money` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `amount` decimal(20,2) NOT NULL DEFAULT '0.00',
  `providers` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `refunded` tinyint NOT NULL DEFAULT '0',
  `status` tinyint NOT NULL DEFAULT '0',
  `round_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Despejando dados para a tabela `orders`
--

INSERT INTO `orders` (`id`, `user_id`, `session_id`, `transaction_id`, `game`, `game_uuid`, `type`, `type_money`, `amount`, `providers`, `refunded`, `status`, `round_id`, `hash`, `created_at`, `updated_at`) VALUES
(1, 1, '66a0a5f2ec450', '1ef498a0-d53c-6506-b555-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 0.50, 'play_fiver', 0, 1, '66a0a5f2ec450', NULL, '2024-07-24 07:57:55', '2024-07-24 07:57:55'),
(2, 1, '66a0a5f623f68', '1ef498a0-f38e-6680-a5d8-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 0.50, 'play_fiver', 0, 1, '66a0a5f623f68', NULL, '2024-07-24 07:57:58', '2024-07-24 07:57:58'),
(3, 1, '66a0a5f7d9b1c', '1ef498a1-0430-6fb0-b1f6-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 0.50, 'play_fiver', 0, 1, '66a0a5f7d9b1c', NULL, '2024-07-24 07:58:00', '2024-07-24 07:58:00'),
(4, 1, '66a0a5fa3835a', '1ef498a1-1a7f-610e-98ff-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 1.50, 'play_fiver', 0, 1, '66a0a5fa3835a', NULL, '2024-07-24 07:58:02', '2024-07-24 07:58:02'),
(5, 1, '66a0a5fbdf6fd', '1ef498a1-2a90-634a-8497-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 1.50, 'play_fiver', 0, 1, '66a0a5fbdf6fd', NULL, '2024-07-24 07:58:04', '2024-07-24 07:58:04'),
(6, 1, '66a0a5fd7eee7', '1ef498a1-39de-673e-b1cb-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 1.50, 'play_fiver', 0, 1, '66a0a5fd7eee7', NULL, '2024-07-24 07:58:05', '2024-07-24 07:58:05'),
(7, 1, '66a0a5ff2fd37', '1ef498a1-49d9-6972-a9f0-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 1.50, 'play_fiver', 0, 1, '66a0a5ff2fd37', NULL, '2024-07-24 07:58:07', '2024-07-24 07:58:07'),
(8, 1, '66a0a604cda5f', '1ef498a1-7fb3-6df4-b8a8-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 1.50, 'play_fiver', 0, 1, '66a0a604cda5f', NULL, '2024-07-24 07:58:13', '2024-07-24 07:58:13'),
(9, 1, '66a0a60694049', '1ef498a1-9085-66c8-a4b4-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 1.50, 'play_fiver', 0, 1, '66a0a60694049', NULL, '2024-07-24 07:58:15', '2024-07-24 07:58:15'),
(10, 1, '66a0a6085d923', '1ef498a1-a177-6da0-aa28-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 1.50, 'play_fiver', 0, 1, '66a0a6085d923', NULL, '2024-07-24 07:58:16', '2024-07-24 07:58:16'),
(11, 1, '66a0a60a2b9a4', '1ef498a1-b296-6c62-a7f9-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 1.50, 'play_fiver', 0, 1, '66a0a60a2b9a4', NULL, '2024-07-24 07:58:18', '2024-07-24 07:58:18'),
(12, 1, '66a0a60bdae77', '1ef498a1-c2f9-6a1e-85e1-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 1.50, 'play_fiver', 0, 1, '66a0a60bdae77', NULL, '2024-07-24 07:58:20', '2024-07-24 07:58:20'),
(13, 1, '66a0a60d8ec39', '1ef498a1-d312-6a22-99db-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 1.50, 'play_fiver', 0, 1, '66a0a60d8ec39', NULL, '2024-07-24 07:58:22', '2024-07-24 07:58:22'),
(14, 1, '66a0a60f4158c', '1ef498a1-e31f-63c0-94ea-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 1.50, 'play_fiver', 0, 1, '66a0a60f4158c', NULL, '2024-07-24 07:58:23', '2024-07-24 07:58:23'),
(15, 1, '66a0a610eb649', '1ef498a1-f34d-65bc-9b28-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 1.50, 'play_fiver', 0, 1, '66a0a610eb649', NULL, '2024-07-24 07:58:25', '2024-07-24 07:58:25'),
(16, 1, '66a0a6128da45', '1ef498a2-02b6-6530-9716-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 1.50, 'play_fiver', 0, 1, '66a0a6128da45', NULL, '2024-07-24 07:58:27', '2024-07-24 07:58:27'),
(17, 1, '66a0a614284af', '1ef498a2-11d4-6648-ade1-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 1.50, 'play_fiver', 0, 1, '66a0a614284af', NULL, '2024-07-24 07:58:28', '2024-07-24 07:58:28'),
(18, 1, '66a0a615d31ea', '1ef498a2-2209-6586-833e-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 1.50, 'play_fiver', 0, 1, '66a0a615d31ea', NULL, '2024-07-24 07:58:30', '2024-07-24 07:58:30'),
(19, 1, '66a0b0fb415a0', '1ef4990a-0bdc-60de-838a-bc241176b098', '126', '126', 'bet', 'balance', 0.50, 'play_fiver', 0, 1, '66a0b0fb415a0', NULL, '2024-07-24 08:44:59', '2024-07-24 08:44:59'),
(20, 1, '66a0b0fd09a46', '1ef4990a-1cc1-634a-83c8-bc241176b098', '126', '126', 'bet', 'balance', 0.50, 'play_fiver', 0, 1, '66a0b0fd09a46', NULL, '2024-07-24 08:45:01', '2024-07-24 08:45:01'),
(21, 1, '66a0b0feb8533', '1ef4990a-2d1d-6798-9fc4-bc241176b098', '126', '126', 'bet', 'balance', 0.50, 'play_fiver', 0, 1, '66a0b0feb8533', NULL, '2024-07-24 08:45:03', '2024-07-24 08:45:03'),
(22, 1, '66a0b10085d39', '1ef4990a-3e36-6fac-92df-bc241176b098', '126', '126', 'win', 'balance', 50.00, 'play_fiver', 0, 1, '66a0b10085d39', NULL, '2024-07-24 08:45:04', '2024-07-24 08:45:04'),
(23, 1, '66a0b4d41a731', '1ef4992e-bc08-652e-8391-bc241176b098', '126', '126', 'bet', 'balance', 50.00, 'play_fiver', 0, 1, '66a0b4d41a731', NULL, '2024-07-24 09:01:24', '2024-07-24 09:01:24'),
(24, 1, '66a0b4d5c0547', '1ef4992e-cc0c-6132-adb0-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 50.00, 'play_fiver', 0, 1, '66a0b4d5c0547', NULL, '2024-07-24 09:01:26', '2024-07-24 09:01:26'),
(25, 1, '66a0b4e8eb605', '1ef4992f-82ee-6602-916d-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 0.50, 'play_fiver', 0, 1, '66a0b4e8eb605', NULL, '2024-07-24 09:01:45', '2024-07-24 09:01:45'),
(26, 1, '66a0b4ea867b3', '1ef4992f-920e-684e-8143-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 0.50, 'play_fiver', 0, 1, '66a0b4ea867b3', NULL, '2024-07-24 09:01:46', '2024-07-24 09:01:46'),
(27, 1, '66a0b68bb13b3', '1ef4993f-1c8d-6376-9054-bc241176b098', '126', '126', 'bet', 'balance_bonus', 0.50, 'play_fiver', 0, 1, '66a0b68bb13b3', NULL, '2024-07-24 09:08:44', '2024-07-24 09:08:44'),
(28, 1, '66a0b69785e78', '1ef4993f-8d4d-678c-95d9-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 0.50, 'play_fiver', 0, 1, '66a0b69785e78', NULL, '2024-07-24 09:08:56', '2024-07-24 09:08:56'),
(29, 1, '66a0b69946ccf', '1ef4993f-9de7-6cfa-bc4a-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 0.50, 'play_fiver', 0, 1, '66a0b69946ccf', NULL, '2024-07-24 09:08:57', '2024-07-24 09:08:57'),
(30, 1, '66a0b6bcde0cc', '1ef49940-f19a-66e4-a1f2-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 0.50, 'play_fiver', 0, 1, '66a0b6bcde0cc', NULL, '2024-07-24 09:09:33', '2024-07-24 09:09:33'),
(31, 1, '66a0b6be9e486', '1ef49941-022e-6bfe-aaee-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 0.50, 'play_fiver', 0, 1, '66a0b6be9e486', NULL, '2024-07-24 09:09:35', '2024-07-24 09:09:35'),
(32, 1, '66a0b6c047036', '1ef49941-11d9-628e-99a4-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 0.50, 'play_fiver', 0, 1, '66a0b6c047036', NULL, '2024-07-24 09:09:36', '2024-07-24 09:09:36'),
(33, 1, '66a0b6c223c46', '1ef49941-238b-6342-8e2f-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 0.50, 'play_fiver', 0, 1, '66a0b6c223c46', NULL, '2024-07-24 09:09:38', '2024-07-24 09:09:38'),
(34, 1, '66a0b6deb5a4e', '1ef49942-3446-65fa-9f83-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 0.50, 'play_fiver', 0, 1, '66a0b6deb5a4e', NULL, '2024-07-24 09:10:07', '2024-07-24 09:10:07'),
(35, 1, '66a0b6e058a6b', '1ef49942-43b6-659e-8eb6-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 0.50, 'play_fiver', 0, 1, '66a0b6e058a6b', NULL, '2024-07-24 09:10:08', '2024-07-24 09:10:08'),
(36, 1, '66a0b6e25274e', '1ef49942-568b-6944-a1d3-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 0.50, 'play_fiver', 0, 1, '66a0b6e25274e', NULL, '2024-07-24 09:10:10', '2024-07-24 09:10:10'),
(37, 1, '66a0b6e91e641', '1ef49942-9744-6c10-b5d5-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 0.50, 'play_fiver', 0, 1, '66a0b6e91e641', NULL, '2024-07-24 09:10:17', '2024-07-24 09:10:17'),
(38, 1, '66a0b6eacb08d', '1ef49942-a78c-644c-b5d0-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 0.50, 'play_fiver', 0, 1, '66a0b6eacb08d', NULL, '2024-07-24 09:10:19', '2024-07-24 09:10:19'),
(39, 1, '66a0b6ec6e977', '1ef49942-b702-6fc0-b687-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 0.50, 'play_fiver', 0, 1, '66a0b6ec6e977', NULL, '2024-07-24 09:10:20', '2024-07-24 09:10:20'),
(40, 1, '66a0b73a76dc8', '1ef49945-9f33-6a5e-8148-bc241176b098', '126', '126', 'bet', 'balance_bonus', 0.50, 'play_fiver', 0, 1, '66a0b73a76dc8', NULL, '2024-07-24 09:11:39', '2024-07-24 09:11:39'),
(41, 1, '66a0b74964eb1', '1ef49946-2d8d-60f2-915a-bc241176b098', '126', '126', 'bet', 'balance_bonus', 0.50, 'play_fiver', 0, 1, '66a0b74964eb1', NULL, '2024-07-24 09:11:53', '2024-07-24 09:11:53'),
(42, 1, '66a0b74c88d5a', '1ef49946-4b90-6586-a0b0-bc241176b098', '126', '126', 'bet', 'balance_bonus', 0.50, 'play_fiver', 0, 1, '66a0b74c88d5a', NULL, '2024-07-24 09:11:57', '2024-07-24 09:11:57'),
(43, 1, '66a0b76210462', '1ef49947-18a9-6d6a-aede-bc241176b098', '126', '126', 'bet', 'balance_bonus', 0.50, 'play_fiver', 0, 1, '66a0b76210462', NULL, '2024-07-24 09:12:18', '2024-07-24 09:12:18'),
(44, 1, '66a0b76a583cf', '1ef49947-67c4-6f3a-b954-bc241176b098', '126', '126', 'bet', 'balance_bonus', 0.50, 'play_fiver', 0, 1, '66a0b76a583cf', NULL, '2024-07-24 09:12:26', '2024-07-24 09:12:26'),
(45, 1, '66a0b78947068', '1ef49948-8ebb-6f52-8fc0-bc241176b098', '126', '126', 'bet', 'balance_bonus', 0.50, 'play_fiver', 0, 1, '66a0b78947068', NULL, '2024-07-24 09:12:57', '2024-07-24 09:12:57'),
(46, 1, '66a0b791409f8', '1ef49948-dac7-6770-8a45-bc241176b098', '126', '126', 'bet', 'balance_bonus', 0.50, 'play_fiver', 0, 1, '66a0b791409f8', NULL, '2024-07-24 09:13:05', '2024-07-24 09:13:05'),
(47, 32, '66a1331c7853b', '1ef49de3-0f88-6100-b649-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a1331c7853b', NULL, '2024-07-24 18:00:13', '2024-07-24 18:00:13'),
(48, 32, '66a1331f041ff', '1ef49de3-2799-6bf4-8891-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a1331f041ff', NULL, '2024-07-24 18:00:15', '2024-07-24 18:00:15'),
(49, 32, '66a13320489e4', '1ef49de3-33d0-60a8-970a-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a13320489e4', NULL, '2024-07-24 18:00:16', '2024-07-24 18:00:16'),
(50, 32, '66a13321cc922', '1ef49de3-4289-6d56-8378-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a13321cc922', NULL, '2024-07-24 18:00:18', '2024-07-24 18:00:18'),
(51, 32, '66a13326e0668', '1ef49de3-72f6-64e4-8c15-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.60, 'play_fiver', 0, 1, '66a13326e0668', NULL, '2024-07-24 18:00:23', '2024-07-24 18:00:23'),
(52, 32, '66a133291cc73', '1ef49de3-87ee-6478-8674-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.60, 'play_fiver', 0, 1, '66a133291cc73', NULL, '2024-07-24 18:00:25', '2024-07-24 18:00:25'),
(53, 32, '66a1332a65a10', '1ef49de3-9450-645a-bb23-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.60, 'play_fiver', 0, 1, '66a1332a65a10', NULL, '2024-07-24 18:00:26', '2024-07-24 18:00:26'),
(54, 32, '66a1332b5fa46', '1ef49de3-9d9e-64b2-a69c-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.60, 'play_fiver', 0, 1, '66a1332b5fa46', NULL, '2024-07-24 18:00:27', '2024-07-24 18:00:27'),
(55, 32, '66a1332d8bfe0', '1ef49de3-b26c-6146-9e01-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.60, 'play_fiver', 0, 1, '66a1332d8bfe0', NULL, '2024-07-24 18:00:29', '2024-07-24 18:00:29'),
(56, 32, '66a1332fd6ead', '1ef49de3-c86c-68ba-8126-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.60, 'play_fiver', 0, 1, '66a1332fd6ead', NULL, '2024-07-24 18:00:32', '2024-07-24 18:00:32'),
(57, 32, '66a1333280ee8', '1ef49de3-e1ad-6388-81d7-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.60, 'play_fiver', 0, 1, '66a1333280ee8', NULL, '2024-07-24 18:00:34', '2024-07-24 18:00:34'),
(58, 32, '66a1333508213', '1ef49de3-f990-6c98-9444-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.60, 'play_fiver', 0, 1, '66a1333508213', NULL, '2024-07-24 18:00:37', '2024-07-24 18:00:37'),
(59, 32, '66a133373aa9e', '1ef49de4-0e9c-6e34-b11c-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.60, 'play_fiver', 0, 1, '66a133373aa9e', NULL, '2024-07-24 18:00:39', '2024-07-24 18:00:39'),
(60, 32, '66a133398fa54', '1ef49de4-2501-6b02-9c44-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.60, 'play_fiver', 0, 1, '66a133398fa54', NULL, '2024-07-24 18:00:42', '2024-07-24 18:00:42'),
(61, 32, '66a1333cde55f', '1ef49de4-44b0-680e-8986-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a1333cde55f', NULL, '2024-07-24 18:00:45', '2024-07-24 18:00:45'),
(62, 32, '66a1333ebc438', '1ef49de4-566f-6086-acbc-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a1333ebc438', NULL, '2024-07-24 18:00:47', '2024-07-24 18:00:47'),
(63, 32, '66a1333fd8a9d', '1ef49de4-6114-6162-a822-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a1333fd8a9d', NULL, '2024-07-24 18:00:48', '2024-07-24 18:00:48'),
(64, 32, '66a133418acf4', '1ef49de4-711c-6514-ad30-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a133418acf4', NULL, '2024-07-24 18:00:49', '2024-07-24 18:00:49'),
(65, 32, '66a1334311102', '1ef49de4-7f6d-6c44-8e4d-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a1334311102', NULL, '2024-07-24 18:00:51', '2024-07-24 18:00:51'),
(66, 32, '66a13344a3f7e', '1ef49de4-8eb4-637e-8821-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a13344a3f7e', NULL, '2024-07-24 18:00:53', '2024-07-24 18:00:53'),
(67, 32, '66a133461c4a9', '1ef49de4-9c7a-6a80-9a4f-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a133461c4a9', NULL, '2024-07-24 18:00:54', '2024-07-24 18:00:54'),
(68, 32, '66a133479151b', '1ef49de4-aa95-6f20-946f-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a133479151b', NULL, '2024-07-24 18:00:55', '2024-07-24 18:00:55'),
(69, 32, '66a13348eb580', '1ef49de4-b7a3-673a-9d3e-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a13348eb580', NULL, '2024-07-24 18:00:57', '2024-07-24 18:00:57'),
(70, 32, '66a1334a39410', '1ef49de4-c3c1-66e8-9ac5-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a1334a39410', NULL, '2024-07-24 18:00:58', '2024-07-24 18:00:58'),
(71, 32, '66a1334b77b00', '1ef49de4-cfbb-666a-ab28-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a1334b77b00', NULL, '2024-07-24 18:00:59', '2024-07-24 18:00:59'),
(72, 32, '66a1334d42b06', '1ef49de4-e0bc-63a6-a831-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a1334d42b06', NULL, '2024-07-24 18:01:01', '2024-07-24 18:01:01'),
(73, 32, '66a1334fc0a70', '1ef49de4-f8ba-6b74-be23-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a1334fc0a70', NULL, '2024-07-24 18:01:04', '2024-07-24 18:01:04'),
(74, 32, '66a1335258f57', '1ef49de5-114a-62c0-8640-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a1335258f57', NULL, '2024-07-24 18:01:06', '2024-07-24 18:01:06'),
(75, 32, '66a13354638eb', '1ef49de5-24c6-67b8-92ee-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a13354638eb', NULL, '2024-07-24 18:01:08', '2024-07-24 18:01:08'),
(76, 32, '66a133573df1c', '1ef49de5-3fea-69ae-958b-bc241176b098', '1543462', '1543462', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a133573df1c', NULL, '2024-07-24 18:01:11', '2024-07-24 18:01:11'),
(77, 32, '66a1338fa010a', '1ef49de7-59cf-616a-bf1e-bc241176b098', '98', '98', 'bet', 'balance', 1.00, 'play_fiver', 0, 1, '66a1338fa010a', NULL, '2024-07-24 18:02:08', '2024-07-24 18:02:08'),
(78, 32, '66a13394e6d20', '1ef49de7-8c41-68e6-b4d3-bc241176b098', '98', '98', 'bet', 'balance', 0.60, 'play_fiver', 0, 1, '66a13394e6d20', NULL, '2024-07-24 18:02:13', '2024-07-24 18:02:13'),
(79, 32, '66a1339882460', '1ef49de7-ae79-627e-8806-bc241176b098', '98', '98', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a1339882460', NULL, '2024-07-24 18:02:16', '2024-07-24 18:02:16'),
(80, 32, '66a1339c898d3', '1ef49de7-d4e7-6b18-bc37-bc241176b098', '98', '98', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a1339c898d3', NULL, '2024-07-24 18:02:20', '2024-07-24 18:02:20'),
(81, 32, '66a1339f5d220', '1ef49de7-efc7-6b72-95a4-bc241176b098', '98', '98', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a1339f5d220', NULL, '2024-07-24 18:02:23', '2024-07-24 18:02:23'),
(82, 32, '66a133a263231', '1ef49de8-0c9f-6fd8-8cac-bc241176b098', '98', '98', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a133a263231', NULL, '2024-07-24 18:02:26', '2024-07-24 18:02:26'),
(83, 32, '66a133a573407', '1ef49de8-29dd-68de-8130-bc241176b098', '98', '98', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a133a573407', NULL, '2024-07-24 18:02:29', '2024-07-24 18:02:29'),
(84, 32, '66a133a8b7449', '1ef49de8-4921-6a56-9472-bc241176b098', '98', '98', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a133a8b7449', NULL, '2024-07-24 18:02:33', '2024-07-24 18:02:33'),
(85, 32, '66a133ac4b119', '1ef49de8-6b0d-6570-9c8a-bc241176b098', '98', '98', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a133ac4b119', NULL, '2024-07-24 18:02:36', '2024-07-24 18:02:36'),
(86, 32, '66a133afb9ed3', '1ef49de8-8bfe-61b2-ba06-bc241176b098', '98', '98', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a133afb9ed3', NULL, '2024-07-24 18:02:40', '2024-07-24 18:02:40'),
(87, 32, '66a133b2c6a3d', '1ef49de8-a919-6738-9a09-bc241176b098', '98', '98', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a133b2c6a3d', NULL, '2024-07-24 18:02:43', '2024-07-24 18:02:43'),
(88, 32, '66a133b60dac0', '1ef49de8-c805-6584-afbc-bc241176b098', '98', '98', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a133b60dac0', NULL, '2024-07-24 18:02:46', '2024-07-24 18:02:46'),
(89, 32, '66a133ba2c670', '1ef49de8-ef5e-6acc-b0ed-bc241176b098', '98', '98', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a133ba2c670', NULL, '2024-07-24 18:02:50', '2024-07-24 18:02:50'),
(90, 32, '66a133bd1af5b', '1ef49de9-0b4c-6626-b314-bc241176b098', '98', '98', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a133bd1af5b', NULL, '2024-07-24 18:02:53', '2024-07-24 18:02:53'),
(91, 32, '66a133c02f6a8', '1ef49de9-28b5-65e6-a094-bc241176b098', '98', '98', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a133c02f6a8', NULL, '2024-07-24 18:02:56', '2024-07-24 18:02:56'),
(92, 32, '66a133c5b09f6', '1ef49de9-5d70-6c18-b87a-bc241176b098', '98', '98', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a133c5b09f6', NULL, '2024-07-24 18:03:02', '2024-07-24 18:03:02'),
(93, 32, '66a133c8c013d', '1ef49de9-7aa7-620a-aa82-bc241176b098', '98', '98', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a133c8c013d', NULL, '2024-07-24 18:03:05', '2024-07-24 18:03:05'),
(94, 32, '66a133cbe4e17', '1ef49de9-98b3-63de-966c-bc241176b098', '98', '98', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a133cbe4e17', NULL, '2024-07-24 18:03:08', '2024-07-24 18:03:08'),
(95, 32, '66a133cf24939', '1ef49de9-b755-6e72-a2e9-bc241176b098', '98', '98', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a133cf24939', NULL, '2024-07-24 18:03:11', '2024-07-24 18:03:11'),
(96, 32, '66a133d248681', '1ef49de9-d558-6898-a196-bc241176b098', '98', '98', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a133d248681', NULL, '2024-07-24 18:03:14', '2024-07-24 18:03:14'),
(97, 32, '66a133d57f238', '1ef49de9-f418-6198-9728-bc241176b098', '98', '98', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a133d57f238', NULL, '2024-07-24 18:03:17', '2024-07-24 18:03:17'),
(98, 32, '66a133d89ed55', '1ef49dea-11f1-6296-a88c-bc241176b098', '98', '98', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a133d89ed55', NULL, '2024-07-24 18:03:21', '2024-07-24 18:03:21'),
(99, 32, '66a133da9cb2a', '1ef49dea-24ee-64e8-bae5-bc241176b098', '98', '98', 'bet', 'balance', 0.30, 'play_fiver', 0, 1, '66a133da9cb2a', NULL, '2024-07-24 18:03:23', '2024-07-24 18:03:23'),
(100, 1, '66a349ebef192', '1ef4b1cf-6937-608e-a34f-bc241176b098', '126', '126', 'win', 'balance_bonus', 3.00, 'play_fiver', 0, 1, '66a349ebef192', NULL, '2024-07-26 08:02:04', '2024-07-26 08:02:04'),
(101, 1, '66a34a106358e', '1ef4b1d0-c49d-6f1c-8daa-bc241176b098', '126', '126', 'win', 'balance_bonus', 150.00, 'play_fiver', 0, 1, '66a34a106358e', NULL, '2024-07-26 08:02:40', '2024-07-26 08:02:40'),
(102, 1, '66a34a147535c', '1ef4b1d0-eb75-6414-9b2d-bc241176b098', '126', '126', 'win', 'balance_bonus', 150.00, 'play_fiver', 0, 1, '66a34a147535c', NULL, '2024-07-26 08:02:44', '2024-07-26 08:02:44'),
(103, 1, '66a34a184c9d5', '1ef4b1d1-1004-6e74-86c0-bc241176b098', '126', '126', 'win', 'balance_bonus', 150.00, 'play_fiver', 0, 1, '66a34a184c9d5', NULL, '2024-07-26 08:02:48', '2024-07-26 08:02:48'),
(104, 1, '66a34a1c1b014', '1ef4b1d1-343a-6aaa-80aa-bc241176b098', '126', '126', 'win', 'balance_bonus', 250.00, 'play_fiver', 0, 1, '66a34a1c1b014', NULL, '2024-07-26 08:02:52', '2024-07-26 08:02:52'),
(105, 1, '66a34a94e65fe', '1ef4b1d5-b495-6e26-b77a-bc241176b098', 'PorROULigh000001', 'PorROULigh000001', 'bet', 'balance_bonus', 50.00, 'play_fiver', 0, 1, '66a34a94e65fe', NULL, '2024-07-26 08:04:53', '2024-07-26 08:04:53'),
(106, 1, '66a3503503893', '1ef4b20b-5a2b-6590-9f9e-bc241176b098', '126', '126', 'bet', 'balance_withdrawal', 15.00, 'play_fiver', 0, 1, '66a3503503893', NULL, '2024-07-26 08:28:53', '2024-07-26 08:28:53');

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

--
-- Estrutura para tabela `password_reset_tokens`
--

CREATE TABLE `password_reset_tokens` (
  `email` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `token` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

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

--
-- Estrutura para tabela `permissions`
--

CREATE TABLE `permissions` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `guard_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=COMPACT;

--
-- Despejando dados para a tabela `permissions`
--

INSERT INTO `permissions` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES
(1, 'games-exclusive-edit', 'web', '2023-10-12 16:23:45', '2023-10-12 18:12:28'),
(2, 'games-exclusive-view', 'web', '2023-10-12 16:23:56', '2023-10-12 18:11:25'),
(3, 'games-exclusive-create', 'web', '2023-10-12 16:25:06', '2023-10-12 18:11:10'),
(4, 'admin-view', 'web', '2023-10-12 17:56:35', '2023-10-12 17:56:35'),
(5, 'admin-create', 'web', '2023-10-12 18:56:02', '2023-10-12 18:56:02'),
(6, 'admin-edit', 'web', '2023-10-12 18:56:27', '2023-10-12 18:56:27'),
(7, 'admin-delete', 'web', '2023-10-12 18:56:55', '2023-10-12 18:56:55'),
(8, 'category-view', 'web', '2023-10-12 19:01:31', '2023-10-12 19:01:31'),
(9, 'category-create', 'web', '2023-10-12 19:01:46', '2023-10-12 19:01:46'),
(10, 'category-edit', 'web', '2023-10-12 19:01:59', '2023-10-12 19:01:59'),
(11, 'category-delete', 'web', '2023-10-12 19:02:09', '2023-10-12 19:02:09'),
(12, 'game-view', 'web', '2023-10-12 19:02:27', '2023-10-12 19:02:27'),
(13, 'game-create', 'web', '2023-10-12 19:02:36', '2023-10-12 19:02:36'),
(14, 'game-edit', 'web', '2023-10-12 19:02:44', '2023-10-12 19:02:44'),
(15, 'game-delete', 'web', '2023-10-12 19:02:54', '2023-10-12 19:02:54'),
(16, 'wallet-view', 'web', '2023-10-12 19:05:49', '2023-10-12 19:05:49'),
(17, 'wallet-create', 'web', '2023-10-12 19:06:01', '2023-10-12 19:06:01'),
(18, 'wallet-edit', 'web', '2023-10-12 19:06:11', '2023-10-12 19:06:11'),
(19, 'wallet-delete', 'web', '2023-10-12 19:06:18', '2023-10-12 19:06:18'),
(20, 'deposit-view', 'web', '2023-10-12 19:06:44', '2023-10-12 19:06:44'),
(21, 'deposit-create', 'web', '2023-10-12 19:06:56', '2023-10-12 19:06:56'),
(22, 'deposit-edit', 'web', '2023-10-12 19:07:05', '2023-10-12 19:07:05'),
(23, 'deposit-update', 'web', '2023-10-12 19:08:00', '2023-10-12 19:08:00'),
(24, 'deposit-delete', 'web', '2023-10-12 19:08:11', '2023-10-12 19:08:11'),
(25, 'withdrawal-view', 'web', '2023-10-12 19:09:31', '2023-10-12 19:09:31'),
(26, 'withdrawal-create', 'web', '2023-10-12 19:09:40', '2023-10-12 19:09:40'),
(27, 'withdrawal-edit', 'web', '2023-10-12 19:09:51', '2023-10-12 19:09:51'),
(28, 'withdrawal-update', 'web', '2023-10-12 19:10:00', '2023-10-12 19:10:00'),
(29, 'withdrawal-delete', 'web', '2023-10-12 19:10:09', '2023-10-12 19:10:09'),
(30, 'order-view', 'web', '2023-10-12 19:12:36', '2023-10-12 19:12:36'),
(31, 'order-create', 'web', '2023-10-12 19:12:47', '2023-10-12 19:12:47'),
(32, 'order-edit', 'web', '2023-10-12 19:12:56', '2023-10-12 19:12:56'),
(33, 'order-update', 'web', '2023-10-12 19:13:06', '2023-10-12 19:13:06'),
(34, 'order-delete', 'web', '2023-10-12 19:13:19', '2023-10-12 19:13:19'),
(35, 'admin-menu-view', 'web', '2023-10-12 20:26:06', '2023-10-12 20:26:06'),
(36, 'setting-view', 'web', '2023-10-12 21:25:46', '2023-10-12 21:25:46'),
(37, 'setting-create', 'web', '2023-10-12 21:25:57', '2023-10-12 21:25:57'),
(38, 'setting-edit', 'web', '2023-10-12 21:26:06', '2023-10-12 21:26:06'),
(39, 'setting-update', 'web', '2023-10-12 21:26:19', '2023-10-12 21:26:19'),
(40, 'setting-delete', 'web', '2023-10-12 21:26:33', '2023-10-12 21:26:33');

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

--
-- Estrutura para tabela `personal_access_tokens`
--

CREATE TABLE `personal_access_tokens` (
  `id` bigint UNSIGNED NOT NULL,
  `tokenable_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `tokenable_id` bigint UNSIGNED NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `token` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `abilities` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci,
  `last_used_at` timestamp NULL DEFAULT NULL,
  `expires_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

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

--
-- Estrutura para tabela `providers`
--

CREATE TABLE `providers` (
  `id` bigint UNSIGNED NOT NULL,
  `cover` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `code` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `status` tinyint NOT NULL DEFAULT '1',
  `rtp` bigint DEFAULT '90',
  `views` bigint DEFAULT '1',
  `distribution` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Despejando dados para a tabela `providers`
--

INSERT INTO `providers` (`id`, `cover`, `code`, `name`, `status`, `rtp`, `views`, `distribution`, `created_at`, `updated_at`) VALUES
(2, NULL, 'PRAGMATIC', 'PRAGMATIC', 1, 50, 1, 'play_fiver', '2024-04-16 02:51:14', '2024-05-09 01:18:26'),
(3, NULL, 'SPRIBE', 'SPRIBE', 1, 50, 1, 'play_fiver', '2024-04-16 14:38:13', '2024-06-08 00:39:45'),
(9, NULL, 'NETENT', 'NETENT', 1, 50, 1, 'play_fiver', '2024-04-16 15:30:19', '2024-05-06 17:13:19'),
(13, NULL, 'DREAMTECH', 'DREAMTECH', 1, 50, 1, 'play_fiver', '2024-04-16 17:48:28', '2024-05-09 00:55:00'),
(1, NULL, 'PGSOFT', 'PGSOFT', 1, 50, 1, 'play_fiver', '2024-05-02 13:49:33', '2024-07-24 07:20:50'),
(4, NULL, 'GALAXSYS', 'GALAXSYS', 1, 50, 1, 'play_fiver', '2024-05-02 14:24:20', '2024-05-09 00:54:52'),
(5, NULL, 'NOVAMATIC', 'NOVAMATIC', 1, 50, 1, 'play_fiver', '2024-05-02 14:42:14', '2024-05-06 17:07:08'),
(6, NULL, 'MICROGAMING', 'MICROGAMING', 1, 50, 1, 'play_fiver', '2024-05-02 14:51:14', '2024-05-06 17:09:52'),
(7, NULL, 'HABANERO', 'HABANERO', 1, 50, 1, 'play_fiver', '2024-05-02 16:15:37', '2024-05-06 17:10:28'),
(8, NULL, 'PLAYNGO', 'PLAYNGO', 1, 50, 1, 'play_fiver', '2024-05-02 16:22:19', '2024-05-06 17:11:29'),
(10, NULL, 'PLAYSON', 'PLAYSON', 1, 50, 1, 'play_fiver', '2024-05-02 16:49:33', '2024-05-06 17:14:01'),
(11, NULL, 'PRAGMATICLIVE', 'PRAGMATICLIVE', 1, 50, 1, 'play_fiver', '2024-05-02 17:53:24', '2024-05-06 17:15:46'),
(12, NULL, 'TOPTREND', 'TOPTREND', 1, 50, 1, 'play_fiver', '2024-05-02 17:58:52', '2024-05-06 17:17:12'),
(15, NULL, 'BOOONGO', 'BOOONGO', 1, 50, 1, 'play_fiver', '2024-05-03 14:18:11', '2024-05-09 01:19:22'),
(14, NULL, 'EVOPLAY', 'EVOPLAY', 1, 50, 1, 'play_fiver', '2024-05-03 14:25:49', '2024-07-15 20:29:21'),
(16, NULL, 'CQ9', 'CQ9', 1, 50, 1, 'play_fiver', '2024-05-23 20:48:08', '2024-05-23 21:24:22'),
(17, NULL, 'REELKINGDOM', 'REELKINGDOM', 1, 50, 1, 'play_fiver', '2024-05-29 18:30:55', '2024-05-29 18:30:55'),
(18, NULL, 'EVOLUTION', 'EVOLUTION', 1, 50, 1, 'play_fiver', '2024-06-17 17:05:10', '2024-06-17 17:05:10');

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

--
-- Estrutura para tabela `roles`
--

CREATE TABLE `roles` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `guard_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=COMPACT;

--
-- Despejando dados para a tabela `roles`
--

INSERT INTO `roles` (`id`, `name`, `guard_name`, `created_at`, `updated_at`) VALUES
(1, 'admin', 'web', '2023-10-12 16:20:41', '2023-10-12 16:20:41'),
(2, 'afiliado', 'web', '2023-10-12 16:21:08', '2023-10-12 16:21:08');

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

--
-- Estrutura para tabela `role_has_permissions`
--

CREATE TABLE `role_has_permissions` (
  `permission_id` bigint UNSIGNED NOT NULL,
  `role_id` bigint UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=COMPACT;

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

--
-- Estrutura para tabela `settings`
--

CREATE TABLE `settings` (
  `id` bigint UNSIGNED NOT NULL,
  `software_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `software_description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `software_favicon` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `software_logo_white` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `software_logo_black` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `software_background` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `currency_code` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'BRL',
  `decimal_format` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'dot',
  `currency_position` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'left',
  `revshare_percentage` bigint DEFAULT '20',
  `ngr_percent` bigint DEFAULT '20',
  `soccer_percentage` bigint DEFAULT '30',
  `prefix` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'R$',
  `storage` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'local',
  `initial_bonus` bigint DEFAULT '0',
  `min_deposit` decimal(10,2) DEFAULT '20.00',
  `max_deposit` decimal(10,2) DEFAULT '0.00',
  `min_withdrawal` decimal(10,2) DEFAULT '20.00',
  `max_withdrawal` decimal(10,2) DEFAULT '0.00',
  `rollover` bigint DEFAULT '10',
  `rollover_deposit` bigint DEFAULT '1',
  `suitpay_is_enable` tinyint DEFAULT '1',
  `stripe_is_enable` tinyint DEFAULT '1',
  `bspay_is_enable` tinyint DEFAULT '0',
  `sharkpay_is_enable` tinyint DEFAULT '1',
  `turn_on_football` tinyint DEFAULT '1',
  `revshare_reverse` tinyint(1) DEFAULT '1',
  `bonus_vip` bigint DEFAULT '100',
  `activate_vip_bonus` tinyint(1) DEFAULT '1',
  `updated_at` timestamp NULL DEFAULT NULL,
  `maintenance_mode` tinyint DEFAULT '0',
  `withdrawal_limit` bigint DEFAULT NULL,
  `withdrawal_period` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `disable_spin` tinyint(1) NOT NULL DEFAULT '0',
  `perc_sub_lv1` bigint NOT NULL DEFAULT '4',
  `perc_sub_lv2` bigint NOT NULL DEFAULT '2',
  `perc_sub_lv3` bigint NOT NULL DEFAULT '3',
  `disable_rollover` tinyint DEFAULT '0',
  `rollover_protection` bigint NOT NULL DEFAULT '1',
  `cpa_baseline` decimal(10,2) DEFAULT NULL,
  `cpa_value` decimal(10,2) DEFAULT NULL,
  `mercadopago_is_enable` tinyint DEFAULT '0',
  `digitopay_is_enable` tinyint NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Despejando dados para a tabela `settings`
--

INSERT INTO `settings` (`id`, `software_name`, `software_description`, `software_favicon`, `software_logo_white`, `software_logo_black`, `software_background`, `currency_code`, `decimal_format`, `currency_position`, `revshare_percentage`, `ngr_percent`, `soccer_percentage`, `prefix`, `storage`, `initial_bonus`, `min_deposit`, `max_deposit`, `min_withdrawal`, `max_withdrawal`, `rollover`, `rollover_deposit`, `suitpay_is_enable`, `stripe_is_enable`, `bspay_is_enable`, `sharkpay_is_enable`, `turn_on_football`, `revshare_reverse`, `bonus_vip`, `activate_vip_bonus`, `updated_at`, `maintenance_mode`, `withdrawal_limit`, `withdrawal_period`, `disable_spin`, `perc_sub_lv1`, `perc_sub_lv2`, `perc_sub_lv3`, `disable_rollover`, `rollover_protection`, `cpa_baseline`, `cpa_value`, `mercadopago_is_enable`, `digitopay_is_enable`) VALUES
(1, 'Onda Games', 'Onda Games Casinos', 'uploads/VWnVErV7e3v08swyPZqqFIKGovwIUy7drPwedygG.png', 'uploads/b63usNv0uCyaUSyK5n6tETCkOSWLy83baaPI0h09.png', 'uploads/jBVTuwCtW62EMYgntuWQJ6w8RjKdriFLY98VEYhJ.png', '[]', 'BRL', 'dot', 'left', 20, 30, 30, 'R$', 'local', 0, 10.00, 50000.00, 25.00, 500.00, 18, 2, 1, 1, 1, 1, 0, 0, 10, 0, '2024-07-24 09:13:21', 0, 2, 'daily', 1, 20, 20, 20, 0, 10, 50.00, 10.00, 0, 1);

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

--
-- Estrutura para tabela `setting_mails`
--

CREATE TABLE `setting_mails` (
  `id` bigint UNSIGNED NOT NULL,
  `software_smtp_type` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `software_smtp_mail_host` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `software_smtp_mail_port` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `software_smtp_mail_username` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `software_smtp_mail_password` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `software_smtp_mail_encryption` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `software_smtp_mail_from_address` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `software_smtp_mail_from_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

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

--
-- Estrutura para tabela `sub_affiliates`
--

CREATE TABLE `sub_affiliates` (
  `id` bigint UNSIGNED NOT NULL,
  `affiliate_id` int UNSIGNED NOT NULL,
  `user_id` int UNSIGNED NOT NULL,
  `status` tinyint(1) DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=FIXED;

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

--
-- Estrutura para tabela `suit_pay_payments`
--

CREATE TABLE `suit_pay_payments` (
  `id` bigint UNSIGNED NOT NULL,
  `payment_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `withdrawal_id` bigint UNSIGNED NOT NULL,
  `pix_key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `pix_type` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `amount` decimal(10,2) NOT NULL DEFAULT '0.00',
  `observation` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci,
  `status` tinyint NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Despejando dados para a tabela `suit_pay_payments`
--

INSERT INTO `suit_pay_payments` (`id`, `payment_id`, `user_id`, `withdrawal_id`, `pix_key`, `pix_type`, `amount`, `observation`, `status`, `created_at`, `updated_at`) VALUES
(1, 'a1c9e9ed-8f68-42b4-9fd3-a5a586dedb59', 3, 1, '82991134322', 'phoneNumber', 20.00, 'Saque direto', 1, '2024-07-04 12:20:52', '2024-07-04 12:20:54'),
(2, 'da768a27-1ca3-40a0-b654-4bc943fe7ba9', 19, 2, '12170108408', 'document', 25.00, 'Saque direto', 1, '2024-07-11 15:51:31', '2024-07-11 15:51:33'),
(3, NULL, 1, 3, '081.039.861-35', 'document', 47.00, 'Saque direto', 0, '2024-07-24 06:15:01', '2024-07-24 06:15:01');

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

--
-- Estrutura para tabela `system_wallets`
--

CREATE TABLE `system_wallets` (
  `id` bigint UNSIGNED NOT NULL,
  `label` char(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `balance` decimal(27,12) NOT NULL DEFAULT '0.000000000000',
  `balance_min` decimal(27,12) NOT NULL DEFAULT '10000.100000000000',
  `pay_upto_percentage` decimal(4,2) NOT NULL DEFAULT '45.00',
  `mode` enum('balance_min','percentage') CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'percentage',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=FIXED;

--
-- Despejando dados para a tabela `system_wallets`
--

INSERT INTO `system_wallets` (`id`, `label`, `balance`, `balance_min`, `pay_upto_percentage`, `mode`, `created_at`, `updated_at`) VALUES
(1, 'system', 261.800000000000, 10000.100000000000, 45.00, 'percentage', '2023-10-11 16:11:15', '2023-10-16 18:42:00');

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

--
-- Estrutura para tabela `transactions`
--

CREATE TABLE `transactions` (
  `id` bigint UNSIGNED NOT NULL,
  `payment_id` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `user_id` int UNSIGNED NOT NULL,
  `payment_method` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `price` decimal(20,2) NOT NULL DEFAULT '0.00',
  `currency` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'usd',
  `status` tinyint DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `reference` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `accept_bonus` tinyint(1) NOT NULL DEFAULT '1',
  `idUnico` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Despejando dados para a tabela `transactions`
--

INSERT INTO `transactions` (`id`, `payment_id`, `user_id`, `payment_method`, `price`, `currency`, `status`, `created_at`, `updated_at`, `reference`, `accept_bonus`, `idUnico`) VALUES
(3, 'e4276951-b743-42f2-abf5-20fac7ce3fa7', 1, 'pix', 10.00, 'BRL', 0, '2024-07-24 08:37:52', '2024-07-24 08:37:52', NULL, 1, '66a0af4eae797'),
(2, '45fda840-a661-428f-87a6-a1263b6ce8e7', 1, 'pix', 10.00, 'BRL', 1, '2024-07-24 08:29:06', '2024-07-24 08:30:13', NULL, 1, '66a0ad410dbca'),
(4, 'a547c806-cfa0-4655-845d-a7c2e1a71092', 32, 'pix', 20.00, 'BRL', 1, '2024-07-24 17:57:49', '2024-07-24 17:59:16', NULL, 1, '66a1328b92042'),
(5, '18958291-4797-4f8a-8549-6705c378490d', 32, 'pix', 20.00, 'BRL', 0, '2024-07-24 17:58:46', '2024-07-24 17:58:46', NULL, 1, '66a132c4250a0'),
(6, '7b51d818-8134-4f3b-a73d-da975ef419d2', 1, 'pix', 10.00, 'BRL', 1, '2024-07-26 08:18:43', '2024-07-26 08:20:16', NULL, 1, '66a34dd0f0ecf');

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

--
-- Estrutura para tabela `users`
--

CREATE TABLE `users` (
  `id` bigint UNSIGNED NOT NULL,
  `name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `email` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `email_verified_at` timestamp NULL DEFAULT NULL,
  `password` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `remember_token` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `oauth_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `oauth_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `avatar` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `last_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `cpf` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `phone` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `logged_in` tinyint NOT NULL DEFAULT '0',
  `banned` tinyint NOT NULL DEFAULT '0',
  `inviter` int DEFAULT NULL,
  `inviter_code` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `affiliate_revenue_share` bigint NOT NULL DEFAULT '2',
  `affiliate_revenue_share_fake` bigint DEFAULT NULL,
  `affiliate_cpa` decimal(20,2) NOT NULL DEFAULT '10.00',
  `affiliate_baseline` decimal(20,2) NOT NULL DEFAULT '40.00',
  `is_demo_agent` tinyint NOT NULL DEFAULT '0',
  `status` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'active',
  `language` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT 'pt_BR',
  `role_id` int DEFAULT '3'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Despejando dados para a tabela `users`
--

INSERT INTO `users` (`id`, `name`, `email`, `email_verified_at`, `password`, `remember_token`, `created_at`, `updated_at`, `oauth_id`, `oauth_type`, `avatar`, `last_name`, `cpf`, `phone`, `logged_in`, `banned`, `inviter`, `inviter_code`, `affiliate_revenue_share`, `affiliate_revenue_share_fake`, `affiliate_cpa`, `affiliate_baseline`, `is_demo_agent`, `status`, `language`, `role_id`) VALUES
(1, 'Admin', 'OndaGames@hotmail.com', NULL, '$2y$10$w/evm4x/0WuQEERShNTJ/eoIJfs1HcEMIJVLHg8Yok1lN0IxrnVta', 'wPG9JiPOd9s5Kwt1NPqkNBlffzHF6dIB7b1JSoN4qaqTA5mDayqN0p7P0noY', '2024-06-21 10:22:26', '2024-07-26 08:39:00', NULL, NULL, NULL, NULL, '04941109457', '82991134322', 0, 0, NULL, 'SMJLGKKI66', 0, 0, 10.00, 40.00, 0, 'active', 'pt_BR', 3);

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

--
-- Estrutura para tabela `vips`
--

CREATE TABLE `vips` (
  `id` bigint UNSIGNED NOT NULL,
  `bet_symbol` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `bet_level` bigint NOT NULL DEFAULT '1',
  `bet_required` bigint DEFAULT NULL,
  `bet_period` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `bet_bonus` bigint NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

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

--
-- Estrutura para tabela `vip_users`
--

CREATE TABLE `vip_users` (
  `id` bigint UNSIGNED NOT NULL,
  `user_id` int UNSIGNED NOT NULL,
  `vip_id` int UNSIGNED NOT NULL,
  `level` bigint NOT NULL,
  `points` bigint NOT NULL,
  `status` tinyint NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=FIXED;

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

--
-- Estrutura para tabela `wallets`
--

CREATE TABLE `wallets` (
  `id` bigint UNSIGNED NOT NULL,
  `user_id` int UNSIGNED NOT NULL,
  `currency` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `symbol` varchar(5) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `balance` decimal(20,2) NOT NULL DEFAULT '0.00',
  `balance_bonus_rollover` decimal(10,2) DEFAULT '0.00',
  `balance_deposit_rollover` decimal(10,2) DEFAULT '0.00',
  `balance_withdrawal` decimal(10,2) DEFAULT '0.00',
  `balance_bonus` decimal(20,2) NOT NULL DEFAULT '0.00',
  `balance_cryptocurrency` decimal(20,8) NOT NULL DEFAULT '0.00000000',
  `balance_demo` decimal(20,8) DEFAULT '1000.00000000',
  `refer_rewards` decimal(20,2) NOT NULL DEFAULT '0.00',
  `hide_balance` tinyint(1) NOT NULL DEFAULT '0',
  `active` tinyint(1) NOT NULL DEFAULT '0',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `total_bet` decimal(20,2) NOT NULL DEFAULT '0.00',
  `total_won` bigint NOT NULL DEFAULT '0',
  `total_lose` bigint NOT NULL DEFAULT '0',
  `last_won` bigint NOT NULL DEFAULT '0',
  `last_lose` bigint NOT NULL DEFAULT '0',
  `vip_level` bigint DEFAULT '0',
  `vip_points` bigint DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Despejando dados para a tabela `wallets`
--

INSERT INTO `wallets` (`id`, `user_id`, `currency`, `symbol`, `balance`, `balance_bonus_rollover`, `balance_deposit_rollover`, `balance_withdrawal`, `balance_bonus`, `balance_cryptocurrency`, `balance_demo`, `refer_rewards`, `hide_balance`, `active`, `created_at`, `updated_at`, `total_bet`, `total_won`, `total_lose`, `last_won`, `last_lose`, `vip_level`, `vip_points`) VALUES
(7, 1, 'BRL', 'R$', 10.00, 0.00, 20.00, 1342.00, 0.00, 0.00000000, 1000.00000000, 0.00, 0, 1, '2024-07-06 17:18:19', '2024-07-26 08:28:53', 0.00, 0, 0, 0, 0, 0, 100);

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

--
-- Estrutura para tabela `wallet_changes`
--

CREATE TABLE `wallet_changes` (
  `id` bigint UNSIGNED NOT NULL,
  `reason` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `change` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `value_bonus` decimal(20,2) NOT NULL DEFAULT '0.00',
  `value_total` decimal(20,2) NOT NULL DEFAULT '0.00',
  `value_roi` decimal(20,2) NOT NULL DEFAULT '0.00',
  `value_entry` decimal(20,2) NOT NULL DEFAULT '0.00',
  `refer_rewards` decimal(20,2) NOT NULL DEFAULT '0.00',
  `game` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

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

--
-- Estrutura para tabela `websockets_statistics_entries`
--

CREATE TABLE `websockets_statistics_entries` (
  `id` int UNSIGNED NOT NULL,
  `app_id` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL,
  `peak_connection_count` int NOT NULL,
  `websocket_message_count` int NOT NULL,
  `api_message_count` int NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

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

--
-- Estrutura para tabela `withdrawals`
--

CREATE TABLE `withdrawals` (
  `id` bigint UNSIGNED NOT NULL,
  `payment_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `user_id` bigint UNSIGNED NOT NULL,
  `amount` decimal(20,2) NOT NULL DEFAULT '0.00',
  `type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `proof` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `status` tinyint NOT NULL DEFAULT '0',
  `pix_key` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `pix_type` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `bank_info` text CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci,
  `currency` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `symbol` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci ROW_FORMAT=DYNAMIC;

--
-- Índices para tabelas despejadas
--

--
-- Índices de tabela `affiliate_histories`
--
ALTER TABLE `affiliate_histories`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD KEY `affiliate_histories_user_id_index` (`user_id`) USING BTREE,
  ADD KEY `affiliate_histories_inviter_index` (`inviter`) USING BTREE;

--
-- Índices de tabela `affiliate_withdraws`
--
ALTER TABLE `affiliate_withdraws`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD KEY `affiliate_withdraws_user_id_foreign` (`user_id`) USING BTREE;

--
-- Índices de tabela `banners`
--
ALTER TABLE `banners`
  ADD PRIMARY KEY (`id`) USING BTREE;

--
-- Índices de tabela `categories`
--
ALTER TABLE `categories`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD UNIQUE KEY `casino_categories_slug_unique` (`slug`) USING BTREE;

--
-- Índices de tabela `category_game`
--
ALTER TABLE `category_game`
  ADD KEY `category_games_category_id_foreign` (`category_id`) USING BTREE,
  ADD KEY `category_games_game_id_foreign` (`game_id`) USING BTREE;

--
-- Índices de tabela `currencies`
--
ALTER TABLE `currencies`
  ADD PRIMARY KEY (`id`) USING BTREE;

--
-- Índices de tabela `currency_alloweds`
--
ALTER TABLE `currency_alloweds`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD KEY `currency_alloweds_currency_id_foreign` (`currency_id`) USING BTREE;

--
-- Índices de tabela `custom_layouts`
--
ALTER TABLE `custom_layouts`
  ADD PRIMARY KEY (`id`) USING BTREE;

--
-- Índices de tabela `deposits`
--
ALTER TABLE `deposits`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD KEY `deposits_user_id_foreign` (`user_id`) USING BTREE;

--
-- Índices de tabela `digito_pay_payments`
--
ALTER TABLE `digito_pay_payments`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD KEY `digito_pay_payments_user_id_foreign` (`user_id`) USING BTREE,
  ADD KEY `digito_pay_payments_withdrawal_id_foreign` (`withdrawal_id`) USING BTREE;

--
-- Índices de tabela `failed_jobs`
--
ALTER TABLE `failed_jobs`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD UNIQUE KEY `failed_jobs_uuid_unique` (`uuid`) USING BTREE;

--
-- Índices de tabela `games`
--
ALTER TABLE `games`
  ADD PRIMARY KEY (`id`),
  ADD KEY `games_provider_id_index` (`provider_id`),
  ADD KEY `games_game_code_index` (`game_id`);

--
-- Índices de tabela `games_keys`
--
ALTER TABLE `games_keys`
  ADD PRIMARY KEY (`id`) USING BTREE;

--
-- Índices de tabela `game_favorites`
--
ALTER TABLE `game_favorites`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD UNIQUE KEY `game_favorites_user_id_game_id_unique` (`user_id`,`game_id`) USING BTREE,
  ADD KEY `game_favorites_game_id_foreign` (`game_id`) USING BTREE;

--
-- Índices de tabela `game_likes`
--
ALTER TABLE `game_likes`
  ADD UNIQUE KEY `game_likes_user_id_game_id_unique` (`user_id`,`game_id`) USING BTREE,
  ADD KEY `game_likes_game_id_foreign` (`game_id`) USING BTREE;

--
-- Índices de tabela `game_reviews`
--
ALTER TABLE `game_reviews`
  ADD UNIQUE KEY `game_reviews_user_id_game_id_unique` (`user_id`,`game_id`) USING BTREE,
  ADD KEY `game_reviews_game_id_foreign` (`game_id`) USING BTREE;

--
-- Índices de tabela `gateways`
--
ALTER TABLE `gateways`
  ADD PRIMARY KEY (`id`) USING BTREE;

--
-- Índices de tabela `ggds_spin_config`
--
ALTER TABLE `ggds_spin_config`
  ADD PRIMARY KEY (`id`) USING BTREE;

--
-- Índices de tabela `ggds_spin_runs`
--
ALTER TABLE `ggds_spin_runs`
  ADD PRIMARY KEY (`id`) USING BTREE;

--
-- Índices de tabela `ggr_games`
--
ALTER TABLE `ggr_games`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD KEY `ggr_games_fivers_user_id_index` (`user_id`) USING BTREE;

--
-- Índices de tabela `ggr_games_drakon`
--
ALTER TABLE `ggr_games_drakon`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD KEY `ggr_games_drakon_user_id_index` (`user_id`) USING BTREE;

--
-- Índices de tabela `ggr_games_world_slots`
--
ALTER TABLE `ggr_games_world_slots`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD KEY `ggr_games_world_slots_user_id_index` (`user_id`) USING BTREE;

--
-- Índices de tabela `likes`
--
ALTER TABLE `likes`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD KEY `likes_user_id_foreign` (`user_id`) USING BTREE,
  ADD KEY `likes_liked_user_id_foreign` (`liked_user_id`) USING BTREE;

--
-- Índices de tabela `migrations`
--
ALTER TABLE `migrations`
  ADD PRIMARY KEY (`id`) USING BTREE;

--
-- Índices de tabela `missions`
--
ALTER TABLE `missions`
  ADD PRIMARY KEY (`id`) USING BTREE;

--
-- Índices de tabela `mission_users`
--
ALTER TABLE `mission_users`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD KEY `mission_users_user_id_index` (`user_id`) USING BTREE,
  ADD KEY `mission_users_mission_id_index` (`mission_id`) USING BTREE;

--
-- Índices de tabela `model_has_permissions`
--
ALTER TABLE `model_has_permissions`
  ADD PRIMARY KEY (`permission_id`,`model_id`,`model_type`) USING BTREE,
  ADD KEY `model_has_permissions_model_id_model_type_index` (`model_id`,`model_type`) USING BTREE;

--
-- Índices de tabela `model_has_roles`
--
ALTER TABLE `model_has_roles`
  ADD PRIMARY KEY (`role_id`,`model_id`,`model_type`) USING BTREE,
  ADD KEY `model_has_roles_model_id_model_type_index` (`model_id`,`model_type`) USING BTREE;

--
-- Índices de tabela `notifications`
--
ALTER TABLE `notifications`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD KEY `notifications_notifiable_type_notifiable_id_index` (`notifiable_type`,`notifiable_id`) USING BTREE;

--
-- Índices de tabela `orders`
--
ALTER TABLE `orders`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD KEY `orders_user_id_foreign` (`user_id`) USING BTREE;

--
-- Índices de tabela `password_reset_tokens`
--
ALTER TABLE `password_reset_tokens`
  ADD PRIMARY KEY (`email`) USING BTREE;

--
-- Índices de tabela `permissions`
--
ALTER TABLE `permissions`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD UNIQUE KEY `permissions_name_guard_name_unique` (`name`,`guard_name`) USING BTREE;

--
-- Índices de tabela `personal_access_tokens`
--
ALTER TABLE `personal_access_tokens`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD UNIQUE KEY `personal_access_tokens_token_unique` (`token`) USING BTREE,
  ADD KEY `personal_access_tokens_tokenable_type_tokenable_id_index` (`tokenable_type`,`tokenable_id`) USING BTREE;

--
-- Índices de tabela `providers`
--
ALTER TABLE `providers`
  ADD PRIMARY KEY (`id`) USING BTREE;

--
-- Índices de tabela `roles`
--
ALTER TABLE `roles`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD UNIQUE KEY `roles_name_guard_name_unique` (`name`,`guard_name`) USING BTREE;

--
-- Índices de tabela `role_has_permissions`
--
ALTER TABLE `role_has_permissions`
  ADD PRIMARY KEY (`permission_id`,`role_id`) USING BTREE,
  ADD KEY `role_has_permissions_role_id_foreign` (`role_id`) USING BTREE;

--
-- Índices de tabela `settings`
--
ALTER TABLE `settings`
  ADD PRIMARY KEY (`id`) USING BTREE;

--
-- Índices de tabela `setting_mails`
--
ALTER TABLE `setting_mails`
  ADD PRIMARY KEY (`id`) USING BTREE;

--
-- Índices de tabela `sub_affiliates`
--
ALTER TABLE `sub_affiliates`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD KEY `sub_affiliates_affiliate_id_index` (`affiliate_id`) USING BTREE,
  ADD KEY `sub_affiliates_user_id_index` (`user_id`) USING BTREE;

--
-- Índices de tabela `suit_pay_payments`
--
ALTER TABLE `suit_pay_payments`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD KEY `suit_pay_payments_user_id_foreign` (`user_id`) USING BTREE,
  ADD KEY `suit_pay_payments_withdrawal_id_foreign` (`withdrawal_id`) USING BTREE;

--
-- Índices de tabela `system_wallets`
--
ALTER TABLE `system_wallets`
  ADD PRIMARY KEY (`id`) USING BTREE;

--
-- Índices de tabela `transactions`
--
ALTER TABLE `transactions`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD KEY `transactions_user_id_index` (`user_id`) USING BTREE;

--
-- Índices de tabela `users`
--
ALTER TABLE `users`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD UNIQUE KEY `users_email_unique` (`email`) USING BTREE;

--
-- Índices de tabela `vips`
--
ALTER TABLE `vips`
  ADD PRIMARY KEY (`id`) USING BTREE;

--
-- Índices de tabela `vip_users`
--
ALTER TABLE `vip_users`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD KEY `vip_users_user_id_index` (`user_id`) USING BTREE,
  ADD KEY `vip_users_vip_id_index` (`vip_id`) USING BTREE;

--
-- Índices de tabela `wallets`
--
ALTER TABLE `wallets`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD KEY `wallets_user_id_index` (`user_id`) USING BTREE;

--
-- Índices de tabela `wallet_changes`
--
ALTER TABLE `wallet_changes`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD KEY `wallet_changes_user_id_foreign` (`user_id`) USING BTREE;

--
-- Índices de tabela `websockets_statistics_entries`
--
ALTER TABLE `websockets_statistics_entries`
  ADD PRIMARY KEY (`id`) USING BTREE;

--
-- Índices de tabela `withdrawals`
--
ALTER TABLE `withdrawals`
  ADD PRIMARY KEY (`id`) USING BTREE,
  ADD KEY `withdrawals_user_id_foreign` (`user_id`) USING BTREE;

--
-- AUTO_INCREMENT para tabelas despejadas
--

--
-- AUTO_INCREMENT de tabela `affiliate_histories`
--
ALTER TABLE `affiliate_histories`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=233;

--
-- AUTO_INCREMENT de tabela `affiliate_withdraws`
--
ALTER TABLE `affiliate_withdraws`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `banners`
--
ALTER TABLE `banners`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT de tabela `categories`
--
ALTER TABLE `categories`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;

--
-- AUTO_INCREMENT de tabela `currencies`
--
ALTER TABLE `currencies`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=114;

--
-- AUTO_INCREMENT de tabela `currency_alloweds`
--
ALTER TABLE `currency_alloweds`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `custom_layouts`
--
ALTER TABLE `custom_layouts`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de tabela `deposits`
--
ALTER TABLE `deposits`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=111;

--
-- AUTO_INCREMENT de tabela `digito_pay_payments`
--
ALTER TABLE `digito_pay_payments`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `failed_jobs`
--
ALTER TABLE `failed_jobs`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `games`
--
ALTER TABLE `games`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1187;

--
-- AUTO_INCREMENT de tabela `games_keys`
--
ALTER TABLE `games_keys`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de tabela `game_favorites`
--
ALTER TABLE `game_favorites`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT de tabela `gateways`
--
ALTER TABLE `gateways`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de tabela `ggds_spin_config`
--
ALTER TABLE `ggds_spin_config`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de tabela `ggds_spin_runs`
--
ALTER TABLE `ggds_spin_runs`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT de tabela `ggr_games`
--
ALTER TABLE `ggr_games`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `ggr_games_drakon`
--
ALTER TABLE `ggr_games_drakon`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `ggr_games_world_slots`
--
ALTER TABLE `ggr_games_world_slots`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `likes`
--
ALTER TABLE `likes`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `migrations`
--
ALTER TABLE `migrations`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=98;

--
-- AUTO_INCREMENT de tabela `missions`
--
ALTER TABLE `missions`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `mission_users`
--
ALTER TABLE `mission_users`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `orders`
--
ALTER TABLE `orders`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=107;

--
-- AUTO_INCREMENT de tabela `permissions`
--
ALTER TABLE `permissions`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=41;

--
-- AUTO_INCREMENT de tabela `personal_access_tokens`
--
ALTER TABLE `personal_access_tokens`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `providers`
--
ALTER TABLE `providers`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11125;

--
-- AUTO_INCREMENT de tabela `roles`
--
ALTER TABLE `roles`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT de tabela `settings`
--
ALTER TABLE `settings`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de tabela `setting_mails`
--
ALTER TABLE `setting_mails`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `sub_affiliates`
--
ALTER TABLE `sub_affiliates`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `suit_pay_payments`
--
ALTER TABLE `suit_pay_payments`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT de tabela `system_wallets`
--
ALTER TABLE `system_wallets`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT de tabela `transactions`
--
ALTER TABLE `transactions`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT de tabela `users`
--
ALTER TABLE `users`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=33;

--
-- AUTO_INCREMENT de tabela `vips`
--
ALTER TABLE `vips`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `vip_users`
--
ALTER TABLE `vip_users`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `wallets`
--
ALTER TABLE `wallets`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- AUTO_INCREMENT de tabela `wallet_changes`
--
ALTER TABLE `wallet_changes`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `websockets_statistics_entries`
--
ALTER TABLE `websockets_statistics_entries`
  MODIFY `id` int UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT de tabela `withdrawals`
--
ALTER TABLE `withdrawals`
  MODIFY `id` bigint UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- Restrições para tabelas despejadas
--

--
-- Restrições para tabelas `model_has_permissions`
--
ALTER TABLE `model_has_permissions`
  ADD CONSTRAINT `model_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE;

--
-- Restrições para tabelas `model_has_roles`
--
ALTER TABLE `model_has_roles`
  ADD CONSTRAINT `model_has_roles_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE;

--
-- Restrições para tabelas `role_has_permissions`
--
ALTER TABLE `role_has_permissions`
  ADD CONSTRAINT `role_has_permissions_permission_id_foreign` FOREIGN KEY (`permission_id`) REFERENCES `permissions` (`id`) ON DELETE CASCADE,
  ADD CONSTRAINT `role_has_permissions_role_id_foreign` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`) ON DELETE CASCADE;
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 */;
