summaryrefslogblamecommitdiffstats
path: root/Database/localhost.sql
blob: 5cdd675d392fa3622e58d553422c0808fa284ac9 (plain) (tree)
1
2
3
4
5
6




                            
                                            











                                                                   
                             
  

                                                                                        



                                                           
                                             

  



                                             


                                       
                                          





                                                           
                                              

  







                                              


                                       
                                           





                                                           
                                          

  
                                          
                            
                           



                                       
                                       





                                                           
                                        

  
                                        
                            




                                                                                       



                                       
                                     

  
-- phpMyAdmin SQL Dump
-- version 3.3.10deb1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Jul 04, 2011 at 04:58 PM
-- Server version: 5.1.54
-- PHP Version: 5.3.5-1ubuntu7.2

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


/*!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: `gsmselftesting`
--
CREATE DATABASE `gsmselftesting` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
USE `gsmselftesting`;

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

--
-- Table structure for table `ErrorCodeTable`
--

CREATE TABLE IF NOT EXISTS `ErrorCodeTable` (
  `errorcode` int(4) NOT NULL,
  `description` varchar(100) NOT NULL,
  PRIMARY KEY (`errorcode`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `ErrorCodeTable`
--


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

--
-- Table structure for table `PingResultTable`
--

CREATE TABLE IF NOT EXISTS `PingResultTable` (
  `taskno` int(11) NOT NULL,
  `sipserver` int(3) NOT NULL,
  `sipgate` int(3) NOT NULL,
  `locsip` int(3) NOT NULL,
  `box1` int(3) NOT NULL,
  `box2` int(3) NOT NULL,
  PRIMARY KEY (`taskno`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `PingResultTable`
--


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

--
-- Table structure for table `ResultTable`
--

CREATE TABLE IF NOT EXISTS `ResultTable` (
  `taskid` int(11) NOT NULL,
  `result` int(3) NOT NULL,
  PRIMARY KEY (`taskid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `ResultTable`
--


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

--
-- Table structure for table `TaskTable`
--

CREATE TABLE IF NOT EXISTS `TaskTable` (
  `taskid` int(11) NOT NULL,
  `taskno` int(11) NOT NULL,
  `from` varchar(10) NOT NULL,
  `to` int(10) NOT NULL,
  `status` int(2) NOT NULL,
  `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  PRIMARY KEY (`taskid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `TaskTable`
--