| 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/wonderwall.wondermakr.com/wm-wonderwall-form/db/ |
Upload File : |
-- phpMyAdmin SQL Dump -- version 5.2.1 -- https://www.phpmyadmin.net/ -- -- Host: localhost:8889 -- Generation Time: Feb 20, 2026 at 04:26 PM -- Server version: 5.7.39 -- PHP Version: 8.2.0 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; -- -- Database: `wm_wonderwall_form` -- CREATE DATABASE IF NOT EXISTS `wm_wonderwall_form` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; USE `wm_wonderwall_form`; -- -------------------------------------------------------- -- -- Table structure for table `entry` -- CREATE TABLE `entry` ( `id` int(11) UNSIGNED NOT NULL, `token_id` int(11) UNSIGNED NOT NULL, `firstname` varchar(50) NOT NULL, `lastname` varchar(50) NOT NULL, `email_address` varchar(150) NOT NULL, `rules_regs` tinyint(1) UNSIGNED NOT NULL, `datetime` int(10) UNSIGNED NOT NULL, `vended` int(10) UNSIGNED DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -------------------------------------------------------- -- -- Table structure for table `qr_code` -- CREATE TABLE `qr_code` ( `id` int(11) UNSIGNED NOT NULL, `token` varchar(50) NOT NULL, `created` int(10) UNSIGNED NOT NULL, `active` int(10) UNSIGNED DEFAULT NULL, `used` int(10) UNSIGNED DEFAULT NULL, `vended` int(10) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Indexes for dumped tables -- -- -- Indexes for table `entry` -- ALTER TABLE `entry` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `token_id` (`token_id`); -- -- Indexes for table `qr_code` -- ALTER TABLE `qr_code` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `token` (`token`), ADD KEY `token_2` (`token`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `entry` -- ALTER TABLE `entry` MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; -- -- AUTO_INCREMENT for table `qr_code` -- ALTER TABLE `qr_code` MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT; COMMIT;