Şuanki Dizin: /home/wwwdreamtechnolo/www/spmsolapur.org/mis_software/bkp/DB/ |
Şuanki Dosya : /home/wwwdreamtechnolo/www/spmsolapur.org/mis_software/bkp/DB/spm_mis_software (3).sql |
-- phpMyAdmin SQL Dump -- version 4.0.4 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Mar 03, 2020 at 02:17 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: `spm_mis_software` -- CREATE DATABASE IF NOT EXISTS `spm_mis_software` DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci; USE `spm_mis_software`; -- -------------------------------------------------------- -- -- Table structure for table `academic_year` -- CREATE TABLE IF NOT EXISTS `academic_year` ( `id` int(11) NOT NULL AUTO_INCREMENT, `year` text COLLATE utf8mb4_unicode_ci NOT NULL, `date` date NOT NULL, `time` time NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AUTO_INCREMENT=3 ; -- -- Dumping data for table `academic_year` -- INSERT INTO `academic_year` (`id`, `year`, `date`, `time`) VALUES (2, '2019-2020', '2019-06-27', '08:28:52'); -- -------------------------------------------------------- -- -- Table structure for table `admin` -- CREATE TABLE IF NOT EXISTS `admin` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` text COLLATE utf8_unicode_ci NOT NULL, `password` text COLLATE utf8_unicode_ci NOT NULL, `type` text COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=3 ; -- -- Dumping data for table `admin` -- INSERT INTO `admin` (`id`, `user_id`, `password`, `type`) VALUES (1, 'admin@gmail.com', 'admin', 'student_section'), (2, 'library@gmail.com', 'library', 'library_section'); -- -------------------------------------------------------- -- -- Table structure for table `certificate_history` -- CREATE TABLE IF NOT EXISTS `certificate_history` ( `id` int(11) NOT NULL AUTO_INCREMENT, `student_id` text COLLATE utf8_unicode_ci NOT NULL, `type` text COLLATE utf8_unicode_ci NOT NULL, `certificate_name` text COLLATE utf8_unicode_ci NOT NULL, `date` date NOT NULL, `time` time NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=26 ; -- -- Dumping data for table `certificate_history` -- INSERT INTO `certificate_history` (`id`, `student_id`, `type`, `certificate_name`, `date`, `time`) VALUES (1, '565', 'Original', 'leaving_certificate', '2020-03-03', '12:58:09'), (2, '565', 'Duplicate', 'leaving_certificate', '2020-03-03', '12:58:17'), (3, '563', 'Duplicate', 'leaving_certificate', '2020-03-03', '13:16:44'), (4, '563', 'Duplicate', 'leaving_certificate', '2020-03-03', '13:23:40'), (5, '565', 'Original', 'leaving_certificate', '2020-03-03', '13:48:59'), (6, '565', 'Original', 'leaving_certificate', '2020-03-03', '13:50:04'), (7, '565', 'Original', 'leaving_certificate', '2020-03-03', '13:50:05'), (8, '565', 'Original', 'leaving_certificate', '2020-03-03', '13:50:41'), (9, '565', 'Original', 'leaving_certificate', '2020-03-03', '13:50:47'), (10, '565', 'Original', 'leaving_certificate', '2020-03-03', '13:50:47'), (11, '565', 'Original', 'leaving_certificate', '2020-03-03', '13:51:46'), (12, '565', 'Original', 'leaving_certificate', '2020-03-03', '13:51:46'), (13, '565', 'Original', 'leaving_certificate', '2020-03-03', '13:52:48'), (14, '565', 'Original', 'leaving_certificate', '2020-03-03', '13:52:51'), (15, '565', 'Original', 'leaving_certificate', '2020-03-03', '13:52:51'), (16, '565', 'Original', 'leaving_certificate', '2020-03-03', '13:53:37'), (17, '565', 'Original', 'leaving_certificate', '2020-03-03', '13:53:50'), (18, '565', 'Original', 'leaving_certificate', '2020-03-03', '13:53:52'), (19, '565', 'Original', 'leaving_certificate', '2020-03-03', '13:53:52'), (20, '565', 'Original', 'leaving_certificate', '2020-03-03', '13:56:01'), (21, '565', 'Original', 'leaving_certificate', '2020-03-03', '13:56:08'), (22, '565', 'Original', 'leaving_certificate', '2020-03-03', '13:56:08'), (23, '565', 'Original', 'leaving_certificate', '2020-03-03', '13:57:05'), (24, '564', 'Duplicate', 'leaving_certificate', '2020-03-03', '13:57:28'), (25, '565', 'Duplicate', 'leaving_certificate', '2020-03-03', '13:59:35'); -- -------------------------------------------------------- -- -- Table structure for table `class_master` -- CREATE TABLE IF NOT EXISTS `class_master` ( `id` int(11) NOT NULL AUTO_INCREMENT, `class_title` 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=4 ; -- -- Dumping data for table `class_master` -- INSERT INTO `class_master` (`id`, `class_title`, `date`, `time`) VALUES (1, 'Computer Engineering', '2020-02-24', '10:54:36 29'), (2, 'Electronics & Telecommunication Engineering', '2020-02-24', '10:55:10 29'), (3, 'Mechanical Engineering', '2020-02-24', '10:55:30 29'); -- -------------------------------------------------------- -- -- Table structure for table `division_master` -- CREATE TABLE IF NOT EXISTS `division_master` ( `id` int(11) NOT NULL AUTO_INCREMENT, `division` text COLLATE utf8_unicode_ci NOT NULL, `date` date NOT NULL, `time` text COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=3 ; -- -- Dumping data for table `division_master` -- INSERT INTO `division_master` (`id`, `division`, `date`, `time`) VALUES (1, 'A', '2020-02-19', '05:17:35 29'), (2, 'B', '2020-02-19', '05:17:38 29'); -- -------------------------------------------------------- -- -- Table structure for table `setting` -- CREATE TABLE IF NOT EXISTS `setting` ( `id` int(11) NOT NULL AUTO_INCREMENT, `sanstha_center` text COLLATE utf8_unicode_ci NOT NULL, `school_clg_name` text COLLATE utf8_unicode_ci NOT NULL, `address` text COLLATE utf8_unicode_ci NOT NULL, `phone_no` text COLLATE utf8_unicode_ci NOT NULL, `email_id` text COLLATE utf8_unicode_ci NOT NULL, `recognition_no` text COLLATE utf8_unicode_ci NOT NULL, `udise_no` text COLLATE utf8_unicode_ci NOT NULL, `board` text COLLATE utf8_unicode_ci NOT NULL, `medium` text COLLATE utf8_unicode_ci NOT NULL, `index_no` text COLLATE utf8_unicode_ci NOT NULL, `clg_logo` text COLLATE utf8_unicode_ci NOT NULL, `date` date NOT NULL, `time` text COLLATE utf8_unicode_ci NOT NULL, `college_name` text COLLATE utf8_unicode_ci NOT NULL, `logo` text COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ; -- -- Dumping data for table `setting` -- INSERT INTO `setting` (`id`, `sanstha_center`, `school_clg_name`, `address`, `phone_no`, `email_id`, `recognition_no`, `udise_no`, `board`, `medium`, `index_no`, `clg_logo`, `date`, `time`, `college_name`, `logo`) VALUES (1, 'Shikshan Prasarak Mandal''s ', 'S P M POLYTECHNIC, SOLAPUR', 'Hotagi Road ,Kumathe, Solapur-413224 (Maharashtra)', '0217 - 2602057', 'spmp_principal@rediffmail.com', '1-429694481', '0523', 'spmsolapur.org', '', '6420', 'cUAWD8He6z.png', '2020-03-03', '13:48:36 31', '', 'rwe8i2ZXFf.jpg'); -- -------------------------------------------------------- -- -- Table structure for table `software_users` -- CREATE TABLE IF NOT EXISTS `software_users` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_name` text COLLATE utf8_unicode_ci NOT NULL, `contact_no` text COLLATE utf8_unicode_ci NOT NULL, `address` text COLLATE utf8_unicode_ci NOT NULL, `designation` text COLLATE utf8_unicode_ci NOT NULL, `user_id` text COLLATE utf8_unicode_ci NOT NULL, `password` text COLLATE utf8_unicode_ci NOT NULL, `date` date NOT NULL, `time` time NOT NULL, `student` text COLLATE utf8_unicode_ci NOT NULL, `add_student` text COLLATE utf8_unicode_ci NOT NULL, `use1` text COLLATE utf8_unicode_ci NOT NULL, `ievd` text COLLATE utf8_unicode_ci NOT NULL, `er` text COLLATE utf8_unicode_ci NOT NULL, `sr` text COLLATE utf8_unicode_ci NOT NULL, `cs` text COLLATE utf8_unicode_ci NOT NULL, `micp` text COLLATE utf8_unicode_ci NOT NULL, `pcg` text COLLATE utf8_unicode_ci NOT NULL, `spc` text COLLATE utf8_unicode_ci NOT NULL, `cmtm` text COLLATE utf8_unicode_ci NOT NULL, `rm` text COLLATE utf8_unicode_ci NOT NULL, `sam` text COLLATE utf8_unicode_ci NOT NULL, `seam` text COLLATE utf8_unicode_ci NOT NULL, `csma` text COLLATE utf8_unicode_ci NOT NULL, `masc` text COLLATE utf8_unicode_ci NOT NULL, `sma` text COLLATE utf8_unicode_ci NOT NULL, `smar` text COLLATE utf8_unicode_ci NOT NULL, `as1` text COLLATE utf8_unicode_ci NOT NULL, `ssa` text COLLATE utf8_unicode_ci NOT NULL, `ssr` text COLLATE utf8_unicode_ci NOT NULL, `srts` text COLLATE utf8_unicode_ci NOT NULL, `srr` text COLLATE utf8_unicode_ci NOT NULL, `gspc` text COLLATE utf8_unicode_ci NOT NULL, `gmpc` text COLLATE utf8_unicode_ci NOT NULL, `eed` text COLLATE utf8_unicode_ci NOT NULL, `library` text COLLATE utf8_unicode_ci NOT NULL, `lm` text COLLATE utf8_unicode_ci NOT NULL, `ab` text COLLATE utf8_unicode_ci NOT NULL, `bo` text COLLATE utf8_unicode_ci NOT NULL, `btr` text COLLATE utf8_unicode_ci NOT NULL, `mtm` text COLLATE utf8_unicode_ci NOT NULL, `am` text COLLATE utf8_unicode_ci NOT NULL, `mr` text COLLATE utf8_unicode_ci NOT NULL, `ntm` text COLLATE utf8_unicode_ci NOT NULL, `an` text COLLATE utf8_unicode_ci NOT NULL, `nr` text COLLATE utf8_unicode_ci NOT NULL, `bi` text COLLATE utf8_unicode_ci NOT NULL, `ibr` text COLLATE utf8_unicode_ci NOT NULL, `bsth` text COLLATE utf8_unicode_ci NOT NULL, `obr` text COLLATE utf8_unicode_ci NOT NULL, `setting` text COLLATE utf8_unicode_ci NOT NULL, `ss` text COLLATE utf8_unicode_ci NOT NULL, `dm` text COLLATE utf8_unicode_ci NOT NULL, `sm` text COLLATE utf8_unicode_ci NOT NULL, `cm` text COLLATE utf8_unicode_ci NOT NULL, `ftm` text COLLATE utf8_unicode_ci NOT NULL, `afa` text COLLATE utf8_unicode_ci NOT NULL, `far` text COLLATE utf8_unicode_ci NOT NULL, `fp` text COLLATE utf8_unicode_ci NOT NULL, `cp` text COLLATE utf8_unicode_ci NOT NULL, `sms_panel` text COLLATE utf8_unicode_ci NOT NULL, `software_user` text COLLATE utf8_unicode_ci NOT NULL, `db_bkp` text COLLATE utf8_unicode_ci NOT NULL, `type_master` text COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=17 ; -- -- Dumping data for table `software_users` -- INSERT INTO `software_users` (`id`, `user_name`, `contact_no`, `address`, `designation`, `user_id`, `password`, `date`, `time`, `student`, `add_student`, `use1`, `ievd`, `er`, `sr`, `cs`, `micp`, `pcg`, `spc`, `cmtm`, `rm`, `sam`, `seam`, `csma`, `masc`, `sma`, `smar`, `as1`, `ssa`, `ssr`, `srts`, `srr`, `gspc`, `gmpc`, `eed`, `library`, `lm`, `ab`, `bo`, `btr`, `mtm`, `am`, `mr`, `ntm`, `an`, `nr`, `bi`, `ibr`, `bsth`, `obr`, `setting`, `ss`, `dm`, `sm`, `cm`, `ftm`, `afa`, `far`, `fp`, `cp`, `sms_panel`, `software_user`, `db_bkp`, `type_master`) VALUES (9, 'a', '8596415263', 'hotagi road solapur', 'a', 'admin', 'admin', '2019-03-07', '13:11:06', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes', 'yes'), (10, 'gfh', '8596415263', 'hotagi road solapu', 'fgh', 'pqr', 'pqr', '2019-03-07', '13:16:02', 'yes', 'yes', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (14, 'abc', '9886787878', 'solapur', 'sd', 'abc', 'abc', '2019-03-08', '05:06:52', 'yes', 'yes', '', '', '', '', '', '', 'yes', 'yes', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''), (15, 'pqrs', '9878765465', 'solapur', 'tsnbg', 'pqrs', 'pqrs', '2019-03-08', '05:10:40', 'yes', 'yes', 'yes', '', '', '', '', '', '', 'yes', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'yes', '', '', '', '', '', '', '', '', 'yes', 'yes', '', '', '', ''), (16, 'Mrs. Smeeta M. Valase', '9766460884', '', 'Asst. Teacher', 'Smeeta', 'S23a', '2019-03-08', '05:50:17', '', '', '', '', '', '', '', '', 'yes', '', '', '', '', '', '', '', 'yes', '', '', 'yes', '', 'yes', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''); -- -------------------------------------------------------- -- -- Table structure for table `student_details` -- CREATE TABLE IF NOT EXISTS `student_details` ( `id` int(11) NOT NULL AUTO_INCREMENT, `class` text COLLATE utf8_unicode_ci NOT NULL, `medium` text COLLATE utf8_unicode_ci NOT NULL, `division` text COLLATE utf8_unicode_ci NOT NULL, `roll_no` int(11) NOT NULL, `surname` text COLLATE utf8_unicode_ci NOT NULL, `student_name` text COLLATE utf8_unicode_ci NOT NULL, `father_name` text COLLATE utf8_unicode_ci NOT NULL, `mother_name` text COLLATE utf8_unicode_ci NOT NULL, `stud_cont_no` text COLLATE utf8_unicode_ci NOT NULL, `father_cont_no` text COLLATE utf8_unicode_ci NOT NULL, `mother_cont_no` text COLLATE utf8_unicode_ci NOT NULL, `residential_no` text COLLATE utf8_unicode_ci NOT NULL, `address` text COLLATE utf8_unicode_ci NOT NULL, `corres_address` text COLLATE utf8_unicode_ci NOT NULL, `child_desc` text COLLATE utf8_unicode_ci NOT NULL, `email` text COLLATE utf8_unicode_ci NOT NULL, `aadhar_number` text COLLATE utf8_unicode_ci NOT NULL, `religion` text COLLATE utf8_unicode_ci NOT NULL, `caste` text COLLATE utf8_unicode_ci NOT NULL, `category` text COLLATE utf8_unicode_ci NOT NULL, `mother_tongue` text COLLATE utf8_unicode_ci NOT NULL, `nationality` text COLLATE utf8_unicode_ci NOT NULL, `place_of_birth` text COLLATE utf8_unicode_ci NOT NULL, `birth_date` text COLLATE utf8_unicode_ci NOT NULL, `gender` text COLLATE utf8_unicode_ci NOT NULL, `last_school` text COLLATE utf8_unicode_ci NOT NULL, `admission_date` text COLLATE utf8_unicode_ci NOT NULL, `blood_group` text COLLATE utf8_unicode_ci NOT NULL, `height` text COLLATE utf8_unicode_ci NOT NULL, `weight` text COLLATE utf8_unicode_ci NOT NULL, `student_image` text COLLATE utf8_unicode_ci NOT NULL, `birth_certificate` text COLLATE utf8_unicode_ci NOT NULL, `caste_certificate` text COLLATE utf8_unicode_ci NOT NULL, `advertising_board` text COLLATE utf8_unicode_ci NOT NULL, `news_paper` text COLLATE utf8_unicode_ci NOT NULL, `teachers` text COLLATE utf8_unicode_ci NOT NULL, `friends` text COLLATE utf8_unicode_ci NOT NULL, `ex_students` text COLLATE utf8_unicode_ci NOT NULL, `pre_class_student` text COLLATE utf8_unicode_ci NOT NULL, `other` text COLLATE utf8_unicode_ci NOT NULL, `remarks` text COLLATE utf8_unicode_ci NOT NULL, `no_of_pupil` text COLLATE utf8_unicode_ci NOT NULL, `stud_id_for_lc` text COLLATE utf8_unicode_ci NOT NULL, `g-r-no` text COLLATE utf8_unicode_ci NOT NULL, `father_qualification` text COLLATE utf8_unicode_ci NOT NULL, `father_occupation` text COLLATE utf8_unicode_ci NOT NULL, `father_monthly_income` text COLLATE utf8_unicode_ci NOT NULL, `father_office_add` text COLLATE utf8_unicode_ci NOT NULL, `father_resident_add` text COLLATE utf8_unicode_ci NOT NULL, `mother_qualifi` text COLLATE utf8_unicode_ci NOT NULL, `mother_occupation` text COLLATE utf8_unicode_ci NOT NULL, `mother_income` text COLLATE utf8_unicode_ci NOT NULL, `mother_office_add` text COLLATE utf8_unicode_ci NOT NULL, `mother_resident_add` text COLLATE utf8_unicode_ci NOT NULL, `certificate_no` text COLLATE utf8_unicode_ci NOT NULL, `progress` text COLLATE utf8_unicode_ci NOT NULL, `conduct` text COLLATE utf8_unicode_ci NOT NULL, `leaving_school_date` text COLLATE utf8_unicode_ci NOT NULL, `standard_sinse_when` text COLLATE utf8_unicode_ci NOT NULL, `leaving_school_reason` text COLLATE utf8_unicode_ci NOT NULL, `date` date NOT NULL, `time` text COLLATE utf8_unicode_ci NOT NULL, `status` text COLLATE utf8_unicode_ci NOT NULL, `birth_district` text COLLATE utf8_unicode_ci NOT NULL, `birth_state` text COLLATE utf8_unicode_ci NOT NULL, `birth_country` text COLLATE utf8_unicode_ci NOT NULL, `promoted_details` text COLLATE utf8_unicode_ci NOT NULL, `class_details` text COLLATE utf8_unicode_ci NOT NULL, `school_reopen_details` text COLLATE utf8_unicode_ci NOT NULL, `academic_year` text COLLATE utf8_unicode_ci NOT NULL, `sub_caste` text COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=566 ; -- -- Dumping data for table `student_details` -- INSERT INTO `student_details` (`id`, `class`, `medium`, `division`, `roll_no`, `surname`, `student_name`, `father_name`, `mother_name`, `stud_cont_no`, `father_cont_no`, `mother_cont_no`, `residential_no`, `address`, `corres_address`, `child_desc`, `email`, `aadhar_number`, `religion`, `caste`, `category`, `mother_tongue`, `nationality`, `place_of_birth`, `birth_date`, `gender`, `last_school`, `admission_date`, `blood_group`, `height`, `weight`, `student_image`, `birth_certificate`, `caste_certificate`, `advertising_board`, `news_paper`, `teachers`, `friends`, `ex_students`, `pre_class_student`, `other`, `remarks`, `no_of_pupil`, `stud_id_for_lc`, `g-r-no`, `father_qualification`, `father_occupation`, `father_monthly_income`, `father_office_add`, `father_resident_add`, `mother_qualifi`, `mother_occupation`, `mother_income`, `mother_office_add`, `mother_resident_add`, `certificate_no`, `progress`, `conduct`, `leaving_school_date`, `standard_sinse_when`, `leaving_school_reason`, `date`, `time`, `status`, `birth_district`, `birth_state`, `birth_country`, `promoted_details`, `class_details`, `school_reopen_details`, `academic_year`, `sub_caste`) VALUES (563, '3', '3rd Year', 'A', 1132, 'KALAKERI', 'PRAVIN', 'RAM', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '4023', '1705230154', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '0000-00-00', '', '', '', '', '', '', '', '', '2', ''), (564, '3', '3rd Year', 'A', 1134, 'MHETRE', 'VAIBHAV', 'DILIP', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '4029', '1705230165', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '0000-00-00', '', '', '', '', '', '', '', '', '2', ''), (565, '1', '1st Year', 'A', 12, 'Birajdar', 'Tanuja', 'Ambadas', 'Aruna', '7676767676', '5545454545', '4545454545', '', '', '', '', 'a@gmail.com', '454545454545', 'Himndu', 'Lingayat', 'Open', 'Marathi', 'Indian', 'Solapur', '27-02-2020', 'Male', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '12', '112321', '', '', '', '', '', '', '', '', '', '', '', '313', 'GOOD', '123', '03-03-2020', '23', '2323', '2020-03-03', '13:31:12 PM', '', '', '', '', '', '', '', '2', 'Pancam'); -- -------------------------------------------------------- -- -- Table structure for table `type_master` -- CREATE TABLE IF NOT EXISTS `type_master` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` 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=11 ; -- -- Dumping data for table `type_master` -- INSERT INTO `type_master` (`id`, `title`, `date`, `time`) VALUES (1, 'Horror', '2018-08-19', '05:37:25 31'), (2, 'Health', '2018-08-19', '05:39:08 31'), (3, 'Mystery', '2018-08-19', '05:39:16 31'), (4, 'Science', '2018-08-19', '05:39:24 31'), (5, 'History', '2018-08-19', '05:39:30 31'), (6, 'Math', '2018-08-19', '05:39:41 31'), (8, 'Poetry', '2018-08-19', '05:52:45 31'), (9, 'Story', '2018-08-19', '07:54:25 31'), (10, 'Technical', '2018-08-19', '13:54:06 31'); /*!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