ok

Mini Shell

Direktori : /home/keydecors/public_html/ca/admin/
Upload File :
Current File : /home/keydecors/public_html/ca/admin/swathi (3).sql

-- phpMyAdmin SQL Dump
-- version 4.1.14
-- http://www.phpmyadmin.net
--
-- Host: 127.0.0.1
-- Generation Time: Oct 24, 2018 at 01:26 PM
-- Server version: 5.6.17
-- PHP Version: 5.5.12

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: `swathi`
--

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

--
-- Table structure for table `admins`
--

CREATE TABLE IF NOT EXISTS `admins` (
  `ids` int(11) NOT NULL AUTO_INCREMENT,
  `user_name` varchar(200) NOT NULL,
  `pass_word` varchar(200) NOT NULL,
  PRIMARY KEY (`ids`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `admins`
--

INSERT INTO `admins` (`ids`, `user_name`, `pass_word`) VALUES
(1, 'sanooj', '123456');

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

--
-- Table structure for table `swathi_cp`
--

CREATE TABLE IF NOT EXISTS `swathi_cp` (
  `ids` int(11) NOT NULL AUTO_INCREMENT,
  `speciality_medicines` varchar(250) NOT NULL,
  `profile_no` varchar(200) NOT NULL,
  `dr_name` varchar(250) NOT NULL,
  `hospital_name` varchar(250) NOT NULL,
  `contact_address` text NOT NULL,
  `email_id` varchar(200) NOT NULL,
  `phone` varchar(100) NOT NULL,
  `mobile` varchar(100) NOT NULL,
  `required_medicines` text NOT NULL,
  `activities` text NOT NULL,
  `discount_offered` varchar(250) NOT NULL,
  `volume_of_business` varchar(200) NOT NULL,
  PRIMARY KEY (`ids`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `swathi_cp`
--

INSERT INTO `swathi_cp` (`ids`, `speciality_medicines`, `profile_no`, `dr_name`, `hospital_name`, `contact_address`, `email_id`, `phone`, `mobile`, `required_medicines`, `activities`, `discount_offered`, `volume_of_business`) VALUES
(2, 'sfsfsd', '1969336550', 'sanoojktk', 'sdsd', 'weqweqweqw', 'qeqweqweqwe@gmail.com', '66656', '919020', 'fgf', 'df', '2000', '3000'),
(3, 'sanooj', '1969336550', 'sanooj', 'rqwerqerq', 'weqweqweqw', 'qeqweqweqwe@gmail.com', '66656', '916116161', 'dsfdsafsdf', 'dsfsdfsd', '2000', '30001');

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

--
-- Table structure for table `swathi_patient`
--

CREATE TABLE IF NOT EXISTS `swathi_patient` (
  `ids` int(11) NOT NULL AUTO_INCREMENT,
  `speciality_medicine_p` varchar(250) NOT NULL,
  `profile_no` varchar(250) NOT NULL,
  `patients_name` varchar(200) NOT NULL,
  `patients_age` int(10) NOT NULL,
  `gender` varchar(100) NOT NULL,
  `phone` varchar(200) NOT NULL,
  `mobile` varchar(200) NOT NULL,
  `address` text NOT NULL,
  `doctor_name` varchar(250) NOT NULL,
  `hospital` varchar(250) NOT NULL,
  `medicines` text NOT NULL,
  `volume_of_business` varchar(200) NOT NULL,
  PRIMARY KEY (`ids`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;

--
-- Dumping data for table `swathi_patient`
--

INSERT INTO `swathi_patient` (`ids`, `speciality_medicine_p`, `profile_no`, `patients_name`, `patients_age`, `gender`, `phone`, `mobile`, `address`, `doctor_name`, `hospital`, `medicines`, `volume_of_business`) VALUES
(5, 'Diabetes', '57321210', 'ASDD', 29, 'Male', '48484845', '9199899', 'setsertwerwe', 'SDFDSFSD', 'DSFSDFSDF', 'ASDFDSAFDAS', '2000'),
(6, 'Paediatrics', '102924110', 'sanooj', 45, 'Female', '25151651616', '91418484', 'serawewaeqweqw', 'frwrw', 'EERERWE', 'wrwr', '30001');

/*!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 */;

Zerion Mini Shell 1.0