-- phpMyAdmin SQL Dump
-- version 4.9.0.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Jun 03, 2020 at 09:39 AM
-- Server version: 10.4.6-MariaDB
-- PHP Version: 7.3.9

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


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

--
-- Database: `quiz`
--

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

--
-- Table structure for table `booking`
--

CREATE TABLE `booking` (
  `book_id` int(100) NOT NULL,
  `book_username` varchar(100) NOT NULL,
  `book_phone` varchar(100) NOT NULL,
  `book_email` varchar(100) NOT NULL,
  `book_comment1` varchar(100) DEFAULT NULL,
  `book_select` varchar(100) NOT NULL,
  `book_comment2` varchar(100) DEFAULT NULL,
  `book_comment3` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `booking`
--

INSERT INTO `booking` (`book_id`, `book_username`, `book_phone`, `book_email`, `book_comment1`, `book_select`, `book_comment2`, `book_comment3`) VALUES
(1, 'ashura', '+255677177075', 'ashurabilali6@gmail.com', '2years now', 'Proprietor', 'through website', '2months i thinks'),
(2, 'ashura', '+255677177075', 'ashurabilali6@gmail.com', '2years now', 'Proprietor', 'through website', '2months i thinks'),
(3, 'ashura', '+255677177075', 'ashurabilali6@gmail.com', '2years now', 'Proprietor', 'through website', '2months i thinks'),
(4, 'ashura', '+255677177075', 'ashurabilali6@gmail.com', '2years now', 'Proprietor', 'through website', '2months i thinks'),
(5, 'ashura', '+255677177075', 'ashurabilali6@gmail.com', '', 'partnership', '', ''),
(6, 'ashura', '+255677177075', 'ashurabilali6@gmail.com', '', 'partnership', '', ''),
(7, 'jeffery', '+255698122333', 'ashurabilali6@gmail.com', '', 'partnership', '', ''),
(8, 'hamisi', '+255698122333', 'ashurabilali6@gmail.com', '', 'partnership', '', ''),
(9, 'Nelson Aloyce', '+255677177075', 'nelsonaloyce36@gmail.com', 'i think ten years now im in business', 'partnership', '', ''),
(10, 'rajabu', '+255717577275', 'ramadhanimtunguja21st@gmail.com', '2years now ', 'partnership', 'Through facebook', '2years now i need this'),
(11, 'rajabu', '+255717577275', 'ramadhanimtunguja21st@gmail.com', '2years now ', 'partnership', 'Through facebook', '2years now i need this'),
(12, 'rajabu', '+255717577275', 'ramadhanimtunguja21st@gmail.com', '2years now ', 'partnership', 'Through facebook', '2years now i need this'),
(13, 'rajabu', '+255717577275', 'ramadhanimtunguja21st@gmail.com', '2years now ', 'partnership', 'Through facebook', '2years now i need this'),
(14, 'rajabu', '+255717577275', 'ramadhanimtunguja21st@gmail.com', '2years now ', 'partnership', 'Through facebook', '2years now i need this'),
(15, 'rajabu', '+255717577275', 'ramadhanimtunguja21st@gmail.com', '2years now ', 'partnership', 'Through facebook', '2years now i need this'),
(16, 'rajabu', '+255717577275', 'ramadhanimtunguja21st@gmail.com', '2years now ', 'partnership', 'Through facebook', '2years now i need this'),
(17, 'rajabu', '+255717577275', 'ramadhanimtunguja21st@gmail.com', '2years now ', 'partnership', 'Through facebook', '2years now i need this'),
(18, 'ashura ', '+255717577275', 'ramadhanimtunguja21st@gmail.com', 'welcome again', 'partnership', 'thanks ', ' chdghxcffcxg');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `booking`
--
ALTER TABLE `booking`
  ADD PRIMARY KEY (`book_id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `booking`
--
ALTER TABLE `booking`
  MODIFY `book_id` int(100) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;
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 */;
