GIF89a
-- phpMyAdmin SQL Dump -- version 4.7.4 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Aug 09, 2018 at 01:17 PM -- Server version: 10.1.29-MariaDB -- PHP Version: 7.2.0 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: `sampledb1` -- -- -------------------------------------------------------- -- -- Table structure for table `about` -- CREATE TABLE `about` ( `id` int(11) NOT NULL, `heading` varchar(5000) NOT NULL, `description` longtext NOT NULL, `image` varchar(5000) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `about` -- INSERT INTO `about` (`id`, `heading`, `description`, `image`) VALUES (1, 'About Our Company', 'Vemax is extremely known for providing excellent products to its customers. With a vast experience of 43 years in the industry, Vemax is a credible name in the respective field with a prolonged list of loyal customers. The broad range of the quality products that it manufacturers include all type Multimedia speaker, Bluetooth Players, Led Lanterns , Car Mp3 Players ,Radios transistors Etc. With an intact monitoring on the peaked challenges of the industry, we have emitted with the best solutions in regard to the cost, quality, services, and the delivery of the products within their timelines which are few of the achievements of Vemax.\r\n\r\nIn November 2009, the company received the BSEN ISO 9001:2008 (UKAS )certificate. The Company is an ISO 9001:2008 Certified Company which follows Good management practices. The Company assures that its services are consistently high in quality', 'about-image-1.jpg'); -- -- Indexes for dumped tables -- -- -- Indexes for table `about` -- ALTER TABLE `about` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `about` -- ALTER TABLE `about` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; 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 */;