· 8 years ago · Dec 06, 2017, 04:38 AM
1-- phpMyAdmin SQL Dump
2-- version 3.2.4
3-- http://www.phpmyadmin.net
4--
5-- Host: localhost
6-- Generation Time: Dec 06, 2017 at 05:33 AM
7-- Server version: 5.1.41
8-- PHP Version: 5.3.1
9
10SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
11
12--
13-- Database: `scring`
14--
15
16-- --------------------------------------------------------
17
18--
19-- Table structure for table `view_detail_product`
20--
21
22CREATE TABLE IF NOT EXISTS `view_detail_product` (
23 `id` int(10) DEFAULT NULL,
24 `photo` varchar(220) DEFAULT NULL,
25 `jumlah` int(5) DEFAULT NULL
26) ENGINE=MyISAM DEFAULT CHARSET=latin1;
27
28--
29-- Dumping data for table `view_detail_product`
30--