Nahom
Nahom
-- version 3.1.3.1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jun 03, 2015 at 09:09 AM
-- Server version: 5.1.33
-- PHP Version: 5.2.9
SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
--
-- Database: `clearance`
--
-- --------------------------------------------------------
--
-- Table structure for table `account`
--
--
-- Dumping data for table `account`
--
-- --------------------------------------------------------
--
-- Table structure for table `cases`
--
--
-- Dumping data for table `cases`
--
-- --------------------------------------------------------
--
-- Table structure for table `clearance`
--
--
-- Dumping data for table `clearance`
--
-- --------------------------------------------------------
--
-- Table structure for table `comments`
--
--
-- Dumping data for table `comments`
--
-- --------------------------------------------------------
--
-- Table structure for table `departments`
--
--
-- Dumping data for table `departments`
--
-- --------------------------------------------------------
--
-- Table structure for table `faculty`
--
--
-- Dumping data for table `faculty`
--
-- --------------------------------------------------------
--
-- Table structure for table `feedback`
--
--
-- Dumping data for table `feedback`
--
-- --------------------------------------------------------
--
-- Table structure for table `history`
--
--
-- Dumping data for table `history`
--
-- --------------------------------------------------------
--
-- Table structure for table `images`
--
--
-- Dumping data for table `images`
--
-- --------------------------------------------------------
--
-- Table structure for table `inboxstudent`
--
--
-- Dumping data for table `inboxstudent`
--
--
-- Table structure for table `kewords`
--
--
-- Dumping data for table `kewords`
--
-- --------------------------------------------------------
--
-- Table structure for table `messages`
--
--
-- Dumping data for table `messages`
--
-- --------------------------------------------------------
--
-- Table structure for table `notice`
--
--
-- Dumping data for table `notice`
--
-- --------------------------------------------------------
--
-- Table structure for table `outcomment`
--
--
-- Dumping data for table `outcomment`
--
-- --------------------------------------------------------
--
-- Table structure for table `readmore`
--
--
-- Dumping data for table `readmore`
--
-- --------------------------------------------------------
--
-- Table structure for table `report`
--
--
-- Dumping data for table `report`
--
-- --------------------------------------------------------
--
-- Table structure for table `student`
--
--
-- Dumping data for table `student`
--
-- --------------------------------------------------------
--
-- Table structure for table `uploadfile`
--
--
-- Dumping data for table `uploadfile`
--
--
-- Constraints for dumped tables
--
--
-- Constraints for table `clearance`
--
ALTER TABLE `clearance`
ADD CONSTRAINT `clearance_ibfk_1` FOREIGN KEY (`stud_id`) REFERENCES `student`
(`Idno`);