Commit dd7626c1 by frans

export databas.sql

parent db979acb
Nama-nama Anggota kelompok:
-Lasria Nainggolan
-Sari Tampubolon
-Herawati Manurung
-Frans Situmeang
\ No newline at end of file
1.Lasria Nainggolan
2.Sari Tampubolon
3.Herawati Manurung
4.Frans Situmeang
\ No newline at end of file
/*
SQLyog Community v12.2.1 (64 bit)
MySQL - 10.1.16-MariaDB : Database - mvc_laravel
*********************************************************************
*/
/*!40101 SET NAMES utf8 */;
/*!40101 SET SQL_MODE=''*/;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
CREATE DATABASE /*!32312 IF NOT EXISTS*/`mvc_laravel` /*!40100 DEFAULT CHARACTER SET latin1 */;
USE `mvc_laravel`;
/*Table structure for table `migrations` */
DROP TABLE IF EXISTS `migrations`;
CREATE TABLE `migrations` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`migration` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`batch` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*Data for the table `migrations` */
insert into `migrations`(`id`,`migration`,`batch`) values
(1,'2016_11_22_013619_profile',1);
/*Table structure for table `profile` */
DROP TABLE IF EXISTS `profile`;
CREATE TABLE `profile` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`image` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`name` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`sex` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`idcard` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`birthdate` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`province` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`district` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`sector` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
/*Data for the table `profile` */
insert into `profile`(`id`,`image`,`name`,`sex`,`idcard`,`birthdate`,`province`,`district`,`sector`,`created_at`,`updated_at`) values
(3,'ff.PNG','Gloria','Female','789','29/07/1995','Sumut','Tarutung','Harangan','2016-11-23 09:27:52','2016-11-23 09:27:52'),
(4,'IMG_4572.JPG','Dameria','Female','345','19/03/2010','Sumut','Tobasa','Dekat Sekolah','2016-11-23 09:28:36','2016-11-23 09:28:47'),
(5,'IMG_4644.JPG','Martha','Female','89345','18/06/2016','Aceh Seberang','Sumbagut','ujung','2016-11-23 09:29:49','2016-11-23 09:29:49'),
(6,'IMG_4581.JPG','monica','Female','39783','07/11/2016','Jawa Selatan','Ancol','Tebing','2016-11-23 09:30:35','2016-11-23 09:30:35'),
(7,'IMG_4582.JPG','Kungkeng','Male','87923','08/04/2010','Ice Age','Island','Dekat laut','2016-11-23 09:31:43','2016-11-23 09:31:43'),
(8,'IMG_4749.JPG','Cindy','Female','7823','30/03/1972','Kalimantan','Serang','Pandang','2016-11-23 09:32:33','2016-11-23 09:32:33'),
(10,'IMG_4704.JPG','Yan Rega','Male','78123','12/11/2016','Ice Age','Silimbat','Dekat laut','2016-11-23 15:27:58','2016-11-23 15:27:58');
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
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