-- phpMyAdmin SQL Dump
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Jul 31, 2025 at 02:25 PM
-- Server version: 10.4.32-MariaDB
-- PHP Version: 8.2.12

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 */;

--
-- Database: `grocarto`
--

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

--
-- Table structure for table `grocart_email`
--

CREATE TABLE `grocart_email` (
  `id` int(20) NOT NULL,
  `name` varchar(255) NOT NULL,
  `parent_name` varchar(255) NOT NULL,
  `accompany` varchar(255) NOT NULL,
  `email` varchar(255) NOT NULL,
  `scl_name` varchar(255) NOT NULL,
  `city` varchar(255) NOT NULL,
  `category` varchar(255) NOT NULL,
  `compotitions` varchar(255) NOT NULL,
  `DOB` date NOT NULL,
  `contact` int(12) NOT NULL,
  `parent_accupation` varchar(255) NOT NULL,
  `checking` int(3) NOT NULL,
  `register_id` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `grocart_email`
--

INSERT INTO `grocart_email` (`id`, `name`, `parent_name`, `accompany`, `email`, `scl_name`, `city`, `category`, `compotitions`, `DOB`, `contact`, `parent_accupation`, `checking`, `register_id`) VALUES
(74, 'test', 'test', 'Parent', 'test@gmail.com', 'adsfas', 'city_b', '3rd Grade', '', '2025-07-10', 1212121212, 'test', 1, 'JOIA005'),
(75, 'tset', 'asdf', 'Parent', 'test@gmail.com', 'test', 'city_a', '3rd Grade', '', '2025-07-17', 1111111111, 'saffd', 1, 'JOIA006'),
(76, 'Test_2', 'test', 'Parent', 'test@gmail.com', 'test', 'city_b', '6th Grade', '', '2025-07-07', 1111111111, 'asdf', 1, 'JOIB002');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `grocart_email`
--
ALTER TABLE `grocart_email`
  ADD PRIMARY KEY (`id`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `grocart_email`
--
ALTER TABLE `grocart_email`
  MODIFY `id` int(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=90;
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 */;
