· 8 years ago · Feb 22, 2018, 08:12 AM
1-- phpMyAdmin SQL Dump
2-- version 4.0.9
3-- http://www.phpmyadmin.net
4--
5-- Host: localhost
6-- Generation Time: Feb 22, 2018 at 09:10
7-- Server version: 5.6.14
8-- PHP Version: 5.5.6
9
10SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
11SET time_zone = "+00:00";
12
13--
14-- Database: `scring`
15--
16
17-- --------------------------------------------------------
18
19--
20-- Table structure for table `jasa_group`
21--
22
23CREATE TABLE IF NOT EXISTS `jasa_group` (
24 `id` int(11) NOT NULL AUTO_INCREMENT,
25 `group_name` text,
26 `information` text,
27 PRIMARY KEY (`id`)
28) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ;
29
30--
31-- Dumping data for table `jasa_group`
32--
33
34INSERT INTO `jasa_group` (`id`, `group_name`, `information`) VALUES
35(1, 'Cuci', NULL),
36(2, 'Servis', NULL),
37(3, 'Pasang', NULL),
38(4, 'Copot', NULL);