Domain: amberpublishers.in
Server Adress: 86.38.243.169

privdayz.com

/home/u866425823/domains/amberpublishers.in/public_html/DB/
Dosya Yükle :
Current File : /home/u866425823/domains/amberpublishers.in/public_html/DB/u866425823_amberpublisher (1).sql

-- phpMyAdmin SQL Dump
-- version 5.2.0
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: May 15, 2023 at 11:32 AM
-- Server version: 10.4.27-MariaDB
-- PHP Version: 8.2.0

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: `u866425823_amberpublisher`
--

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

--
-- Table structure for table `admin_access_info`
--

CREATE TABLE `admin_access_info` (
  `id` int(10) NOT NULL,
  `username` text NOT NULL,
  `email` text NOT NULL,
  `password` varchar(255) NOT NULL,
  `mobileno` varchar(15) NOT NULL,
  `otp` varchar(6) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `admin_access_info`
--

INSERT INTO `admin_access_info` (`id`, `username`, `email`, `password`, `mobileno`, `otp`) VALUES
(1, 'Sahil Ali', '[email protected]', '$2y$10$mkun9RwrZ5l9cUWvLgsgAOqWmtA8nRU22iQt6ZBMMgtdCYK94wyXm', '8808466714', NULL),
(2, 'Dr. Asghar Hussain Rizvi', '[email protected]', '$2y$10$mkun9RwrZ5l9cUWvLgsgAOqWmtA8nRU22iQt6ZBMMgtdCYK94wyXm', '7839315372', NULL);

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

--
-- Table structure for table `book_details`
--

CREATE TABLE `book_details` (
  `title` varchar(300) NOT NULL,
  `author` varchar(100) NOT NULL,
  `ISBN` int(20) NOT NULL,
  `Number_of_Pages` varchar(1000) NOT NULL,
  `Price` varchar(1000) NOT NULL,
  `language` varchar(25) NOT NULL,
  `publishedyear` year(4) NOT NULL,
  `category` varchar(30) NOT NULL,
  `book_cover` text NOT NULL,
  `id` int(11) NOT NULL,
  `book_tag` varchar(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `book_details`
--

INSERT INTO `book_details` (`title`, `author`, `ISBN`, `Number_of_Pages`, `Price`, `language`, `publishedyear`, `category`, `book_cover`, `id`, `book_tag`) VALUES
('Mechanical Behaviour of bio-filler Reinforced Polymer Composite', 'Er. Unni kisan, Mr. Arun Mital, Dr. Syed Asghar', 892349123, '500', '500', 'English', 2023, 'Science & Technology', 'mechanical.jpeg', 1, 'Recent'),
('Khooshboo Me Base Khat', 'Ms. Shan-e-Fatima', 203913200, '45', '300', 'Hindi', 2023, 'School Children Book', 'shan.jpeg', 2, 'Recent'),
('Advances in Automobile Eng...', 'Available Soon', 0, 'Available Soon', 'Available Soon', 'Hindi', 2023, 'Science & Technology', 'Automobile.png', 10, 'Editedvolu'),
('Advances in Biotechnology...', 'Available Soon', 0, '00', '00', 'English', 2023, 'Sciences & Technology', 'biotechnology.png', 13, 'Editedvolu'),
('test book', 'test author', 99, '909', '090', 'English', 2023, 'Science & Technology', 'book1-copyright.jpg', 16, ''),
('book test', 'a , b ,c ', 90, '89', '90', 'English', 2023, 'Science & Technology', 'book4-copyright.jpg', 19, 'Upcoming'),
('harry potter', 'sahil ali', 2147483647, '5000', '150', 'Gujarati', 2014, 'Ideology', 'book4-copyright.jpg', 21, 'Recent');

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

--
-- Table structure for table `editorial_board`
--

CREATE TABLE `editorial_board` (
  `id` int(10) NOT NULL,
  `name` varchar(256) NOT NULL,
  `designation` varchar(256) NOT NULL,
  `department` varchar(256) NOT NULL,
  `email` varchar(256) NOT NULL,
  `institute` varchar(256) NOT NULL,
  `photo` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `editorial_board`
--

INSERT INTO `editorial_board` (`id`, `name`, `designation`, `department`, `email`, `institute`, `photo`) VALUES
(1, 'Dr. Muhammad Husain', ' Professor', 'Faculty of Computer and Information System', '[email protected]', 'Islamic University, Madinah, Saudi Arabia', 'hussain.png'),
(2, 'Dr. Prem Kumar Bharti', ' Professor and Head', 'Faculty of Mechanical Engineering', '[email protected]', 'Integral University, Lucknow, India', 'prem.png'),
(3, 'Dr. M Siva Kumar', 'Associate Professor', 'Faculty of Mechanical Engineering', '[email protected]', 'Ambalika Institute of Management and Technology, Lucknow, India', 'siva.jpg'),
(5, 'Dr. Syed Ashghar', 'Professor and Director', 'Faculty of Computer Science and Engineering', '[email protected]', 'Khwaja moiinuddin chishti language ', 'syed-asghar-husain.jpg'),
(11, 'sahil ali', 'student', 'cse', '[email protected]', 'kmclu', 'sahil ali.jpg'),
(12, 'ssaid', 'hsadhjs', 'jhkdshjasfd', '[email protected]', 'hjbhjb', 'Blue Gold Elegant Clean Badge University Logo (1).png');

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

--
-- Table structure for table `issues`
--

CREATE TABLE `issues` (
  `id` int(11) NOT NULL,
  `volume_id` int(11) NOT NULL,
  `title` varchar(255) NOT NULL,
  `description` text DEFAULT NULL,
  `publish_date` date NOT NULL,
  `volume` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `issues`
--

INSERT INTO `issues` (`id`, `volume_id`, `title`, `description`, `publish_date`, `volume`) VALUES
(8, 1, 'Issue 3', 'This is Issue 2 That is Published in May', '2022-05-10', ''),
(9, 1, 'Issue 2', 'This is Issue 2 That is Published in March', '2023-03-14', ''),
(10, 1, 'Issue 1', 'This is Issue 1 That was Published in January', '2023-01-10', ''),
(11, 1, 'Issue 5', 'This is Issue 5 ', '2023-05-07', '');

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

--
-- Table structure for table `volumes`
--

CREATE TABLE `volumes` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;

--
-- Dumping data for table `volumes`
--

INSERT INTO `volumes` (`id`, `name`) VALUES
(1, 'Volume 1'),
(2, 'Volume 2'),
(3, 'Volume 3'),
(4, 'volume 4'),
(5, 'volume 5'),
(6, 'wtyy');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `admin_access_info`
--
ALTER TABLE `admin_access_info`
  ADD PRIMARY KEY (`id`,`mobileno`),
  ADD UNIQUE KEY `username` (`username`) USING HASH,
  ADD UNIQUE KEY `email` (`email`) USING HASH;

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

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

--
-- Indexes for table `issues`
--
ALTER TABLE `issues`
  ADD PRIMARY KEY (`id`),
  ADD KEY `volume_id` (`volume_id`);

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

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `book_details`
--
ALTER TABLE `book_details`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;

--
-- AUTO_INCREMENT for table `editorial_board`
--
ALTER TABLE `editorial_board`
  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `issues`
--
ALTER TABLE `issues`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT for table `volumes`
--
ALTER TABLE `volumes`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- Constraints for dumped tables
--

--
-- Constraints for table `issues`
--
ALTER TABLE `issues`
  ADD CONSTRAINT `issues_ibfk_1` FOREIGN KEY (`volume_id`) REFERENCES `volumes` (`id`);
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 */;

coded by Privdayz.com - Visit https://privdayz.com/ for more php shells.