| Server IP : 3.96.16.70 / Your IP : 216.73.216.15 Web Server : Apache System : Linux ip-172-31-26-103.ca-central-1.compute.internal 6.1.163-186.299.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 24 16:35:42 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/innoceanapi.wondermakr.com/innocean-fifa-api/db/ |
Upload File : |
-- phpMyAdmin SQL Dump -- version 5.2.1 -- https://www.phpmyadmin.net/ -- -- Host: localhost:8889 -- Generation Time: Apr 23, 2026 at 08:22 PM -- Server version: 5.7.44 -- PHP Version: 8.3.14 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; -- -- Database: `innocean_fifa` -- CREATE DATABASE IF NOT EXISTS `innocean_fifa` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci; USE `innocean_fifa`; -- -------------------------------------------------------- -- -- Table structure for table `pin` -- CREATE TABLE `pin` ( `id` int(10) UNSIGNED NOT NULL, `pin` varchar(5) NOT NULL, `pin_creation_time` int(11) UNSIGNED NOT NULL, `soundoff_score` varchar(10) DEFAULT NULL, `soundoff_time` int(11) UNSIGNED DEFAULT NULL, `playmaker_score_pas` varchar(10) DEFAULT NULL, `playmaker_score_int` varchar(10) DEFAULT NULL, `playmaker_time` int(11) UNSIGNED DEFAULT NULL, `airfresh_time` int(11) UNSIGNED DEFAULT NULL, `airfresh_file` varchar(100) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Indexes for dumped tables -- -- -- Indexes for table `pin` -- ALTER TABLE `pin` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `pin` (`pin`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `pin` -- ALTER TABLE `pin` MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT; COMMIT;