File manager - Edit - /services/generico.sql
Back
-- phpMyAdmin SQL Dump -- version 5.2.0 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Tempo de geração: 01/10/2022 às 00:06 -- Versão do servidor: 10.4.24-MariaDB -- Versão do PHP: 8.1.6 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: `generico` -- -- -------------------------------------------------------- -- -- Estrutura para tabela `bots` -- CREATE TABLE `bots` ( `id` int(11) NOT NULL, `languages_id` int(11) NOT NULL, `companies_id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `file` varchar(255) NOT NULL, `status` varchar(20) NOT NULL DEFAULT 'ativo', `created_at` timestamp NULL DEFAULT current_timestamp(), `updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Despejando dados para a tabela `bots` -- INSERT INTO `bots` (`id`, `languages_id`, `companies_id`, `name`, `file`, `status`, `created_at`, `updated_at`) VALUES (20, 1, 37, 'Coringa', '35kX2ypVWlOj5O0HEonfEcTS3pTXGbBwgl28Sm76.txt', 'ativo', '2022-09-17 03:59:28', '2022-09-30 21:14:01'), (21, 1, 37, 'Speed', 'X74EIgUjDylVvTuJ3h8yLhPJ2O8cDeiLFmoRpaqf.txt', 'ativo', '2022-09-17 03:59:47', '2022-09-17 03:59:47'), (22, 2, 37, 'ROBSON SANTOS DO NASCIMENTO', 'JHZ1dl4homMOPjAoiUc3yprHk2TfOPmsegq8nqgF.txt', 'ativo', '2022-09-30 20:59:08', '2022-09-30 20:59:08'), (23, 1, 37, 'ROBSON SANTOS DO NASCIMENTO', 'LyQtZ5fCjhPGGXbTJcTo16tV27Hm5QZnbr3BIuaV.txt', 'ativo', '2022-09-30 21:00:01', '2022-09-30 21:00:01'); -- -------------------------------------------------------- -- -- Estrutura para tabela `companies` -- CREATE TABLE `companies` ( `id` int(11) NOT NULL, `name` varchar(150) DEFAULT NULL, `title` longtext NOT NULL, `companie` varchar(255) NOT NULL, `domain` varchar(150) DEFAULT NULL, `email` varchar(255) NOT NULL, `cell_phone` varchar(45) NOT NULL, `logo` varchar(255) DEFAULT NULL, `logo_square` varchar(255) DEFAULT NULL, `email_settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL, `support_settings` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT '[]', `app_id` varchar(20) DEFAULT NULL, `url_redirect` varchar(255) DEFAULT NULL, `theme_default` varchar(45) DEFAULT NULL, `bots_client` varchar(20) DEFAULT 'false', `account_free` varchar(20) DEFAULT NULL, `expirations_id_free` int(11) DEFAULT NULL, `status` varchar(20) NOT NULL, `created_at` timestamp NULL DEFAULT current_timestamp(), `updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Despejando dados para a tabela `companies` -- INSERT INTO `companies` (`id`, `name`, `title`, `companie`, `domain`, `email`, `cell_phone`, `logo`, `logo_square`, `email_settings`, `support_settings`, `app_id`, `url_redirect`, `theme_default`, `bots_client`, `account_free`, `expirations_id_free`, `status`, `created_at`, `updated_at`) VALUES (37, 'master', 'Plataforma de robos', 'master', 'dev.bot.com:8081', 'robinhsantos@hotmail.com', '(73) 98179-2728', 'S0b5ftZaelkHLOkmxgtn5CVxnj5oGy7JNBq8vrLL.png', 'ZIlnbRMi7MvSNqST6Dnw11kUZE2PpaCDNylhDj7K.png', '{\"host\":\"in-v3.mailjet.com\",\"port\":\"587\",\"driver\":\"smtp\",\"password\":\"cb1efc041ed4e5bc255e096b146c295b\",\"email\":\"suporte@blaze.editionbot.com\",\"username\":\"53bd3bb7bb474f410ceb354640f176f5\",\"encryption\":\"ssl\"}', '[{\"type\":\"Suporte Whatsapp\",\"link\":\"https:\\/\\/www.w3schools.com\\/php\\/func_array_push.asp\"},{\"type\":\"Grupo Whatsapp\",\"link\":\"https:\\/\\/www.w3schools.com\\/php\\/func_array_push.asp\"},{\"type\":\"Suporte Whatsapp\",\"link\":\"https:\\/\\/www.w3schools.com\\/php\\/func_array_push.asp\"}]', '32280', NULL, 'dark', NULL, NULL, NULL, 'ativo', '2022-09-12 01:08:30', '2022-09-30 21:20:10'), (38, 'test', 'teste', 'teste de sistema', '127.0.0.1:8000', 'robinhsantos@hotmail.com', '(73) 98179-2728', 'pCNzaIbiJGqzIlM7gYjBmwXSnMDd3C1zk1ReS8cB.png', 'R1WzRbW41Otc9ygnPr4ai4oHj2X3LYclQ25vZVzl.png', '{\"host\":\"in-v3.mailjet.com\",\"port\":\"587\",\"driver\":\"smtp\",\"password\":\"cb1efc041ed4e5bc255e096b146c295b\",\"email\":\"suporte@blaze.editionbot.com\",\"username\":\"53bd3bb7bb474f410ceb354640f176f5\",\"encryption\":\"ssl\"}', '[]', NULL, NULL, 'dark', 'false', NULL, NULL, 'ativo', '2022-09-28 17:55:34', '2022-09-28 18:01:01'); -- -------------------------------------------------------- -- -- Estrutura para tabela `failed_jobs` -- CREATE TABLE `failed_jobs` ( `id` bigint(20) UNSIGNED NOT NULL, `uuid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `connection` text COLLATE utf8mb4_unicode_ci NOT NULL, `queue` text COLLATE utf8mb4_unicode_ci NOT NULL, `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `exception` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `failed_at` timestamp NOT NULL DEFAULT current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estrutura para tabela `languages` -- CREATE TABLE `languages` ( `id` int(11) NOT NULL, `name` varchar(150) NOT NULL, `status` varchar(100) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Despejando dados para a tabela `languages` -- INSERT INTO `languages` (`id`, `name`, `status`) VALUES (1, 'Português', ''), (2, 'English', ''), (3, 'English', ''), (4, 'Français', ''), (5, 'Indonesia', ''), (6, 'Italiano', ''), (7, 'Polish', ''); -- -------------------------------------------------------- -- -- Estrutura para tabela `migrations` -- CREATE TABLE `migrations` ( `id` int(10) UNSIGNED NOT NULL, `migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `batch` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Despejando dados para a tabela `migrations` -- INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES (1, '2014_10_12_000000_create_users_table', 1), (2, '2014_10_12_100000_create_password_resets_table', 1), (3, '2019_08_19_000000_create_failed_jobs_table', 1), (4, '2019_12_14_000001_create_personal_access_tokens_table', 1); -- -------------------------------------------------------- -- -- Estrutura para tabela `password_resets` -- CREATE TABLE `password_resets` ( `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Despejando dados para a tabela `password_resets` -- INSERT INTO `password_resets` (`email`, `token`, `created_at`) VALUES ('nosborsemag@gmail.com', '$2y$10$JWLd/8zGR6RfuyQ4YOv7EunOng0CN24mV9Vj2PKl3I/f5Y5PtV8mu', '2022-09-19 18:09:35'), ('robinhsantos@hotmail.com', '$2y$10$eQZgEn2TAI/Jdc4TqFJm1uX9Sk7vtu4UdrTU0JFNYab46YzVKBUEq', '2022-09-21 03:38:25'); -- -------------------------------------------------------- -- -- Estrutura para tabela `personal_access_tokens` -- CREATE TABLE `personal_access_tokens` ( `id` bigint(20) UNSIGNED NOT NULL, `tokenable_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `tokenable_id` bigint(20) UNSIGNED NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `token` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, `abilities` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `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=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Estrutura para tabela `plans` -- CREATE TABLE `plans` ( `id` int(11) NOT NULL, `companies_id` int(11) NOT NULL, `name` varchar(45) DEFAULT NULL, `description` longtext DEFAULT NULL, `playlist_youtube_id` varchar(255) DEFAULT NULL, `sales_platform` varchar(50) DEFAULT NULL, `bots_ids` varchar(255) DEFAULT NULL, `sale_link` longtext DEFAULT NULL, `type` varchar(20) NOT NULL, `price` decimal(10,2) DEFAULT NULL, `display` varchar(10) NOT NULL, `status` varchar(45) NOT NULL, `created_at` timestamp NULL DEFAULT current_timestamp(), `updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Despejando dados para a tabela `plans` -- INSERT INTO `plans` (`id`, `companies_id`, `name`, `description`, `playlist_youtube_id`, `sales_platform`, `bots_ids`, `sale_link`, `type`, `price`, `display`, `status`, `created_at`, `updated_at`) VALUES (12, 37, 'Nevareth', 'Lorem ipsum dolor sit amet . <b>Os operadores</b> gráficos e tipográficos sabem disso bem, na realidade, todas as profissões que lidam com o universo da comunicação têm um relacionamento estável com essas palavras, mas o que é? Lorem ipsum é um texto fofo sem qualquer sentido.', 'PLrqE5ty8r_ZUjobXFGQikFxCE7Xw9QfWI', 'monetizze', '[\"20\",\"21\"]', 'teste', 'paid', '452.00', '', 'ativo', '2022-09-17 04:02:06', '2022-09-30 19:44:02'), (13, 37, 'Black Jack', 'Lorem ipsum dolor sit amet . Os operadores gráficos e tipográficos sabem disso bem, na realidade, todas as profissões que lidam com o universo da comunicação têm um relacionamento estável com essas palavras, mas o que é? Lorem ipsum é um texto fofo sem qualquer sentido.', 'PLrqE5ty8r_ZUjobXFGQikFxCE7Xw9QfWI', 'braip', '[\"20\"]', NULL, 'paid', '452.00', '', 'ativo', '2022-09-17 04:12:35', '2022-09-30 19:44:02'), (14, 37, 'teste teste', 'Lorem ipsum dolor sit amet . Os operadores gráficos e tipográficos sabem disso bem, na realidade, todas as profissões que lidam com o universo da comunicação têm um relacionamento estável com essas palavras, mas o que é? Lorem ipsum é um texto fofo sem qualquer sentido.', 'teste', 'eduzz', '[\"20\",\"21\"]', NULL, 'paid', '452.00', '', 'ativo', '2022-09-20 14:55:35', '2022-09-30 19:44:03'), (15, 37, 'teste hhhh', 'Lorem ipsum dolor sit amet . Os operadores gráficos e tipográficos sabem disso bem, na realidade, todas as profissões que lidam com o universo da comunicação têm um relacionamento estável com essas palavras, mas o que é? Lorem ipsum é um texto fofo sem qualquer sentido.', 'teste', 'kiwifi', '[\"20\",\"21\"]', NULL, 'paid', '452.00', '', 'ativo', '2022-09-20 18:07:02', '2022-09-30 19:44:13'), (16, 37, 'teste teste teste', 'Lorem ipsum dolor sit amet . Os operadores gráficos e tipográficos sabem disso bem, na realidade, todas as profissões que lidam com o universo da comunicação têm um relacionamento estável com essas palavras, mas o que é? Lorem ipsum é um texto fofo sem qualquer sentido.', 'teste', 'perfectpay', '[\"20\",\"21\"]', NULL, 'free', '452.00', 'true', 'ativo', '2022-09-20 19:03:23', '2022-09-30 19:43:55'), (18, 37, 'asdasdasd', NULL, NULL, 'eduzz', '[\"20\"]', NULL, 'paid', '15.00', 'false', 'ativo', '2022-09-30 17:40:59', '2022-09-30 19:27:14'); -- -------------------------------------------------------- -- -- Estrutura para tabela `plan_expirations` -- CREATE TABLE `plan_expirations` ( `id` int(11) NOT NULL, `name` varchar(45) DEFAULT NULL, `days_to_end` varchar(45) DEFAULT NULL, `type` varchar(45) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Despejando dados para a tabela `plan_expirations` -- INSERT INTO `plan_expirations` (`id`, `name`, `days_to_end`, `type`, `created_at`, `updated_at`) VALUES (1, 'Tempórario 7 dias', '7', 'day', '2022-05-15 19:41:00', '2022-05-15 19:45:04'), (2, 'Tempórario 3 dias', '3', 'day', '2022-05-15 19:41:00', '2022-05-15 19:45:04'), (3, 'Mensal', '1', 'month', '2022-05-15 19:41:00', '2022-05-15 19:45:47'), (4, 'Trimestral', '3', 'month', '2022-05-15 19:41:00', '2022-05-15 19:45:47'), (5, 'Semestral', '6', 'month', '2022-05-15 19:41:00', '2022-05-16 03:30:26'), (6, 'Anual', '1', 'year', '2022-05-15 19:41:00', '2022-05-15 19:45:47'), (7, 'Free', '0', 'free', '2022-05-15 16:41:00', '2022-05-15 16:45:47'), (8, 'Vitalicio', '0', 'vitalicio', '2022-05-15 16:41:00', '2022-05-15 16:45:47'); -- -------------------------------------------------------- -- -- Estrutura para tabela `users` -- CREATE TABLE `users` ( `id` bigint(20) UNSIGNED NOT NULL, `companies_id` int(11) DEFAULT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `cell_phone` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL, `roles` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL, `email_verified_at` timestamp NULL DEFAULT NULL, `password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `remember_token` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `last_seen` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Despejando dados para a tabela `users` -- INSERT INTO `users` (`id`, `companies_id`, `name`, `email`, `cell_phone`, `roles`, `email_verified_at`, `password`, `remember_token`, `last_seen`, `created_at`, `updated_at`) VALUES (15, 37, 'Robson Santos do Nascimento', 'ultraingames@gmail.com', '(73) 98179-2728', '[\"client\",\"admin\",\"master\"]', NULL, '$2y$10$gf9Jht452w0MjMubgaidRuNw7.VprXGKpDJSGhj5iFb1B7.KRGuKu', 'SLNq9OwsLKak4nsgSgbgBVWbabiAikwcTBd3K87ECCBO0BIM9sj36Sg03As9', '2022-09-30 19:06:03', '2022-09-12 01:08:30', '2022-09-30 22:06:03'), (57, 38, 'Teste', 'ultraingames@gmail.com', '(73) 98179-2728', '[\"admin\"]', NULL, '$2y$10$yz6dQZGNFmZhpIAkUl8ZHuDc2TTwRbNeEEKZFZKGRUQNrXeFBy6Wu', NULL, '2022-09-30 17:12:38', '2022-09-28 17:55:34', '2022-09-30 20:12:38'), (58, 37, 'Aprovamento Santos', 'aprovamento@gmail.com', '(73) 98179-2728', '[\"client\"]', NULL, '$2y$10$7GkHnRi8/8EeZlspZfuKmu4QW0/oAeZrxx/pN.MdQHVboC47UmA6i', NULL, '2022-09-30 17:40:20', '2022-09-29 17:58:01', '2022-09-30 20:40:20'), (60, 37, 'ROBSON SANTOS DO NASCIMENTO', 'nosborsemag@gmail.com', '(73) 98179-2728', '[\"client\"]', NULL, '$2y$10$YLyjFhgZalZTkwj7/q6kq.qIJAETYJW0DzP.BaliXZwhkg8upgT7m', NULL, '', '2022-09-29 18:46:33', '2022-09-29 18:46:33'), (61, 37, 'Danilo Sacramento', 'sacramento418@gmail.com', '(73) 98179-2728', '[\"client\"]', NULL, '$2y$10$VDnErHFCfdcY3O83mR/lpeb6e/wcwkK8ruTeKs6L4jdcxSXdqAMty', NULL, '2022-09-29 16:23:20', '2022-09-29 18:47:24', '2022-09-29 19:23:20'); -- -------------------------------------------------------- -- -- Estrutura para tabela `users_bots` -- CREATE TABLE `users_bots` ( `id` int(11) NOT NULL, `users_id` int(11) NOT NULL, `languages_id` int(11) NOT NULL, `name` varchar(45) DEFAULT NULL, `file` varchar(45) DEFAULT NULL, `status` varchar(45) DEFAULT 'ativo', `created_at` timestamp NULL DEFAULT current_timestamp(), `updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Despejando dados para a tabela `users_bots` -- INSERT INTO `users_bots` (`id`, `users_id`, `languages_id`, `name`, `file`, `status`, `created_at`, `updated_at`) VALUES (1, 15, 1, 'ROBSON SANTOS DO NASCIMENTO', 'NKyEtXYSozYZ8OZE3rkKsSrcpwcPWtrT59qdI0zZ.xml', 'ativo', '2022-09-20 22:55:21', '2022-09-20 22:55:21'); -- -------------------------------------------------------- -- -- Estrutura para tabela `users_has_plans` -- CREATE TABLE `users_has_plans` ( `id` int(11) NOT NULL, `users_id` int(11) NOT NULL, `plans_id` int(11) NOT NULL, `plan_expirations_id` int(11) NOT NULL, `expiration_date` date DEFAULT NULL, `status` varchar(50) DEFAULT 'ativo', `created_at` timestamp NULL DEFAULT current_timestamp(), `updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Despejando dados para a tabela `users_has_plans` -- INSERT INTO `users_has_plans` (`id`, `users_id`, `plans_id`, `plan_expirations_id`, `expiration_date`, `status`, `created_at`, `updated_at`) VALUES (24, 15, 12, 3, '2022-07-04', 'ativo', '2022-09-23 20:40:31', '2022-09-29 19:22:56'), (25, 15, 13, 3, '1899-08-07', 'ativo', '2022-09-23 20:48:33', '2022-09-29 19:23:04'), (26, 58, 12, 3, '2022-10-29', 'ativo', '2022-09-29 17:58:01', '2022-09-29 17:58:01'), (27, 59, 15, 2, '2022-10-02', 'ativo', '2022-09-29 18:32:41', '2022-09-29 18:32:41'), (28, 60, 13, 5, '2023-03-29', 'ativo', '2022-09-29 18:46:33', '2022-09-29 18:46:33'), (29, 61, 12, 3, '2022-10-29', 'ativo', '2022-09-29 18:47:24', '2022-09-29 18:47:24'), (30, 15, 14, 1, '2022-05-06', 'ativo', '2022-09-29 21:01:37', '2022-09-30 13:58:39'); -- -------------------------------------------------------- -- -- Estrutura para tabela `webhooks` -- CREATE TABLE `webhooks` ( `id` int(11) NOT NULL, `plan_expirations_id` int(11) NOT NULL, `plans_id` int(11) NOT NULL, `sales_platform` varchar(40) NOT NULL, `type_payment` varchar(50) NOT NULL, `token` longtext DEFAULT NULL, `link` varchar(255) DEFAULT NULL, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Despejando dados para a tabela `webhooks` -- INSERT INTO `webhooks` (`id`, `plan_expirations_id`, `plans_id`, `sales_platform`, `type_payment`, `token`, `link`, `created_at`, `updated_at`) VALUES (19, 6, 12, 'monetizze', 'single', 'e6ea4df527fe24726663cb554f477a02', 'https://127.0.0.1:8000/webhooks/37/12/6/single/monetizze', '2022-09-20 15:02:21', '2022-09-20 15:02:21'), (20, 6, 13, 'braip', 'single', 'a51ef0cf8b839bd1910789c6a6cb3fb5b9bff87a', 'https://127.0.0.1:8000/webhooks/37/13/6/single/braip', '2022-09-20 15:23:03', '2022-09-20 15:23:03'), (21, 3, 14, 'eduzz', 'single', 'testWebhook', 'https://127.0.0.1:8000/webhooks/37/14/3/single/eduzz', '2022-09-20 15:31:30', '2022-09-20 15:31:30'), (22, 3, 15, 'kiwifi', 'single', 'cdj014mx49q', 'https://127.0.0.1:8000/webhooks/37/15/3/single/kiwifi', '2022-09-20 18:07:25', '2022-09-20 18:07:25'), (23, 3, 16, 'perfectpay', 'single', 'cadefb46a8691aa18a0c38b535f7d390', 'https://127.0.0.1:8000/webhooks/37/16/3/single/perfectpay', '2022-09-20 19:04:22', '2022-09-20 19:04:22'); -- -- Índices para tabelas despejadas -- -- -- Índices de tabela `bots` -- ALTER TABLE `bots` ADD PRIMARY KEY (`id`); -- -- Índices de tabela `companies` -- ALTER TABLE `companies` ADD PRIMARY KEY (`id`); -- -- Índices de tabela `plans` -- ALTER TABLE `plans` ADD PRIMARY KEY (`id`); -- -- Índices de tabela `plan_expirations` -- ALTER TABLE `plan_expirations` ADD PRIMARY KEY (`id`); -- -- Índices de tabela `users` -- ALTER TABLE `users` ADD PRIMARY KEY (`id`); -- -- Índices de tabela `users_bots` -- ALTER TABLE `users_bots` ADD PRIMARY KEY (`id`); -- -- Índices de tabela `users_has_plans` -- ALTER TABLE `users_has_plans` ADD PRIMARY KEY (`id`); -- -- Índices de tabela `webhooks` -- ALTER TABLE `webhooks` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT para tabelas despejadas -- -- -- AUTO_INCREMENT de tabela `bots` -- ALTER TABLE `bots` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24; -- -- AUTO_INCREMENT de tabela `companies` -- ALTER TABLE `companies` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=39; -- -- AUTO_INCREMENT de tabela `plans` -- ALTER TABLE `plans` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19; -- -- AUTO_INCREMENT de tabela `plan_expirations` -- ALTER TABLE `plan_expirations` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9; -- -- AUTO_INCREMENT de tabela `users` -- ALTER TABLE `users` MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=62; -- -- AUTO_INCREMENT de tabela `users_bots` -- ALTER TABLE `users_bots` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT de tabela `users_has_plans` -- ALTER TABLE `users_has_plans` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=33; -- -- AUTO_INCREMENT de tabela `webhooks` -- ALTER TABLE `webhooks` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=24; 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 */;
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings