Commit 00e5d3d3 by Soni Pratama Silalahi

Database

parent 675b21ab
-- phpMyAdmin SQL Dump
-- version 4.5.1
-- http://www.phpmyadmin.net
--
-- Host: 127.0.0.1
-- Generation Time: May 11, 2017 at 03:56 PM
-- Server version: 10.1.16-MariaDB
-- PHP Version: 7.0.9
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 utf8mb4 */;
--
-- Database: `aplikasi_swiss`
--
-- --------------------------------------------------------
--
-- Table structure for table `ajax_images`
--
CREATE TABLE `ajax_images` (
`id` int(10) UNSIGNED NOT NULL,
`title` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`image` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `andalimen`
--
CREATE TABLE `andalimen` (
`id` int(10) UNSIGNED NOT NULL,
`foto` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`nama` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`family` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`tanggal_tanam` date NOT NULL,
`usia` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`hama` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`syarat_tumbuh` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`pemeliharaan` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `andalimen`
--
INSERT INTO `andalimen` (`id`, `foto`, `nama`, `family`, `tanggal_tanam`, `usia`, `hama`, `syarat_tumbuh`, `pemeliharaan`, `created_at`, `updated_at`) VALUES
(1, 'farmer-icon.png', 'amnmn', 'jhahj', '1230-03-12', '1uyyu2GJH', 'kasdkb', 'kshdfkjhkj', 'ajsdbbas', '2017-05-04 00:27:52', '2017-05-04 00:27:52');
-- --------------------------------------------------------
--
-- Table structure for table `blog_post`
--
CREATE TABLE `blog_post` (
`id` int(10) UNSIGNED NOT NULL,
`title` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`description` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `blog_post`
--
INSERT INTO `blog_post` (`id`, `title`, `description`, `created_at`, `updated_at`) VALUES
(2, 'bornok', 'bornok\r\n', '2017-04-11 00:54:57', '2017-04-11 00:54:57');
-- --------------------------------------------------------
--
-- Table structure for table `cabes`
--
CREATE TABLE `cabes` (
`id` int(10) UNSIGNED NOT NULL,
`foto` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`nama` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`family` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`tanggal_tanam` date NOT NULL,
`usia` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`hama` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`syarat_tumbuh` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`pemeliharaan` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `cabes`
--
INSERT INTO `cabes` (`id`, `foto`, `nama`, `family`, `tanggal_tanam`, `usia`, `hama`, `syarat_tumbuh`, `pemeliharaan`, `created_at`, `updated_at`) VALUES
(2, 'DEL_logo.jpg', 'cabe', 'asdma', '2017-04-20', 'sdas', 'das', 'adsp', 'dasp', '2017-04-17 02:34:51', '2017-04-17 02:34:51'),
(3, 'DEL_logo.jpg', 'cabe', 'asdma', '2017-04-20', 'sdas', 'das', 'adsp', 'dasp', '2017-04-17 02:35:13', '2017-04-17 02:35:13');
-- --------------------------------------------------------
--
-- Table structure for table `gambars`
--
CREATE TABLE `gambars` (
`id` int(10) UNSIGNED NOT NULL,
`judul` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`file_gambar` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `images`
--
CREATE TABLE `images` (
`id` int(10) UNSIGNED NOT NULL,
`file` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`caption` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`description` text COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `jagungs`
--
CREATE TABLE `jagungs` (
`id` int(10) UNSIGNED NOT NULL,
`images` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`nama` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`family` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`tanggal_tanam` date NOT NULL,
`usia` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`hama` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`syarat_tumbuh` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`pemeliharaan` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `jagungs`
--
INSERT INTO `jagungs` (`id`, `images`, `nama`, `family`, `tanggal_tanam`, `usia`, `hama`, `syarat_tumbuh`, `pemeliharaan`, `created_at`, `updated_at`) VALUES
(1, '44687261-Christmas-ball-2016-on-purple-abstract-background-Stock-Vector.jpg', 'ajdj', 'ggajgsdj', '1872-02-11', 'jy', '8787623', '8263', '82687', '2017-05-04 00:26:13', '2017-05-04 00:26:13');
-- --------------------------------------------------------
--
-- Table structure for table `kacangs`
--
CREATE TABLE `kacangs` (
`id` int(10) UNSIGNED NOT NULL,
`foto` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`nama` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`family` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`tanggal_tanam` date NOT NULL,
`usia` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`hama` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`syarat_tumbuh` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`pemeliharaan` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `kacangs`
--
INSERT INTO `kacangs` (`id`, `foto`, `nama`, `family`, `tanggal_tanam`, `usia`, `hama`, `syarat_tumbuh`, `pemeliharaan`, `created_at`, `updated_at`) VALUES
(1, '44687261-Christmas-ball-2016-on-purple-abstract-background-Stock-Vector.jpg', 'akdsb', 'hajsgdj', '0012-11-23', '73teydgw', '2t3egdas', '87wy3er8yy', 'asd', '2017-05-07 21:59:25', '2017-05-07 21:59:25');
-- --------------------------------------------------------
--
-- Table structure for table `kentangs`
--
CREATE TABLE `kentangs` (
`id` int(10) UNSIGNED NOT NULL,
`foto` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`nama` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`family` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`tanggal_tanam` date NOT NULL,
`usia` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`hama` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`syarat_tumbuh` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`pemeliharaan` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `kentangs`
--
INSERT INTO `kentangs` (`id`, `foto`, `nama`, `family`, `tanggal_tanam`, `usia`, `hama`, `syarat_tumbuh`, `pemeliharaan`, `created_at`, `updated_at`) VALUES
(1, 'a3.jpg', 'JASJDGJH', 'GSJ', '2717-01-15', '28hwg', 'jgjjgj', 'jhgsjdgj', '12yuu12y', '2017-05-04 00:27:03', '2017-05-04 00:27:03');
-- --------------------------------------------------------
--
-- Table structure for table `migrations`
--
CREATE TABLE `migrations` (
`id` int(10) UNSIGNED NOT NULL,
`migration` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`batch` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `migrations`
--
INSERT INTO `migrations` (`id`, `migration`, `batch`) VALUES
(1, '2014_10_12_000000_create_users_table', 1),
(2, '2014_10_12_100000_create_password_resets_table', 1),
(3, '2016_11_29_133359_create_blog_table', 1),
(4, '2017_04_11_095139_create_sayurs_table', 2),
(5, '2017_04_11_133425_create_sayurs_table', 3),
(6, '2017_04_17_073552_create_cabes_table', 4),
(7, '2017_04_17_094154_create_ubis_table', 5),
(8, '2017_04_26_012516_create_pengunjungs_table', 6),
(9, '2017_05_04_020137_create_pengunjung_table', 7),
(10, '2017_04_20_075112_create_kentangs_table', 8),
(11, '2017_04_20_094508_create_images_table', 8),
(12, '2017_04_25_092915_create_gambars_table', 8),
(13, '2017_04_25_100408_create_uploads_table', 8),
(14, '2017_04_27_043827_create_ajax_image_tabel', 8),
(15, '2017_05_01_070514_create_tomats_table', 8),
(16, '2017_05_01_133737_create_jagungs_table', 8),
(17, '2017_05_04_031928_create_kacangs_table', 8),
(18, '2017_05_04_033844_create_pengunjungs_table', 8),
(19, '2017_05_04_041007_create_andalimen_table', 9);
-- --------------------------------------------------------
--
-- Table structure for table `password_resets`
--
CREATE TABLE `password_resets` (
`email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`token` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `pengunjungs`
--
CREATE TABLE `pengunjungs` (
`id` int(10) UNSIGNED NOT NULL,
`nama` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`tanggal_lahir` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`jenis_kelamin` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`alamat` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`asal` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`no_hp` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `pengunjungs`
--
INSERT INTO `pengunjungs` (`id`, `nama`, `tanggal_lahir`, `jenis_kelamin`, `alamat`, `asal`, `no_hp`, `created_at`, `updated_at`) VALUES
(1, 'asjd', 'jsdg', 'jhgjhdsgjhg', 'jhgsdjg', 'jgsadg', 'jgsjdg', '2017-05-03 21:24:49', '2017-05-03 21:24:49');
-- --------------------------------------------------------
--
-- Table structure for table `sayurs`
--
CREATE TABLE `sayurs` (
`id` int(10) UNSIGNED NOT NULL,
`foto` varchar(1000) COLLATE utf8_unicode_ci NOT NULL,
`nama` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`family` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`tanggal_tanam` date NOT NULL,
`usia` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`hama` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`syarat_tumbuh` varchar(500) COLLATE utf8_unicode_ci NOT NULL,
`pemeliharaan` varchar(500) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `sayurs`
--
INSERT INTO `sayurs` (`id`, `foto`, `nama`, `family`, `tanggal_tanam`, `usia`, `hama`, `syarat_tumbuh`, `pemeliharaan`, `created_at`, `updated_at`) VALUES
(2, 'foto', 'nama', 'family', '2017-04-12', '10 tahun', 'hama', 'syarat', 'pelihara', '2017-04-12 21:00:54', '2017-04-12 21:00:54'),
(3, 'DEL_logo.jpg', 'percobaab', 'fam', '2017-04-13', '2 tahun', 'hama', 'syarat', 'peliharaan', '2017-04-12 21:17:57', '2017-04-12 21:17:57'),
(5, 'LuarBiasa.PNG', 'jfiwo', 'jfsid', '2017-04-13', '1 bulan', 'dasl', 'sal', 's', '2017-04-12 21:43:30', '2017-04-12 21:43:30'),
(7, 'DEL_logo.jpg', 'nfsd', 'fsdl', '2017-04-12', 'nfds', 'fmskld', 'fmskld', 'msdkl', '2017-04-12 23:09:41', '2017-04-12 23:09:41'),
(8, 'DEL_logo.jpg', 'nfsd', 'fsdl', '2017-04-12', 'nfds', 'fmskld', 'fmskld', 'msdkl', '2017-04-12 23:12:38', '2017-04-12 23:12:38'),
(9, 'DEL_logo.jpg', 'nama', 'famili', '2017-04-18', 'dsad', 'djasi', 'jasio', 'sjaio', '2017-04-17 01:02:46', '2017-04-17 01:02:46'),
(10, 'DEL_logo.jpg', 'cabe', 'iasdj', '2017-04-17', 'sidl', 'sdl', 'das', 'fjsdl', '2017-04-17 01:34:43', '2017-04-17 01:34:43'),
(12, 'DEL_logo.jpg', 'coba sayur', 'ask', '2017-04-18', '10 tahun', 'ask', 'ndalsk', 'sa', '2017-04-18 00:25:51', '2017-04-18 00:25:51'),
(13, '_20150318_210749.JPG', 'skdflk', 'lkmsdlkfm', '1233-12-12', '234', '213', 'afsf', 'asdasf', '2017-04-18 21:40:15', '2017-04-18 21:40:15'),
(14, '80483c0c26c4f214daf9855a24ee7439.jpg', 'FAk', 'ksjdf', '2017-05-18', '123', 'adhs', 'sjfj', 'asbd', '2017-05-04 00:14:21', '2017-05-04 00:14:21');
-- --------------------------------------------------------
--
-- Table structure for table `tomats`
--
CREATE TABLE `tomats` (
`id` int(10) UNSIGNED NOT NULL,
`images` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`nama` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`family` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`tanggal_tanam` date NOT NULL,
`usia` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`hama` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`syarat_tumbuh` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`pemeliharaan` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `tomats`
--
INSERT INTO `tomats` (`id`, `images`, `nama`, `family`, `tanggal_tanam`, `usia`, `hama`, `syarat_tumbuh`, `pemeliharaan`, `created_at`, `updated_at`) VALUES
(8, 'image001.png', 'aksdjk', 'jasgdjg', '1776-01-12', '71723t', 'gsdghagsdhgfhsfa', 'agsdghas', 'ahdsghgasdf', '2017-05-07 23:35:26', '2017-05-07 23:35:26');
-- --------------------------------------------------------
--
-- Table structure for table `ubis`
--
CREATE TABLE `ubis` (
`id` int(10) UNSIGNED NOT NULL,
`foto` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`nama` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`family` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`tanggal_tanam` date NOT NULL,
`usia` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`hama` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`syarat_tumbuh` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`pemeliharaan` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `ubis`
--
INSERT INTO `ubis` (`id`, `foto`, `nama`, `family`, `tanggal_tanam`, `usia`, `hama`, `syarat_tumbuh`, `pemeliharaan`, `created_at`, `updated_at`) VALUES
(1, 'laravel.PNG', 'ubi', 'als', '2017-04-17', 'dasj', 'jaois', 'oai', 'josia', '2017-04-17 02:52:28', '2017-04-17 02:52:28');
-- --------------------------------------------------------
--
-- Table structure for table `uploads`
--
CREATE TABLE `uploads` (
`id` int(10) UNSIGNED NOT NULL,
`filename` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`mime` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`original_filename` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
-- --------------------------------------------------------
--
-- Table structure for table `users`
--
CREATE TABLE `users` (
`id` int(10) UNSIGNED NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`username` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
`email` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`password` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`jabatan` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
`remember_token` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
--
-- Dumping data for table `users`
--
INSERT INTO `users` (`id`, `name`, `username`, `email`, `password`, `jabatan`, `remember_token`, `created_at`, `updated_at`) VALUES
(1, 'pangeran', '', 'pangeran@email.com', '$2y$10$xq10qvf2htx6g/Qyfll84OxiP0e.MD1xqZWpJhCAeFYrBTZ3aWsyW', '', 'H0EKuu8eyXV3rsg4y4LAl8w0oAyxvFIVYPIMcROh1Q6vBEBZ7ZGUFSHncWuj', '2017-04-03 07:39:48', '2017-04-03 21:42:50'),
(2, 'pangeran', 'pangeran', 'pangeran@email.co.id', '$2y$10$KVlmV/VSLsxSsDxF448A6uTxWOfrfUDZO.JfG07wsVo840CQcriHe', '', 'dXOvF6q3sq7J6QYjBlf3Lrgzoy4dmR42fxOoSh82cNYcABnYKvkLLfTwMEfI', '2017-04-03 21:43:50', '2017-04-03 21:43:54'),
(3, 'pangeran11', 'pangeran11', 'pangeran11@email.com', '$2y$10$0Oe13AA7fkZ0DdE/gV7BfuteLY0GpqkpW/ZUqgLSrcuUle3MmjGZe', '', 'zRa234sVDJr02t90bw9E2rrYioCkRnELCZx89XklsRyWCBHKHJRBX52fAQ5v', '2017-04-04 01:16:23', '2017-04-04 01:16:28'),
(4, 'bornok', 'bornok', 'bornok@email.com', '$2y$10$PePttD6slKozIltzAflDVep8rl0dre8kaBdK1z7t0.Dv2cYiV3j2G', '', 'pwIt9HVQztlNbN9JuBZQ4I02aEeJBJ8who3amLens5JwLKXeGu0eEnekjiTT', '2017-04-04 01:20:20', '2017-04-04 02:08:03'),
(5, 'panca', 'panca', 'panca@gmail.com', '$2y$10$p9kdTt1qM/OVzSA42/9SI.NcycTfg9NMGTCRqT4ONOq2wXi4o/E/6', 'Admin', 'xhtEYwKX0WBke8rXXe7jkcV60cDeytZp3CFer1NgwNPSseCxT7jo0PWZ6yw8', '2017-04-04 02:09:40', '2017-05-08 00:51:26'),
(6, 'soni', 'soni', 'soni@gmail.com', '$2y$10$r7yiutzdbE0wqxkmXGQz7.7X8N.UwXzdPuZvDdiQh0v72cNob6EUa', 'User', 'LObUEMdPK96hISS8jFen8QkOgvatIPMLyFKtoMIjpqi6nbr2fuGBsz8Vj7s5', '2017-04-04 02:14:22', '2017-05-08 00:52:44');
--
-- Indexes for dumped tables
--
--
-- Indexes for table `ajax_images`
--
ALTER TABLE `ajax_images`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `andalimen`
--
ALTER TABLE `andalimen`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `blog_post`
--
ALTER TABLE `blog_post`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `cabes`
--
ALTER TABLE `cabes`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `gambars`
--
ALTER TABLE `gambars`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `images`
--
ALTER TABLE `images`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `jagungs`
--
ALTER TABLE `jagungs`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `kacangs`
--
ALTER TABLE `kacangs`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `kentangs`
--
ALTER TABLE `kentangs`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `migrations`
--
ALTER TABLE `migrations`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `password_resets`
--
ALTER TABLE `password_resets`
ADD KEY `password_resets_email_index` (`email`),
ADD KEY `password_resets_token_index` (`token`);
--
-- Indexes for table `pengunjungs`
--
ALTER TABLE `pengunjungs`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `sayurs`
--
ALTER TABLE `sayurs`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `tomats`
--
ALTER TABLE `tomats`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `ubis`
--
ALTER TABLE `ubis`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `uploads`
--
ALTER TABLE `uploads`
ADD PRIMARY KEY (`id`);
--
-- Indexes for table `users`
--
ALTER TABLE `users`
ADD PRIMARY KEY (`id`),
ADD UNIQUE KEY `users_email_unique` (`email`);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `ajax_images`
--
ALTER TABLE `ajax_images`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `andalimen`
--
ALTER TABLE `andalimen`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `blog_post`
--
ALTER TABLE `blog_post`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `cabes`
--
ALTER TABLE `cabes`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;
--
-- AUTO_INCREMENT for table `gambars`
--
ALTER TABLE `gambars`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `images`
--
ALTER TABLE `images`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `jagungs`
--
ALTER TABLE `jagungs`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `kacangs`
--
ALTER TABLE `kacangs`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `kentangs`
--
ALTER TABLE `kentangs`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `migrations`
--
ALTER TABLE `migrations`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;
--
-- AUTO_INCREMENT for table `pengunjungs`
--
ALTER TABLE `pengunjungs`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `sayurs`
--
ALTER TABLE `sayurs`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=15;
--
-- AUTO_INCREMENT for table `tomats`
--
ALTER TABLE `tomats`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;
--
-- AUTO_INCREMENT for table `ubis`
--
ALTER TABLE `ubis`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `uploads`
--
ALTER TABLE `uploads`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `users`
--
ALTER TABLE `users`
MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;
/*!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 */;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment