Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
projeklaravel
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gloria Hutauruk
projeklaravel
Commits
c584ce83
Commit
c584ce83
authored
8 years ago
by
Gloria Hutauruk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
ad6652fd
master
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
65 additions
and
0 deletions
+65
-0
mvcdb.sql
laravelprojek/mvcdb.sql
+58
-0
readme.txt
laravelprojek/readme.txt
+7
-0
No files found.
laravelprojek/mvcdb.sql
0 → 100644
View file @
c584ce83
/*
SQLyog - Free MySQL GUI v5.0
Host - 5.5.5-10.1.16-MariaDB : Database - mvcdb
*********************************************************************
Server version : 5.5.5-10.1.16-MariaDB
*/
create
database
if
not
exists
`mvcdb`
;
USE
`mvcdb`
;
/*Table structure for table `client` */
DROP
TABLE
IF
EXISTS
`client`
;
CREATE
TABLE
`client`
(
`id`
int
(
10
)
unsigned
NOT
NULL
AUTO_INCREMENT
,
`image`
varchar
(
255
)
COLLATE
utf8_unicode_ci
NOT
NULL
,
`fullnames`
varchar
(
255
)
COLLATE
utf8_unicode_ci
NOT
NULL
,
`sex`
varchar
(
255
)
COLLATE
utf8_unicode_ci
NOT
NULL
,
`birthdate`
varchar
(
255
)
COLLATE
utf8_unicode_ci
NOT
NULL
,
`idcard`
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
=
7
DEFAULT
CHARSET
=
utf8
COLLATE
=
utf8_unicode_ci
;
/*Data for the table `client` */
insert
into
`client`
values
(
2
,
'reus.jpg'
,
'sam;'
,
'kljkj'
,
'kj;d'
,
'j;dj'
,
';j'
,
';j'
,
'd'
,
'2016-11-25 06:59:23'
,
'2016-11-25 07:48:06'
),
(
3
,
'gambar.jpg'
,
'asdnasn'
,
'as;nd;'
,
'd'
,
';n'
,
';md;'
,
';l'
,
'dmd'
,
'2016-11-25 07:31:14'
,
'2016-11-25 07:31:14'
),
(
4
,
'gambar.jpg'
,
'as;jak;'
,
'DJSE;KF'
,
'W;M'
,
'F;LF;'
,
';L'
,
'm m,'
,
'F;LM;m'
,
'2016-11-25 07:41:54'
,
'2016-11-25 07:41:54'
),
(
5
,
'gambar.jpg'
,
'as;jak;'
,
'DJSE;KF'
,
'W;M'
,
'F;LF;'
,
';L'
,
'm m,'
,
'F;LM;m'
,
'2016-11-25 07:45:30'
,
'2016-11-25 07:45:30'
),
(
6
,
'gambar.jpg'
,
'asmd;.'
,
'as;,'
,
'asdm;'
,
'asmd;'
,
'asmdn;'
,
'aslnk;asm d;'
,
'dlsank;l'
,
'2016-11-25 07:46:50'
,
'2016-11-25 07:46:50'
);
/*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
=
5
DEFAULT
CHARSET
=
utf8
COLLATE
=
utf8_unicode_ci
;
/*Data for the table `migrations` */
insert
into
`migrations`
values
(
1
,
'2014_10_12_000000_create_users_table'
,
1
),
(
2
,
'2014_10_12_100000_create_password_resets_table'
,
1
),
(
3
,
'2016_11_24_220305_client'
,
2
),
(
4
,
'2016_11_24_221043_clients'
,
3
);
This diff is collapsed.
Click to expand it.
laravelprojek/readme.txt
0 → 100644
View file @
c584ce83
Nama Kelompok :
1. 12S14041 - Gloria Estevania Hutauruk
2. 12S14038 - Naomi Ristiani Simanungkalit
3. 12S14023 - Sahala Zico Simamora
4. 12S14014 - Dwide Elizabeth Sembiring
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment