geekweb
geekweb
-- version 5.2.1
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Jun 15, 2024 at 08:28 PM
-- Server version: 10.6.17-MariaDB-cll-lve
-- PHP Version: 8.1.28
--
-- Database: `indianco_devilnew`
--
-- --------------------------------------------------------
--
-- Table structure for table `apps`
--
-- --------------------------------------------------------
--
-- Table structure for table `auth`
--
-- --------------------------------------------------------
--
-- Table structure for table `gcodes`
--
-- --------------------------------------------------------
--
-- Table structure for table `messages`
--
-- --------------------------------------------------------
--
-- Table structure for table `posts`
--
-- --------------------------------------------------------
--
-- Table structure for table `reset_tokens`
--
--
-- Dumping data for table `reset_tokens`
--
--
-- Table structure for table `results`
--
-- --------------------------------------------------------
--
-- Table structure for table `server`
--
--
-- Dumping data for table `server`
--
-- --------------------------------------------------------
--
-- Table structure for table `themes`
--
--
-- Dumping data for table `themes`
--
-- --------------------------------------------------------
--
-- Table structure for table `uids`
--
--
-- Dumping data for table `uids`
--
-- --------------------------------------------------------
--
-- Table structure for table `users`
--
--
-- Dumping data for table `users`
--
-- --------------------------------------------------------
--
-- Table structure for table `validation`
--
--
-- Indexes for dumped tables
--
--
-- Indexes for table `apps`
--
ALTER TABLE `apps`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `auth`
--
ALTER TABLE `auth`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `messages`
--
ALTER TABLE `messages`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `posts`
--
ALTER TABLE `posts`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `reset_tokens`
--
ALTER TABLE `reset_tokens`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `results`
--
ALTER TABLE `results`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `server`
--
ALTER TABLE `server`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `themes`
--
ALTER TABLE `themes`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `validation`
--
ALTER TABLE `validation`
ADD PRIMARY KEY (`id`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `apps`
--
ALTER TABLE `apps`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `auth`
--
ALTER TABLE `auth`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `messages`
--
ALTER TABLE `messages`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `posts`
--
ALTER TABLE `posts`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `reset_tokens`
--
ALTER TABLE `reset_tokens`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `results`
--
ALTER TABLE `results`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `server`
--
ALTER TABLE `server`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `themes`
--
ALTER TABLE `themes`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `validation`
--
ALTER TABLE `validation`
MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
COMMIT;