-- phpMyAdmin SQL Dump
-- version 4.7.7
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Mar 14, 2018 at 01:34 AM
-- Server version: 10.0.34-MariaDB
-- PHP Version: 5.6.30

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
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 utf8mb4 */;

--
-- Database: `expressocom_db`
--

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

--
-- Table structure for table `admin_login`
--

CREATE TABLE `admin_login` (
  `u_id` int(11) NOT NULL,
  `user_name` varchar(25) NOT NULL,
  `user_pass` varchar(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `admin_login`
--

INSERT INTO `admin_login` (`u_id`, `user_name`, `user_pass`) VALUES
(1, 'admin', '@2016');

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

--
-- Table structure for table `product_gallery`
--

CREATE TABLE `product_gallery` (
  `id` int(11) NOT NULL,
  `title` varchar(50) NOT NULL,
  `catagori` text NOT NULL,
  `image` varchar(100) NOT NULL,
  `content` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Dumping data for table `product_gallery`
--

INSERT INTO `product_gallery` (`id`, `title`, `catagori`, `image`, `content`) VALUES
(134, 'LTMA Forklift', 'Forklift', '57ece288316b6.jpg', '<p>For Details, Click Here</p>\r\n\r\n<p><a href=\"http://www.xlteng.com/index.php/Products/product/id/89\">http://www.xlteng.com/index.php/Products/product/id/89</a></p>\r\n'),
(135, 'LTMA Wheel Loader', 'Wheel Loader', '57ece374aad6e.jpg', '<p>For Details, Click Here</p>\r\n\r\n<p><a href=\"http://www.xlteng.com/index.php/Products/product/id/69\">http://www.xlteng.com/index.php/Products/product/id/69</a></p>\r\n'),
(136, 'Xiniu Backhoe Loader', 'Backhoe Loader', '57ece3d416ee6.jpg', '<p>For Details Click Here,</p>\r\n\r\n<p><a href=\"http://en.sdxiniu.com/product/xn880.htm\">http://en.sdxiniu.com/product/xn880.htm</a></p>\r\n'),
(137, 'Wheel Excavator', 'Wheel Excavator', '57ece406e63e8.jpg', '<p>For Details, Click Here</p>\r\n\r\n<p><a href=\"http://en.sdxiniu.com/product/xn654.htm\">http://en.sdxiniu.com/product/xn654.htm</a></p>\r\n'),
(138, 'Hytsu', 'Forklift', '57f1faedb9776.jpg', '<p>For Details, Click Here &nbsp; &nbsp; &nbsp;</p>\r\n\r\n<p><a href=\"http://www.hytsu.com/products/detail_en.php?id=22&amp;cateid=44\">http://www.hytsu.com/products/detail_en.php?id=22&amp;cateid=44</a></p>\r\n');

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

--
-- Table structure for table `site_content`
--

CREATE TABLE `site_content` (
  `id` int(11) NOT NULL,
  `title` varchar(50) NOT NULL,
  `content` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

--
-- Indexes for dumped tables
--

--
-- Indexes for table `admin_login`
--
ALTER TABLE `admin_login`
  ADD PRIMARY KEY (`u_id`);

--
-- Indexes for table `product_gallery`
--
ALTER TABLE `product_gallery`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `site_content`
--
ALTER TABLE `site_content`
  ADD PRIMARY KEY (`id`,`title`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `admin_login`
--
ALTER TABLE `admin_login`
  MODIFY `u_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `product_gallery`
--
ALTER TABLE `product_gallery`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=139;

--
-- AUTO_INCREMENT for table `site_content`
--
ALTER TABLE `site_content`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;
COMMIT;

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