Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/public_html/lbpmsolapur.org/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/lbpmsolapur.org/lbpm (1).sql

-- phpMyAdmin SQL Dump
-- version 4.0.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Nov 02, 2017 at 01:15 PM
-- Server version: 5.6.12-log
-- PHP Version: 5.4.16

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
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 utf8 */;

--
-- Database: `lbpm`
--
CREATE DATABASE IF NOT EXISTS `lbpm` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
USE `lbpm`;

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

--
-- Table structure for table `academic_calender`
--

CREATE TABLE IF NOT EXISTS `academic_calender` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` text COLLATE utf8_unicode_ci NOT NULL,
  `attachment` text COLLATE utf8_unicode_ci NOT NULL,
  `date` date NOT NULL,
  `time` text COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=5 ;

--
-- Dumping data for table `academic_calender`
--

INSERT INTO `academic_calender` (`id`, `title`, `attachment`, `date`, `time`) VALUES
(3, 'Academic Calender 2015-2016', 'IuC9eo7aT6.pdf', '2017-08-18', '09-57-37 AM'),
(4, 'Academic Calendar 2017-18', 'i2rPhAMiRH.pdf', '2017-09-13', '16-26-27 PM');

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

--
-- Table structure for table `activities`
--

CREATE TABLE IF NOT EXISTS `activities` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` text COLLATE utf8_unicode_ci NOT NULL,
  `attachment` text COLLATE utf8_unicode_ci NOT NULL,
  `date_picker` date NOT NULL,
  `date` date NOT NULL,
  `time` text COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=7 ;

--
-- Dumping data for table `activities`
--

INSERT INTO `activities` (`id`, `title`, `attachment`, `date_picker`, `date`, `time`) VALUES
(6, 'demo', 'YEJczWKH72.jpg', '2017-10-13', '2017-10-06', '04-18-12 AM');

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

--
-- Table structure for table `admin`
--

CREATE TABLE IF NOT EXISTS `admin` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `admin_name` text NOT NULL,
  `password` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `admin`
--

INSERT INTO `admin` (`id`, `admin_name`, `password`) VALUES
(1, 'admin@gmail.com', 'password');

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

--
-- Table structure for table `admission_procedure_first_year`
--

CREATE TABLE IF NOT EXISTS `admission_procedure_first_year` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` text COLLATE utf8_unicode_ci NOT NULL,
  `attachment` text COLLATE utf8_unicode_ci NOT NULL,
  `date` date NOT NULL,
  `time` text COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ;

--
-- Dumping data for table `admission_procedure_first_year`
--

INSERT INTO `admission_procedure_first_year` (`id`, `title`, `attachment`, `date`, `time`) VALUES
(1, 'SAMPLE', 'gATVki0hOv.pdf', '2017-08-25', '08-07-01 AM');

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

--
-- Table structure for table `anti_ragging`
--

CREATE TABLE IF NOT EXISTS `anti_ragging` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` text COLLATE utf8_unicode_ci NOT NULL,
  `attachment` text COLLATE utf8_unicode_ci NOT NULL,
  `date` date NOT NULL,
  `time` text COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=7 ;

--
-- Dumping data for table `anti_ragging`
--

INSERT INTO `anti_ragging` (`id`, `title`, `attachment`, `date`, `time`) VALUES
(1, 'ANTI RAGGING ACT', '82dR4w6tfS.pdf', '2017-08-18', '08-53-08 AM'),
(2, 'ANTI RAGGING COMMITTEE', '4IMh4Cljv0.pdf', '2017-08-18', '08-54-20 AM'),
(3, 'staff complaint committee', 'DcPXSK25Nk.pdf', '2017-08-18', '08-54-58 AM'),
(4, 'GRIEVENCE REDRESSAL COMMITTEE', 'AsBLsF0p5Q.pdf', '2017-08-18', '08-55-15 AM'),
(5, 'STUDENT COMPLAINT COMMITTEE', 'f7tx1d5Szy.pdf', '2017-08-18', '08-55-37 AM'),
(6, 'Sexual harassment & Womens Complaints Committee', 'RqAtjijPn5.pdf', '2017-08-18', '08-55-57 AM');

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

--
-- Table structure for table `circulars_notices`
--

CREATE TABLE IF NOT EXISTS `circulars_notices` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` text NOT NULL,
  `attachment` text NOT NULL,
  `date` date NOT NULL,
  `time` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;

--
-- Dumping data for table `circulars_notices`
--

INSERT INTO `circulars_notices` (`id`, `title`, `attachment`, `date`, `time`) VALUES
(4, 'Sample Question paper of First Semester ''I'' Scheme Courses Mathematics', 'KbEtFnjYE2.pdf', '2017-08-31', '11-35-55 AM'),
(5, 'Circular of First Semester unit test Scroll news "1st semester First class test change in schedule"', '3KICZf7aAL.pdf', '2017-08-31', '11-36-39 AM');

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

--
-- Table structure for table `contact_us`
--

CREATE TABLE IF NOT EXISTS `contact_us` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `email_id` text NOT NULL,
  `contact_no` text NOT NULL,
  `message` text NOT NULL,
  `date` date NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `contact_us`
--

INSERT INTO `contact_us` (`id`, `name`, `email_id`, `contact_no`, `message`, `date`) VALUES
(1, 'frgfgfg', 'fgfg@sjhsd.com', '9595775120', 'dfgndlkgjdfg fhg fdg dfgd dfgd fgdfgd dfg', '2017-11-01');

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

--
-- Table structure for table `departmentalslider_table`
--

CREATE TABLE IF NOT EXISTS `departmentalslider_table` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `department_name` text NOT NULL,
  `depart_image` text NOT NULL,
  `date` date NOT NULL,
  `time` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `departmentalslider_table`
--

INSERT INTO `departmentalslider_table` (`id`, `department_name`, `depart_image`, `date`, `time`) VALUES
(1, 'computer', 'oD1yKFNO2x.jpg', '2017-10-03', '05-53-15 AM'),
(2, 'mechanical', '2T0yF7S8PB.jpg', '2017-10-03', '05-54-29 AM'),
(3, 'e&tc', 'pXMvcPFxMU.jpg', '2017-10-03', '06-16-52 AM');

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

--
-- Table structure for table `downloads`
--

CREATE TABLE IF NOT EXISTS `downloads` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `department` text NOT NULL,
  `title` text NOT NULL,
  `images` text NOT NULL,
  `date` date NOT NULL,
  `time` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=27 ;

--
-- Dumping data for table `downloads`
--

INSERT INTO `downloads` (`id`, `department`, `title`, `images`, `date`, `time`) VALUES
(17, 'Marathi', 'Mmmmmmmm', 'inzp59NG49.pdf', '2017-11-01', '08-04-39 AM'),
(18, 'Hindi', 'hhhhhhhhh', '9PiQvxH3d3.pdf', '2017-11-01', '08-17-34 AM'),
(19, 'Marathi', 'ddddddddddddd', 'snEQE1DTSH.pdf', '2017-11-01', '08-17-42 AM'),
(20, 'Marathi', 'ddd', 'wEfE86lAQH.pdf', '2017-11-01', '08-17-59 AM'),
(22, 'History', 'fffffffffffff', 'KRuCQh7K45.pdf', '2017-11-01', '08-18-16 AM'),
(23, 'History', 'fffffffffffff', 'oBj1Svq8Ep.pdf', '2017-11-01', '08-18-20 AM'),
(24, 'History', 'fffffffffffff', 'k35M7Z0AnF.pdf', '2017-11-01', '08-18-48 AM'),
(26, 'History', 'dfds', 'rmssNsguKU.pdf', '2017-11-02', '11-35-11 AM');

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

--
-- Table structure for table `exclusive_committee`
--

CREATE TABLE IF NOT EXISTS `exclusive_committee` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `faculty_id` int(11) NOT NULL,
  `date` date NOT NULL,
  `time` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ;

--
-- Dumping data for table `exclusive_committee`
--

INSERT INTO `exclusive_committee` (`id`, `faculty_id`, `date`, `time`) VALUES
(6, 5, '2017-10-05', '11-38-36 AM'),
(8, 5, '2017-10-05', '11-39-34 AM'),
(9, 6, '2017-10-05', '11-41-32 AM'),
(12, 6, '2017-10-05', '13-12-13 PM'),
(14, 6, '2017-10-05', '13-53-40 PM');

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

--
-- Table structure for table `faculty_information`
--

CREATE TABLE IF NOT EXISTS `faculty_information` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `full_name` text COLLATE utf8_unicode_ci NOT NULL,
  `designation` text COLLATE utf8_unicode_ci NOT NULL,
  `qualification` text COLLATE utf8_unicode_ci NOT NULL,
  `subject` text COLLATE utf8_unicode_ci NOT NULL,
  `experience` text COLLATE utf8_unicode_ci NOT NULL,
  `email` text COLLATE utf8_unicode_ci NOT NULL,
  `department` text COLLATE utf8_unicode_ci NOT NULL,
  `staff` text COLLATE utf8_unicode_ci NOT NULL,
  `profile` text COLLATE utf8_unicode_ci NOT NULL,
  `date` date NOT NULL,
  `time` text COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=45 ;

--
-- Dumping data for table `faculty_information`
--

INSERT INTO `faculty_information` (`id`, `full_name`, `designation`, `qualification`, `subject`, `experience`, `email`, `department`, `staff`, `profile`, `date`, `time`) VALUES
(1, 'Sachin Tukaram Gaikwad', 'Lecturer', 'B.E. ( IT )', ' Computer Science', '8 Year', 'sachgkd12@gmail.com', 'computer', 'teaching', 'as6p794d8B.jpg', '2017-08-20', '05-52-25 AM'),
(2, ' Miss. Shiral Shital Guruling', 'Lecturer', 'B.E (IT),M.E(CSE) Appeared', 'software testing,S/W Engineering,RDBMS,CNE,OSY,CHM,COS', '6Yrs', 'sheetal.shiral@gmail.com', 'computer', 'teaching', 'AyygJFc76f.jpg', '2017-08-20', '06-56-49 AM'),
(4, 'Mr.Goden N.A.', 'lecture', ' B. E. (CSE) M.E Pursuing', 'Java, AMI, MPO', '4 year', '', 'computer', 'teaching', '0BAgcjB46A.jpg', '2017-08-20', '07-00-04 AM'),
(5, 'Pawar Vijaykumar Dattatray', 'IC/HOD', ' B.E. (CSE) M.Tech (CSE) Pursuing', 'Core Java & Adv Java, PIC,CGR,GUI', '5 Yrs', 'vijaypawar36@gmail.com', 'computer', 'teaching', 'pnhamERfjR.jpg', '2017-08-20', '07-01-01 AM'),
(6, 'Chougule Vilas Vishwanath', 'Lecturer', 'B. E. (CSE) M.Tech Purusing', 'OOP, AJP,SPG,COS', '7 Yrs', '', 'computer', 'teaching', 'oABt0m3thi.jpg', '2017-08-20', '07-02-04 AM'),
(7, ' Pawan Madhav More', 'Lab. Asstt', 'DCO', '', ' 3.5 Year', 'pawanmore1@gmail.com', 'computer', 'non-teaching', 'aWf9b4Tnsx.jpg', '2017-08-20', '07-03-53 AM'),
(8, 'Mr. Kolkonda M.S', 'Lab. Asstt', 'DCO', '', '3.5 Year', '', 'computer', 'non-teaching', 'WFacmD2mDl.jpg', '2017-08-20', '07-04-57 AM'),
(9, 'Jangonda Dhiraj Annarao', 'Lecturer', 'B.E. (Civil)', 'SVY,HYD', '5 Yrs', 'jangondadhiru@gmail.com', 'civil', 'teaching', 'jTIpH84VoW.jpg', '2017-08-20', '07-06-16 AM'),
(10, 'Gram Nitin Ashokrao', 'Lecturer', 'M.E. (Structure)', 'EAC,MOS,CAA,EGM,CMA,TST,DST,SOM', '7 Yrs', 'gram.nitin4@gmail.com', 'civil', 'teaching', 'Gt9D08940x.jpg', '2017-08-20', '07-07-33 AM'),
(11, 'Hanchate Mahesh Kamalakar', 'HOD', 'B.E. (Civil)', 'GTE,EEN,CTE,TRE,ACT', '3 yrs', 'mahesh.hanchate9@gmail.com', 'civil', 'teaching', '9AaLl1sosK.jpg', '2017-08-20', '07-08-23 AM'),
(12, 'Ghatge Sachin Atmaram', 'Ghatge Sachin Atmaram', 'B.E. (Civil)', 'BCO,IRR,ACT,TEN', '10 yrs industry + 2 Yrs Teaching', 'sachin.ghatge@gmail.com', 'civil', 'teaching', 'kxIzLLPRec.jpg', '2017-08-20', '07-09-26 AM'),
(14, 'Birajdar Minakshi R', ' Lecturer', 'B.E. (Civil)', 'EST,BDR,MOS,PHE', '3.5Yrs', 'minakshi.b2011@gmail.com', 'civil', 'teaching', 'vQ31mEyUlI.jpg', '2017-08-20', '07-11-18 AM'),
(15, 'Gurav Sagar Kumar', ' Lecturer', ' B.E (Civil)', ' DSS', '0', 'sgurav1601@yahoo.com', 'civil', 'teaching', 'Nt4M8cB2o3.jpg', '2017-08-20', '07-12-21 AM'),
(16, ' Mr. Somshekhar H. Tukmali', 'Lab Assist.', 'Lab Assist.', '', ' 2.5 Years', '', 'civil', 'non-teaching', 'xdUuZxyuxI.jpg', '2017-08-20', '07-13-14 AM'),
(17, 'Bhawthankar Amol Aravind', 'Academic Co-Ordinator', 'B.E. (Prod.) ,ME(APP.)', 'EEG,EDG,TOOL ENGG.,CAD-CAM,PPO,AMP,', '9Yrs teaching +04 yrs ind.', 'bhawthankaramol@yahoo.in', 'mechanical', 'teaching', 'FwhX4yO072.jpg', '2017-08-20', '07-15-26 AM'),
(18, 'Mane Mallu Bhojappa', 'Lecturer', 'B.E. (Mech),M.E.(Pursing)', ' TOM,MQC.Engg.Mechanics,Graphics', '5 yrs + 2 yrs ind', 'mane.mallu96@gmail.com', 'mechanical', 'teaching', 'd4FY6R2NyB.jpg', '2017-08-20', '07-16-36 AM'),
(19, 'Paramshetti Shashikant chanbas', 'HOD', 'B.E. (Mech) M.E. Purusing', 'Thermal Engineering , RAC.', '5 Yrs', '', 'mechanical', 'teaching', '5va1ay2j6V.jpg', '2017-08-20', '07-17-38 AM'),
(20, 'Masuti Sanganappa Bhimashankar', 'Lecturer', 'B.E. (Mech) M.E Pursuing', 'Mechanical Design', ' 3 Yrs', '', 'mechanical', 'teaching', 'Leg3qXsWDf.jpg', '2017-08-20', '07-18-26 AM'),
(21, 'Phopale Yogesh Ashok', 'Lecturer', 'B.E. (Mech) M.E. Pursuing', 'DME,MGM,SOM,EGG', ' 2 Yr', '', 'mechanical', 'teaching', '33shUkwOkh.jpg', '2017-08-20', '07-19-21 AM'),
(22, 'Korshetii Vijaykumar Vitthal', 'Lecturer', ' B.E. (Mech) M.E Pursuing', 'EDG,IFP,MED,AMP,EGG', '4 Yrs', '', 'mechanical', 'teaching', 'T2bQbGNvtY.jpg', '2017-08-20', '07-20-12 AM'),
(23, 'Pandit A.C', 'Lecturer', 'B.E (Mech)', 'SOM,EGG', '-', 'anantpandiat008@gmail.com', 'mechanical', 'teaching', '2dnCetXPed.jpg', '2017-08-20', '07-21-31 AM'),
(24, 'Mr.Chittaranjan Manikrao Agarthade', 'Workshop Instructure', 'I.T.I. (Machinist)', '', '3.5 Year', '', 'mechanical', 'non-teaching', 'PlnV5nvzjD.jpg', '2017-08-20', '07-22-16 AM'),
(25, 'Mr. Arun V. Shinde', 'Workshop Instructure', ' I.T.I (Fitter)', '', '3.5 Year', '', 'mechanical', 'non-teaching', 'ZDClD3zeNk.jpg', '2017-08-20', '07-23-06 AM'),
(26, ' Mr. Panchal S. Gurunath', 'Workshop Instructure', 'I.T.I(Msc appearing', '', '1.5 Years', '', 'mechanical', 'non-teaching', 'hvkplSALRA.jpg', '2017-08-20', '07-23-53 AM'),
(27, 'Mrs.Patil Suvarna Sahebrao', ' Lecturer', 'B.E. (E&TC),M.E(App)', 'Electronics & telecommunication', '5 Yrs', '', 'e&tc', 'teaching', 'nmpk4G5lvH.jpg', '2017-08-20', '07-24-52 AM'),
(28, 'Kulkarni Manasi Satish', 'Lecturer', 'B.E. (Electronics)', 'Electronics', '5 yrs', '', 'e&tc', 'teaching', 'tl1RHxs8kE.jpg', '2017-08-20', '07-25-52 AM'),
(29, 'Khilari Vaijanath Sayabanna', 'Lecturer', 'B.E. (E&TC),M.E(App)', '', '4 Yrs', '', 'e&tc', 'teaching', 'b1tU0sH1iV.jpg', '2017-08-20', '07-26-30 AM'),
(30, 'Desai Prashant Basavaraj', ' HOD', 'B.E. (E&TC)', 'Telecommunication', '3 Yrs', '', 'e&tc', 'teaching', '8cTolb8jsb.jpg', '2017-08-20', '07-27-16 AM'),
(31, 'Dhumale V.R.', 'Lecturer', ' BE(Electrical)', 'ETE', ' 1 yr', '', 'e&tc', 'teaching', 'RG1UqXaBF6.jpg', '2017-08-20', '07-28-05 AM'),
(32, 'Salunkhe K. D.', ' Lecturer', ' B.E. (E&TC)', '', '1 Yrs', '', 'e&tc', 'teaching', 'tWVA1b3nr2.jpg', '2017-08-20', '07-28-45 AM'),
(33, 'Mr. Sawarkar R. N', 'Lecturer', 'M.A B.Ed (English)', 'English, CMS', '4 years', '', 'science', 'teaching', 'oXMHMhGVzP.jpg', '2017-08-20', '07-29-45 AM'),
(34, 'Mr. Sutar G. S', ' Lecturer', ' MSc', 'Basic Science, Applied Science', '5 years', '', 'science', 'teaching', 'cUByWndV0x.jpg', '2017-08-20', '07-30-34 AM'),
(35, 'Mrs.Shinde M.L.', 'Lecturer', 'MSc. Maths', 'Maths', ' 2 years', '', 'science', 'teaching', '1sHp0HDv0q.png', '2017-08-20', '07-31-52 AM'),
(36, 'Amogi S.R.', 'lecture', 'MSc', 'Physics', '1 Year', '', 'science', 'teaching', 'Z5JZgepepw.png', '2017-08-20', '07-32-35 AM'),
(37, 'Mrs. Karoti S. S', 'Lecturer', 'MSc. Physics', ' APH', '3 yrs', '', 'science', 'teaching', 'LuT50CHuQX.jpg', '2017-08-20', '07-33-38 AM'),
(38, ' Mr. Nashte Ravindra Ramchandra', ' Accountant', 'M. Com , G.D.C.&A.', '', '15 years', 'ravinashte_arr@rediffmail.com', 'administrative', 'teaching', 'hQwlBJJ88g.jpg', '2017-08-20', '07-34-53 AM'),
(39, 'Umesh Vishwanath Sonawane', 'Sr.Clerk', 'B.A.L.L.B. (App.)', '', '4 year', 'umeshsonawane1921@gmail.com', 'administrative', 'teaching', 'IaR0bMf4lO.jpg', '2017-08-20', '07-35-41 AM'),
(40, 'Vishwanath Chanappa Halgode', ' Jr.Clerk', 'B.C.A', '', '3 yrs', 'Vishu.Halgode@gmail.com', 'administrative', 'teaching', 'f2VCl193vB.jpg', '2017-08-20', '07-36-30 AM'),
(41, 'Mr.Ingale Sagar Manikrao', 'Chemistry Lab Assist.', 'Bsc', ' Chemistry', '2 years', 'Sagaringale64@yahoo.com', 'administrative', 'teaching', 'JqbSTCnrlX.jpg', '2017-08-20', '07-37-31 AM'),
(42, ' Shivanand Devar', 'Jr.Clerk cum Cashier', 'B.A.', '', '4 YEARS', '', 'administrative', 'teaching', 'wnjhBivV6h.jpg', '2017-08-20', '07-38-12 AM'),
(43, 'Nagadevi D. Koli', 'Jr.Accountant', '-', '', '-', '', 'administrative', 'teaching', '9LXVY7FkbQ.jpg', '2017-08-20', '07-38-55 AM'),
(44, 'ppppp', 'pppppppp', 'ppppppppppppp', 'pppppppppp', 'pppppp', 'p@gm.gdfcg', 'Hindi', 'teaching', 'WfmMwTLetE.jpg', '2017-10-31', '08-17-35 AM');

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

--
-- Table structure for table `feedback`
--

CREATE TABLE IF NOT EXISTS `feedback` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` text NOT NULL,
  `email` text NOT NULL,
  `contact` text NOT NULL,
  `feedback` text NOT NULL,
  `date` date NOT NULL,
  `time` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=21 ;

--
-- Dumping data for table `feedback`
--

INSERT INTO `feedback` (`id`, `name`, `email`, `contact`, `feedback`, `date`, `time`) VALUES
(11, 'sham', 'abc1@gmail.com', '1234567980', 'dbghgf', '2017-08-14', '19-30-09 PM'),
(12, 'fff', 'ss@gmail.com', '9595775120', 'ssss', '2017-08-14', '22-19-12 PM'),
(13, 'oooo', 'radhe@gmail.com', '0123456789', 'hbhbhbbyu', '2017-08-17', '12-15-06 PM'),
(14, 'sadas', 'abc1@gmail.com', '0123456789', 'dfcdsfds', '2017-08-17', '12-32-35 PM'),
(15, 'sadas', 'abc1@gmail.com', '0123456789', 'dfcdsfds', '2017-08-17', '12-33-54 PM'),
(16, 'sadas', 'abc1@gmail.com', '0123456789', 'dfcdsfds', '2017-08-17', '12-34-43 PM'),
(17, 'sadas', 'abc1@gmail.com', '0123456789', 'dfcdsfds', '2017-08-17', '12-34-59 PM'),
(18, 'dfc', 'abc1@gmail.com', '0123456789', 'sdffdsgs', '2017-08-17', '12-35-39 PM'),
(19, 'dfc', 'abc1@gmail.com', '0123456789', 'sdffdsgs', '2017-08-17', '12-35-54 PM'),
(20, 'SHRIKANT KADAM', 'shrikantkadam@outlook.com', '9595775120', 'sdfsfsdf', '2017-08-25', '14-47-08 PM');

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

--
-- Table structure for table `gallery`
--

CREATE TABLE IF NOT EXISTS `gallery` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `images` text NOT NULL,
  `description` text NOT NULL,
  `date` date NOT NULL,
  `time` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=50 ;

--
-- Dumping data for table `gallery`
--

INSERT INTO `gallery` (`id`, `images`, `description`, `date`, `time`) VALUES
(43, 'PXA0naHVXI.jpg', 'Nature', '2017-10-12', '10-53-45 AM'),
(44, 'RkXxAUJCGi.jpg', 'Bird', '2017-10-12', '10-54-01 AM'),
(45, '4Iozi82dsm.jpg', 'Beach', '2017-10-12', '10-54-21 AM'),
(46, 'AebqLL8Ouz.jpg', 'Nature', '2017-10-12', '10-54-39 AM'),
(47, 'KBa9QcuGbZ.jpg', 'Dog', '2017-10-12', '10-59-32 AM'),
(48, 'gfUaPGKnmu.jpg', 'Tiger', '2017-10-12', '11-00-25 AM'),
(49, 'D9UPyAhCuv.jpg', 'Sports', '2017-10-13', '08-00-32 AM');

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

--
-- Table structure for table `important_links`
--

CREATE TABLE IF NOT EXISTS `important_links` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` text COLLATE utf8_unicode_ci NOT NULL,
  `attachment` text COLLATE utf8_unicode_ci NOT NULL,
  `image` text COLLATE utf8_unicode_ci NOT NULL,
  `date` text COLLATE utf8_unicode_ci NOT NULL,
  `time` text COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=9 ;

--
-- Dumping data for table `important_links`
--

INSERT INTO `important_links` (`id`, `title`, `attachment`, `image`, `date`, `time`) VALUES
(3, 'MSBTE', 'http://msbte.com/msbte/', '', '2017-08-31', '11-00-32 AM'),
(4, 'DTE', 'https://www.dtemaharashtra.gov.in/approvedinstitues/StaticPages/HomePage.aspx', '', '2017-08-31', '11-01-08 AM');

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

--
-- Table structure for table `iqac_info`
--

CREATE TABLE IF NOT EXISTS `iqac_info` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` text NOT NULL,
  `attachment` text NOT NULL,
  `date` date NOT NULL,
  `time` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `iqac_info`
--

INSERT INTO `iqac_info` (`id`, `title`, `attachment`, `date`, `time`) VALUES
(1, 'pppppp', 'vxHsVPXGLT.pdf', '2017-11-02', '10-21-07 AM');

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

--
-- Table structure for table `library-e-learning`
--

CREATE TABLE IF NOT EXISTS `library-e-learning` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `department` text NOT NULL,
  `title` text NOT NULL,
  `image` text NOT NULL,
  `date` date NOT NULL,
  `time` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=16 ;

--
-- Dumping data for table `library-e-learning`
--

INSERT INTO `library-e-learning` (`id`, `department`, `title`, `image`, `date`, `time`) VALUES
(14, 'Computer Engineering', 'demo1', 'mRnapzZzuC.jpg', '2017-10-06', '06-46-06 AM'),
(15, 'Civil-Enginnering', 'demo2', 'RSqYAMz7fw.jpg', '2017-10-06', '06-46-22 AM');

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

--
-- Table structure for table `librarygallery`
--

CREATE TABLE IF NOT EXISTS `librarygallery` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `image` text NOT NULL,
  `description` text NOT NULL,
  `date` date NOT NULL,
  `time` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=13 ;

--
-- Dumping data for table `librarygallery`
--

INSERT INTO `librarygallery` (`id`, `image`, `description`, `date`, `time`) VALUES
(7, 'IEUZJzQU2L.png', 'Book exhibition 2014', '2017-10-12', '06-26-59 AM'),
(8, 'WOJu0EpqpT.png', 'Library day 2014', '2017-10-12', '06-27-19 AM'),
(9, 'KivD91NFav.png', 'Book exhibition 2015', '2017-10-12', '06-27-46 AM'),
(10, '4ZkXPVSRdM.png', 'Book exhibition 2016', '2017-10-12', '06-28-08 AM'),
(11, 'ScRYLAl3ze.png', 'Library day 2016', '2017-10-12', '06-28-32 AM'),
(12, '8P0vxo6XGm.png', 'Wachan prerana diwas 2016', '2017-10-12', '06-28-52 AM');

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

--
-- Table structure for table `library_info`
--

CREATE TABLE IF NOT EXISTS `library_info` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` text NOT NULL,
  `quantity` text NOT NULL,
  `attachment` text NOT NULL,
  `date` date NOT NULL,
  `time` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `library_info`
--

INSERT INTO `library_info` (`id`, `title`, `quantity`, `attachment`, `date`, `time`) VALUES
(3, 'demo77', '88', 'xppjEubkJ7.jpg', '2017-10-06', '04-55-41 AM'),
(4, 'demo2', '44', 'NTbKxwtESm.jpg', '2017-10-06', '06-21-49 AM');

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

--
-- Table structure for table `library_seminar`
--

CREATE TABLE IF NOT EXISTS `library_seminar` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` text NOT NULL,
  `attachment` text NOT NULL,
  `date` date NOT NULL,
  `time` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `library_seminar`
--

INSERT INTO `library_seminar` (`id`, `title`, `attachment`, `date`, `time`) VALUES
(1, 'dfgdsgfdhg', '13oWA7khh8.png', '2017-11-02', '11-55-31 AM'),
(2, 'fhfgjhgh', 'OoCdgmndP2.jpg', '2017-11-02', '11-56-46 AM');

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

--
-- Table structure for table `mous_recruiters`
--

CREATE TABLE IF NOT EXISTS `mous_recruiters` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `images` text NOT NULL,
  `date` date NOT NULL,
  `time` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=12 ;

--
-- Dumping data for table `mous_recruiters`
--

INSERT INTO `mous_recruiters` (`id`, `images`, `date`, `time`) VALUES
(5, 'rnzHr7WhaG.png', '2017-08-23', '14-57-41 PM'),
(6, 'ItIv2KPbo3.jpg', '2017-08-23', '14-57-46 PM'),
(7, 'QzSDAD5bpR.jpg', '2017-08-23', '14-57-51 PM'),
(8, 'MbDFMHNTY9.jpg', '2017-08-23', '14-58-29 PM'),
(9, 'kw4PvENQCh.png', '2017-08-31', '10-42-35 AM'),
(10, 'bI3uWmlNuQ.jpg', '2017-08-31', '10-42-40 AM'),
(11, 'X4aSjpsIeS.png', '2017-08-31', '10-42-50 AM');

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

--
-- Table structure for table `news_events`
--

CREATE TABLE IF NOT EXISTS `news_events` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` text NOT NULL,
  `attachment` text NOT NULL,
  `date` date NOT NULL,
  `time` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `news_events`
--

INSERT INTO `news_events` (`id`, `title`, `attachment`, `date`, `time`) VALUES
(2, 'hbgfhfdh', 'phfUzxseGs.pdf', '2017-11-02', '12-05-40 PM'),
(3, 'circular notice', 'xJtpXt9eH4.pdf', '2017-11-02', '12-06-49 PM');

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

--
-- Table structure for table `profile`
--

CREATE TABLE IF NOT EXISTS `profile` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `image` text NOT NULL,
  `name` text NOT NULL,
  `designation` text NOT NULL,
  `department` text NOT NULL,
  `qualification` text NOT NULL,
  `pdf` text NOT NULL,
  `experience` text NOT NULL,
  `sequence` text NOT NULL,
  `date` date NOT NULL,
  `time` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=70 ;

--
-- Dumping data for table `profile`
--

INSERT INTO `profile` (`id`, `image`, `name`, `designation`, `department`, `qualification`, `pdf`, `experience`, `sequence`, `date`, `time`) VALUES
(44, '3I6rVrsvIA.png', 'Mr. Anjungikar Mallinath ', 'Associate Professor', 'Political Science', 'M.A,M.Phil,Ph.d', 'AFvnjSUw0D.pdf', '30 years', '1', '2017-10-13', '05-36-01 AM'),
(45, '7f74eXug4D.png', 'Mr. Bodare Dadaso Bandu', 'Assistant Professor', 'Hindi', 'M.A,B.Ed,SET', 'XCJwk5NjZ9.pdf', '03', '', '2017-10-13', '05-37-48 AM'),
(46, 'ngLM23ZrUW.png', 'Mr. Bhurke  Nagorao Sambhaji', ' Assistant Professor', 'Sociology', 'M.A,B.Ed,NET', 'w5zBHc6imL.pdf', '08 years', '', '2017-10-13', '05-40-16 AM'),
(47, '7IRdH42yq7.png', 'Mr. Dete Sachin Sahebrao', 'Assistant Professor', 'English', 'M.A.,SET', 'feq2jdhzAY.pdf', '-', '', '2017-10-13', '05-41-37 AM'),
(48, '4WUuoQDdlv.png', 'Mr. Dharurkar Shrikant Dilip', 'Assistant Professor ', 'Commerce', 'M.com,SET,MBA', 'B7wF9H2w7T.pdf', '05 years', '', '2017-10-13', '05-44-54 AM'),
(49, 'rMRaRHevSY.png', ' Dr. Ravsaheb Prabhakar Dhawan', 'Associate Professor', 'Economics', 'M.A,Ph.d', 'ynAOGKAXW5.pdf', 'UG.25 years,PG. 07 years', '', '2017-10-13', '05-47-00 AM'),
(50, 'YBdmkuN2KP.png', 'Prof. Suresh R. Dhere ', 'Associate Professor ', 'Commerce', 'M.com,M.Phil', 'z6PkSZFexG.pdf', '21 years', '', '2017-10-13', '05-48-16 AM'),
(51, 'ReTFuyOUaW.png', 'Prof. Kajal D. Jagtap', 'Assistant Professor ', 'Environmental Science', 'Advanced Costing ', 'DQXzcuubQg.pdf', '', '', '2017-10-13', '05-49-13 AM'),
(52, 'P0pbAKfGQD.png', 'Mr. Kamble Anil Pandharinath', 'Assistant Professor', 'Economics', 'M.A,BEd', 'cKdnCPLblV.pdf', '18 years', '', '2017-10-13', '05-50-13 AM'),
(53, '6NHukpyt2L.png', 'Mrs. Suman L. Kendre ', 'Assistant  Professor ', 'History', 'Indian History ', 'fni4C8J30f.pdf', '', '', '2017-10-13', '05-51-14 AM'),
(54, 'pUfFWoISqG.png', 'Prof. Kone Dilip Mahadu', 'Associate Professor', 'Marathi', 'MA.,NET', 'ePrw9Z48il.pdf', 'UG.24 years,PG. 07 years', '', '2017-10-13', '05-52-11 AM'),
(55, 'Wd2l80cYed.png', 'Mr. Chalwadi Ravindra Bhimappa     ', 'Assistant Professor', 'Environmental Science', 'Business Law & International Law', '8Hl4Gt3hbM.pdf', '', '', '2017-10-13', '05-53-06 AM'),
(56, '5Ut5TnQfIa.png', 'Prof.Sapatnekar Vrushali Vilasrao', 'Assistant Professor ', 'Environmental Science', 'Environmental Science & Zoology ', 'tiphWXjamr.pdf', '', '', '2017-10-13', '05-55-11 AM'),
(57, 'gNjtBETgcH.png', 'Dr. Shinde Anand Dnyaneshwar', 'Assistant Professor', 'Education', 'M.A,M.Ed,SET,M.Phil,Ph.d', 'HxnoOwYHRV.pdf', '09 years', '', '2017-10-13', '05-57-18 AM'),
(58, 'l7TXkAxlhA.png', 'Mrs. Tamboli Nilofar A.Gani', 'Assistant Professor', 'English', 'M.A,NET', 'Sj14vAVxvm.pdf', 'UG. 08', '', '2017-10-13', '05-58-33 AM'),
(59, 'OWun2JxPqU.png', 'Mr. Kolhal Mahesh Tanaji', ' Assistant \n Professor', 'Geography', 'Agriculture geography', 'fslVIuDLwC.pdf', '', '', '2017-10-13', '06-00-43 AM'),
(60, 'r3vB88XncJ.png', 'Mrs. Tank Manisha Kishor              ', ' Librarian', 'Librarian And Information Science', 'Library automation', 'p5fybclP9G.pdf', '', '', '2017-10-13', '06-02-33 AM'),
(62, 'ga5vuzJ9EN.jpg', 'Dr.Reraje Vijay Arjun', 'Assi.Prof', 'Marathi', 'MA,M.Ed,SET,M.Phil,Ph.d', 'qxlAx8G8SV.pdf', 'UG. 09 Years,PG . 07 Years', '', '2017-10-31', '08-31-42 AM'),
(63, 'f9Nn7S9rU1.jpg', 'Prof. Devrao Kashiram Munde', 'Assi.Prof', 'Hindi', 'M.A,M.Phil,SET', 'gBHO0O5XHz.pdf', '12', '', '2017-10-31', '08-36-32 AM'),
(64, '1FULxOC1zX.jpg', 'Prof. Cholle Indumati Shivanand', 'Assi.Prof', 'Commerce', 'M.com,M.phd,SET,NET,GDC & A', 'gfPqjyx4Kv.pdf', '09 years', '', '2017-10-31', '09-38-29 AM'),
(65, 'SYQJyXgR7E.jpg', 'Mr.Jadhav Bhaktraj Ghalappa', 'Director of Physical Education', 'Physical Education', 'M.A,M.P.Ed', 'Pfq16CPzcb.pdf', '10 years', '', '2017-10-31', '09-49-32 AM'),
(66, 'LO3lwvn1xW.jpg', 'Dr.Rajguru S.P.(Head)', 'Assi.Prof', 'English', 'M.A,SET,Ph.d', 'nqwsxDITPg.pdf', 'PG. 08,UG 15', '', '2017-11-01', '04-32-40 AM'),
(69, 'wSFB7eISkV.jpg', 'dgrfdgh', 'fghfg', 'Librarian And Information Science', 'fdhfd', 'Jp4DfXHEVb.pdf', 'fghfh', '', '2017-11-02', '11-17-54 AM');

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

--
-- Table structure for table `research_info`
--

CREATE TABLE IF NOT EXISTS `research_info` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` text NOT NULL,
  `attachment` text NOT NULL,
  `date` date NOT NULL,
  `time` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `research_info`
--

INSERT INTO `research_info` (`id`, `title`, `attachment`, `date`, `time`) VALUES
(1, 'Eeeeeeeeeee', 'p3PXAp4Wce.pdf', '2017-11-01', '04-35-26 AM');

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

--
-- Table structure for table `results`
--

CREATE TABLE IF NOT EXISTS `results` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` text COLLATE utf8_unicode_ci NOT NULL,
  `attachment` text COLLATE utf8_unicode_ci NOT NULL,
  `date` date NOT NULL,
  `time` text COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ;

--
-- Dumping data for table `results`
--

INSERT INTO `results` (`id`, `title`, `attachment`, `date`, `time`) VALUES
(1, 'SAMPLE', 'RBuB3ZKtu6.pdf', '2017-08-25', '08-21-22 AM');

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

--
-- Table structure for table `slider_images`
--

CREATE TABLE IF NOT EXISTS `slider_images` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` text NOT NULL,
  `images` text NOT NULL,
  `date` date NOT NULL,
  `time` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=14 ;

--
-- Dumping data for table `slider_images`
--

INSERT INTO `slider_images` (`id`, `title`, `images`, `date`, `time`) VALUES
(10, '', 'koreo7zASj.jpg', '2017-10-31', '10-25-09 AM'),
(11, '', 'bGcOyHQ1id.jpg', '2017-10-31', '10-28-04 AM'),
(12, 'gdfgfdgh', 'kKeSzfUaen.jpg', '2017-11-02', '10-27-29 AM');

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

--
-- Table structure for table `social_media`
--

CREATE TABLE IF NOT EXISTS `social_media` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` text COLLATE utf8_unicode_ci NOT NULL,
  `link` text COLLATE utf8_unicode_ci NOT NULL,
  `date` date NOT NULL,
  `time` text COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=5 ;

--
-- Dumping data for table `social_media`
--

INSERT INTO `social_media` (`id`, `name`, `link`, `date`, `time`) VALUES
(1, 'facebook', 'www.facebook.com', '0000-00-00', ''),
(2, 'twitter', 'www.twitter.com', '0000-00-00', ''),
(3, 'linked in', 'www.linkedin.com', '0000-00-00', ''),
(4, 'google+', 'www.google11.com', '0000-00-00', '');

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

--
-- Table structure for table `student_staff_achievements`
--

CREATE TABLE IF NOT EXISTS `student_staff_achievements` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` text NOT NULL,
  `attachment` text NOT NULL,
  `date` date NOT NULL,
  `time` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `student_staff_achievements`
--

INSERT INTO `student_staff_achievements` (`id`, `title`, `attachment`, `date`, `time`) VALUES
(1, 'SAMPLE', 'G3VjNszr0h.pdf', '2017-08-25', '13-55-19 PM');

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

--
-- Table structure for table `tpo_table`
--

CREATE TABLE IF NOT EXISTS `tpo_table` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` text NOT NULL,
  `pdf` text NOT NULL,
  `date` date NOT NULL,
  `time` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `tpo_table`
--

INSERT INTO `tpo_table` (`id`, `title`, `pdf`, `date`, `time`) VALUES
(3, 'demo1', '', '2017-10-05', '12-51-32 PM');

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

--
-- Table structure for table `training_placement`
--

CREATE TABLE IF NOT EXISTS `training_placement` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` text COLLATE utf8_unicode_ci NOT NULL,
  `attachment` text COLLATE utf8_unicode_ci NOT NULL,
  `date` date NOT NULL,
  `time` text COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=3 ;

--
-- Dumping data for table `training_placement`
--

INSERT INTO `training_placement` (`id`, `title`, `attachment`, `date`, `time`) VALUES
(1, 'OUR PLACEMENT-YEAR-2015-16', 'Ea6dq8F1Dh.pdf', '2017-08-18', '09-11-18 AM'),
(2, 'OUR PLACEMENT-YEAR-2014-15', 'At0XmHMZVg.pdf', '2017-08-18', '09-11-59 AM');

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

--
-- Table structure for table `videos`
--

CREATE TABLE IF NOT EXISTS `videos` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `images` text NOT NULL,
  `date` date NOT NULL,
  `time` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;

--
-- Dumping data for table `videos`
--

INSERT INTO `videos` (`id`, `images`, `date`, `time`) VALUES
(3, 'jYBhfXqIn_Q', '2017-08-23', '15-47-45 PM'),
(5, '0wdliVXxZEo', '2017-08-23', '15-53-38 PM');

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

--
-- Table structure for table `visitors`
--

CREATE TABLE IF NOT EXISTS `visitors` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `total_counter` text COLLATE utf8_unicode_ci NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ;

--
-- Dumping data for table `visitors`
--

INSERT INTO `visitors` (`id`, `total_counter`) VALUES
(1, '223');

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

EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4