Şuanki Dizin: /home/wwwdreamtechnolo/public_html/swamipolytechnic.org/sql/3oct/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/swamipolytechnic.org/sql/3oct/swamipol_svsmd.sql |
-- phpMyAdmin SQL Dump -- version 4.0.4 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Oct 03, 2017 at 12:32 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: `swamipol_svsmd` -- CREATE DATABASE IF NOT EXISTS `swamipol_svsmd` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; USE `swamipol_svsmd`; -- -------------------------------------------------------- -- -- 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` 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 `activities` -- INSERT INTO `activities` (`id`, `title`, `attachment`, `date`, `time`) VALUES (3, 'SAMPLE', 'UCLxPdjNsX.jpg', '2017-08-25', '14-42-57 PM'), (4, 'Tree Plantation', 'Kbd1X59Xx7.jpg', '2017-08-31', '10-43-18 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 (1, 'National education excellence award', '8P06PCCEAj.pdf', '2017-08-23', '13-13-10 PM'), (4, 'Sample Question paper of First Semester ''I'' Scheme Courses Mathematics', 'GQFtQTY7az.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"', 'ceiZ9eNXFx.pdf', '2017-08-31', '11-36-39 AM'); -- -------------------------------------------------------- -- -- 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, `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=17 ; -- -- Dumping data for table `downloads` -- INSERT INTO `downloads` (`id`, `title`, `images`, `date`, `time`) VALUES (14, 'dfsfds', 'WRE02AEcPL.jpeg', '2017-08-17', '11-40-53 AM'), (15, 'dsfgsdgfdg', 'nR9L3T5HS1.jpg', '2017-08-17', '11-41-04 AM'), (16, 'SAMPLE', 'zCc9wrlEz7.pdf', '2017-08-25', '14-05-47 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=44 ; -- -- 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'); -- -------------------------------------------------------- -- -- 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 (10, 'ram', 'radhe@gmail.com', '1234567980', 'gdhfhf', '2017-08-14', '19-29-57 PM'), (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, `departmentt` text NOT NULL, `section` text NOT NULL, `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=18 ; -- -- Dumping data for table `gallery` -- INSERT INTO `gallery` (`id`, `departmentt`, `section`, `images`, `description`, `date`, `time`) VALUES (9, 'civil', 'guestlecture', '50PiXRl3Le.jpg', 'ggh', '2017-10-03', '07-10-56 AM'), (10, 'computer', 'event', '8AGUmCrFH4.jpg', 'hggh', '2017-10-03', '07-45-55 AM'), (11, 'science', 'guestlecture', 'PGE1x8nzjl.jpg', 'hellllo', '2017-10-03', '07-46-51 AM'), (12, 'computer', 'guestlecture', 'Q8y4JiPM0P.jpg', 'hiiiiii', '2017-10-03', '11-00-55 AM'), (13, 'administrative', 'event', 'RwWGnNPDq9.jpg', 'fghf', '2017-10-03', '11-17-00 AM'), (14, 'computer', 'event', '7HE1WQ94Cr.jpg', 'hff', '2017-10-03', '11-47-21 AM'), (15, 'computer', 'event', 'UQn5gm5SRU.jpg', 'ghhidgi', '2017-10-03', '11-47-44 AM'), (16, 'computer', 'event', 'y3wHnMC3Y8.jpg', 'dfhjn', '2017-10-03', '11-47-58 AM'), (17, 'computer', 'guestlecture', 'Ogfw4mpWYd.jpg', 'gdgkgdk', '2017-10-03', '11-48-12 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, `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=7 ; -- -- Dumping data for table `important_links` -- INSERT INTO `important_links` (`id`, `title`, `attachment`, `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'), (6, 'Vidya Lakshmi Portal ( Educational Loan Portal)', 'https://www.vidyalakshmi.co.in/Students/', '2017-09-13', '16-20-56 PM'); -- -------------------------------------------------------- -- -- 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=1 ; -- -------------------------------------------------------- -- -- Table structure for table `library_info` -- CREATE TABLE IF NOT EXISTS `library_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 `library_info` -- INSERT INTO `library_info` (`id`, `title`, `attachment`, `date`, `time`) VALUES (1, 'SAMPLE', 'YhQU3ne2fb.jpg', '2017-08-25', '07-42-55 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=2 ; -- -- Dumping data for table `news_events` -- INSERT INTO `news_events` (`id`, `title`, `attachment`, `date`, `time`) VALUES (1, 'Circular of First Semester unit test Scroll news "1st semester First class test change in schedule"', 'wn5bBVyMFS.pdf', '2017-08-31', '11-04-44 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=1 ; -- -------------------------------------------------------- -- -- 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, `images` text NOT NULL, `date` date NOT NULL, `time` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=10 ; -- -- Dumping data for table `slider_images` -- INSERT INTO `slider_images` (`id`, `images`, `date`, `time`) VALUES (5, 'UPXh37NB7w.png', '2017-08-23', '09-11-43 AM'), (6, 'cmjjiPNet0.gif', '2017-08-31', '10-37-16 AM'), (7, 'ErCr3QcWrB.jpg', '2017-08-31', '10-40-06 AM'), (8, '8jCoPYBkps.jpg', '2017-08-31', '10-40-34 AM'), (9, 'CRdf0FLfM5.jpg', '2017-08-31', '10-42-04 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 `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, '211'); /*!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 */;
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