📂 FileMgr
📍
/home/rla105zs937x/public_html/seedindfutureleaders.com/superadmin/db
✏️ Edit File: /home/rla105zs937x/public_html/seedindfutureleaders.com/superadmin/db/futureleaders.sql
⬅ Kembali
-- -------------------------------------------------------- -- Host: 127.0.0.1 -- Server version: 10.4.6-MariaDB - mariadb.org binary distribution -- Server OS: Win64 -- HeidiSQL Version: 10.2.0.5599 -- -------------------------------------------------------- /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET NAMES utf8 */; /*!50503 SET NAMES utf8mb4 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; -- Dumping database structure for futureleaders CREATE DATABASE IF NOT EXISTS `futureleaders` /*!40100 DEFAULT CHARACTER SET latin1 */; USE `futureleaders`; -- Dumping structure for table futureleaders.academy_currentofficer CREATE TABLE IF NOT EXISTS `academy_currentofficer` ( `academy_currentofficer_id` int(11) NOT NULL AUTO_INCREMENT, `academy_currentofficer_job` varchar(50) DEFAULT NULL, `academy_currentofficer_district` varchar(200) DEFAULT NULL, `academy_currentofficer_officername` varchar(200) DEFAULT NULL, `academy_currentofficer_qualification` varchar(200) DEFAULT NULL, `academy_currentofficer_description` varchar(10000) DEFAULT NULL, `academy_currentofficer_image` varchar(50) DEFAULT NULL, `academy_currentofficer_regdate` datetime DEFAULT NULL, `academy_currentofficer_createdby` varchar(200) DEFAULT NULL, PRIMARY KEY (`academy_currentofficer_id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; -- Dumping data for table futureleaders.academy_currentofficer: ~5 rows (approximately) /*!40000 ALTER TABLE `academy_currentofficer` DISABLE KEYS */; INSERT INTO `academy_currentofficer` (`academy_currentofficer_id`, `academy_currentofficer_job`, `academy_currentofficer_district`, `academy_currentofficer_officername`, `academy_currentofficer_qualification`, `academy_currentofficer_description`, `academy_currentofficer_image`, `academy_currentofficer_regdate`, `academy_currentofficer_createdby`) VALUES (1, 'IAS', '29', 'KARTHI', '11th', 'hii', 'currentofficer2.jpg', '2019-09-17 03:39:28', ''), (2, 'IAS', '29', 'KARTHI', '10th', 'hii', 'currentofficer3.jpg', '2019-09-17 03:41:02', 'SURESH'), (3, 'IPS', '29', 'MANOJ', '10th', 'hii', '', '2019-09-17 20:27:08', 'SURESH'), (4, 'IPS', '17', 'MANOJ', '10th', 'hii', '', '2019-09-17 20:27:18', 'SURESH'); /*!40000 ALTER TABLE `academy_currentofficer` ENABLE KEYS */; -- Dumping structure for table futureleaders.academy_job CREATE TABLE IF NOT EXISTS `academy_job` ( `academy_job_id` int(11) NOT NULL AUTO_INCREMENT, `academy_job_jobcategory` int(11) DEFAULT NULL, `academy_job_service` int(11) DEFAULT NULL, `academy_job_subservice` int(11) DEFAULT NULL, `academy_job_fullname` varchar(200) DEFAULT NULL, `academy_job_shortname` varchar(200) DEFAULT NULL, `academy_job_duration` varchar(200) DEFAULT NULL, `academy_job_price` int(11) DEFAULT NULL, `academy_job_image` varchar(200) DEFAULT NULL, `academy_job_availabledistrict` varchar(200) DEFAULT NULL, `academy_job_postinginfo` varchar(10000) DEFAULT NULL, `academy_job_eligibilityinfo` varchar(10000) DEFAULT NULL, `academy_job_syllabus` varchar(10000) DEFAULT NULL, `academy_job_syllabusfile` varchar(200) DEFAULT NULL, `academy_job_extrainfo` varchar(10000) DEFAULT NULL, `academy_job_orderby` int(11) DEFAULT NULL, `academy_job_status` varchar(200) DEFAULT NULL, `academy_job_regdate` datetime DEFAULT NULL, `academy_job_createdby` varchar(200) DEFAULT NULL, PRIMARY KEY (`academy_job_id`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; -- Dumping data for table futureleaders.academy_job: ~2 rows (approximately) /*!40000 ALTER TABLE `academy_job` DISABLE KEYS */; INSERT INTO `academy_job` (`academy_job_id`, `academy_job_jobcategory`, `academy_job_service`, `academy_job_subservice`, `academy_job_fullname`, `academy_job_shortname`, `academy_job_duration`, `academy_job_price`, `academy_job_image`, `academy_job_availabledistrict`, `academy_job_postinginfo`, `academy_job_eligibilityinfo`, `academy_job_syllabus`, `academy_job_syllabusfile`, `academy_job_extrainfo`, `academy_job_orderby`, `academy_job_status`, `academy_job_regdate`, `academy_job_createdby`) VALUES (1, 1, 1, 1, 'KK', 'JK', '2 years', 5678, 'job1.jpg', 'Array', 'hii', 'hii', 'hii', 'syllabusfile1.jpg', 'hii', 1, 'Active', '2019-09-17 00:20:46', 'SURESH'), (2, 1, 1, 1, 'RR', 'TR', '3 years', 1234, 'job2.jpg', '11', 'hii', 'hii', 'hii', 'syllabusfile2.jpg', 'hii', 1, 'Active', '2019-09-17 00:26:02', 'SURESH'), (3, 1, 1, 1, 'KARTHI', 'K', '1 year', 1000, 'job3.jpg', '11,9,22,10,28,17,30,7,21', 'hmm', 'hmm', 'hmm', 'syllabusfile3.jpg', 'hmm', 1, 'Active', '2019-09-17 00:51:34', 'SURESH'); /*!40000 ALTER TABLE `academy_job` ENABLE KEYS */; -- Dumping structure for table futureleaders.academy_jobcategory CREATE TABLE IF NOT EXISTS `academy_jobcategory` ( `academy_jobcategory_id` int(11) NOT NULL AUTO_INCREMENT, `academy_jobcategory_name` varchar(50) DEFAULT NULL, `academy_jobcategory_orderby` int(11) DEFAULT NULL, `academy_jobcategory_status` varchar(50) DEFAULT NULL, `academy_jobcategory_reg_date` datetime DEFAULT NULL, `academy_jobcategory_createdby` varchar(50) DEFAULT NULL, PRIMARY KEY (`academy_jobcategory_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- Dumping data for table futureleaders.academy_jobcategory: ~0 rows (approximately) /*!40000 ALTER TABLE `academy_jobcategory` DISABLE KEYS */; INSERT INTO `academy_jobcategory` (`academy_jobcategory_id`, `academy_jobcategory_name`, `academy_jobcategory_orderby`, `academy_jobcategory_status`, `academy_jobcategory_reg_date`, `academy_jobcategory_createdby`) VALUES (1, 'CENTRAL GOVERNMENT JOBS', 1, 'Active', '2019-09-13 13:23:00', 'SURESH'); /*!40000 ALTER TABLE `academy_jobcategory` ENABLE KEYS */; -- Dumping structure for table futureleaders.academy_service CREATE TABLE IF NOT EXISTS `academy_service` ( `academy_service_id` int(11) NOT NULL AUTO_INCREMENT, `academy_service_jobcategory` int(11) DEFAULT 0, `academy_service_name` varchar(100) DEFAULT '0', `academy_service_jobs` varchar(200) DEFAULT '0', `academy_service_order` int(11) DEFAULT 0, `academy_service_status` varchar(50) DEFAULT '0', `academy_service_subcategory` varchar(10) DEFAULT '0', `academy_service_image` varchar(100) DEFAULT '0', `academy_service_createdby` varchar(100) DEFAULT '0', `academy_service_regdate` datetime DEFAULT NULL, PRIMARY KEY (`academy_service_id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; -- Dumping data for table futureleaders.academy_service: ~0 rows (approximately) /*!40000 ALTER TABLE `academy_service` DISABLE KEYS */; INSERT INTO `academy_service` (`academy_service_id`, `academy_service_jobcategory`, `academy_service_name`, `academy_service_jobs`, `academy_service_order`, `academy_service_status`, `academy_service_subcategory`, `academy_service_image`, `academy_service_createdby`, `academy_service_regdate`) VALUES (1, 1, 'CIVIL SERVICE', 'IAS | IPS | IFS', 1, 'Active', 'Yes', 'service1.png', 'SURESH', '2019-09-13 16:03:37'), (2, 10, '', '', 0, '', '', '', 'SURESH', '2019-09-17 03:30:33'); /*!40000 ALTER TABLE `academy_service` ENABLE KEYS */; -- Dumping structure for table futureleaders.academy_subservice CREATE TABLE IF NOT EXISTS `academy_subservice` ( `academy_subservice_id` int(11) NOT NULL AUTO_INCREMENT, `academy_subservice_category` int(11) DEFAULT 0, `academy_subservice_name` varchar(100) DEFAULT '0', `academy_subservice_desc` varchar(5000) DEFAULT '0', `academy_subservice_order` int(11) DEFAULT 0, `academy_subservice_status` varchar(50) DEFAULT '0', `academy_subservice_image` varchar(100) DEFAULT '0', `academy_subservice_createdby` varchar(100) DEFAULT '0', `academy_subservice_regdate` datetime DEFAULT NULL, PRIMARY KEY (`academy_subservice_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- Dumping data for table futureleaders.academy_subservice: ~0 rows (approximately) /*!40000 ALTER TABLE `academy_subservice` DISABLE KEYS */; INSERT INTO `academy_subservice` (`academy_subservice_id`, `academy_subservice_category`, `academy_subservice_name`, `academy_subservice_desc`, `academy_subservice_order`, `academy_subservice_status`, `academy_subservice_image`, `academy_subservice_createdby`, `academy_subservice_regdate`) VALUES (1, 1, 'IAS', 'NOTE: BE CAREFUL WHEN DELETING RECORDS IN A TABLE! NOTICE THE WHERE CLAUSE IN THE DELETE STATEMENT. THE WHERE CLAUSE SPECIFIES WHICH RECORD(S) SHOULD BE DELETED. IF YOU OMIT THE WHERE CLAUSE, ALL RECORDS IN THE TABLE WILL BE DELETED!', 1, 'Active', 'service1.png', 'SURESH', '2019-09-13 16:55:55'); /*!40000 ALTER TABLE `academy_subservice` ENABLE KEYS */; -- Dumping structure for table futureleaders.academy_users CREATE TABLE IF NOT EXISTS `academy_users` ( `academy_user_id` int(11) NOT NULL AUTO_INCREMENT, `academy_user_username` varchar(50) DEFAULT NULL, `academy_user_password` varchar(50) DEFAULT NULL, `academy_user_type` varchar(50) DEFAULT NULL, `academy_user_name` varchar(50) DEFAULT NULL, `academy_user_status` varchar(50) DEFAULT NULL, PRIMARY KEY (`academy_user_id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; -- Dumping data for table futureleaders.academy_users: ~0 rows (approximately) /*!40000 ALTER TABLE `academy_users` DISABLE KEYS */; INSERT INTO `academy_users` (`academy_user_id`, `academy_user_username`, `academy_user_password`, `academy_user_type`, `academy_user_name`, `academy_user_status`) VALUES (1, 'academy', '49b83affedd874f5c7308b8b0cb795b0', 'Super Admin', 'SURESH', 'Active'); /*!40000 ALTER TABLE `academy_users` ENABLE KEYS */; -- Dumping structure for table futureleaders.tndistrict CREATE TABLE IF NOT EXISTS `tndistrict` ( `id` int(11) NOT NULL AUTO_INCREMENT, `district_code` int(11) DEFAULT NULL, `district_name` varchar(50) DEFAULT NULL, `status` int(11) DEFAULT 1, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=latin1 ROW_FORMAT=COMPACT; -- Dumping data for table futureleaders.tndistrict: ~32 rows (approximately) /*!40000 ALTER TABLE `tndistrict` DISABLE KEYS */; INSERT INTO `tndistrict` (`id`, `district_code`, `district_name`, `status`) VALUES (1, 1, 'Kanchipuram', 1), (2, 2, 'Tiruvallur', 1), (3, 3, 'Cuddalore', 1), (4, 4, 'Villupuram', 1), (5, 5, 'Vellore', 1), (6, 6, 'Tiruvannamalai', 1), (7, 7, 'Salem', 1), (8, 8, 'Namakkal', 1), (9, 9, 'Dharmapuri', 1), (10, 10, 'Erode', 1), (11, 11, 'Coimbatore', 1), (12, 12, 'The Nilgiris', 1), (13, 13, 'Thanjavur', 1), (14, 14, 'Nagapattinam', 1), (15, 15, 'Tiruvarur', 1), (16, 16, 'Tiruchirappalli', 1), (17, 17, 'Karur', 1), (18, 18, 'Perambalur', 1), (19, 19, 'Pudukkottai', 1), (20, 20, 'Madurai', 1), (21, 21, 'Theni', 1), (22, 22, 'Dindigul', 1), (23, 23, 'Ramanathapuram', 1), (24, 24, 'Virudhunagar', 1), (25, 25, 'Sivagangai', 1), (26, 26, 'Tirunelveli', 1), (27, 27, 'Thoothukkudi', 1), (28, 28, 'Kanniyakumari', 1), (29, 29, 'Chennai', 1), (30, 30, 'Krishnagiri', 1), (31, 31, 'Ariyalur', 1), (32, 32, 'Tiruppur', 1); /*!40000 ALTER TABLE `tndistrict` ENABLE KEYS */; /*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */; /*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
💾 Simpan File
Batal
⬅ Naik ke superadmin
1 item
Nama
Tipe
Ukuran
Diubah
Aksi
🗃️
futureleaders.sql
sql
11.4 KB
2019-09-18 10:42
✏️ Edit
👁️ View
🗑 Hapus