Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pa2d4ti06
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
Juliper
pa2d4ti06
Commits
0837a679
Commit
0837a679
authored
Apr 19, 2017
by
Juliper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
solve timestamps();
parent
55c084a9
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
2017_04_19_090402_Pelanggan.php
database/migrations/2017_04_19_090402_Pelanggan.php
+1
-1
2017_04_19_090837_Admin.php
database/migrations/2017_04_19_090837_Admin.php
+2
-2
2017_04_19_091320_DinasPariwisata.php
database/migrations/2017_04_19_091320_DinasPariwisata.php
+1
-1
2017_04_19_091651_PemilikiHomestay.php
database/migrations/2017_04_19_091651_PemilikiHomestay.php
+1
-1
2017_04_19_092041_Homestay.php
database/migrations/2017_04_19_092041_Homestay.php
+1
-1
No files found.
database/migrations/2017_04_19_090402_Pelanggan.php
View file @
0837a679
...
...
@@ -19,7 +19,7 @@ class Pelanggan extends Migration
$table
->
string
(
'alamat'
);
$table
->
string
(
'noTelepon'
);
$table
->
string
(
'pekerjaan'
);
$table
->
timestamp
();
//
$table->timestamp();
});
}
...
...
database/migrations/2017_04_19_090837_Admin.php
View file @
0837a679
...
...
@@ -13,10 +13,10 @@ class Admin extends Migration
*/
public
function
up
()
{
Schema
::
cre
ta
e
(
'Admin'
,
function
(
Blueprint
$table
){
Schema
::
cre
at
e
(
'Admin'
,
function
(
Blueprint
$table
){
$table
->
increments
(
'idAdmin'
);
$table
->
string
(
'nama'
);
$table
->
timestamp
();
$table
->
timestamp
s
();
});
}
...
...
database/migrations/2017_04_19_091320_DinasPariwisata.php
View file @
0837a679
...
...
@@ -17,7 +17,7 @@ class DinasPariwisata extends Migration
$table
->
increments
(
'idPegawai'
);
$table
->
string
(
'namaPegawai'
);
$table
->
string
(
'divisiPegawai'
);
$table
->
timestamp
();
$table
->
timestamp
s
();
});
}
...
...
database/migrations/2017_04_19_091651_PemilikiHomestay.php
View file @
0837a679
...
...
@@ -20,7 +20,7 @@ class PemilikiHomestay extends Migration
$table
->
string
(
'pekerjaan'
);
$table
->
string
(
'noTelepon'
);
$table
->
string
(
'noRekening'
);
$table
->
timestamp
();
$table
->
timestamp
s
();
});
}
...
...
database/migrations/2017_04_19_092041_Homestay.php
View file @
0837a679
...
...
@@ -17,7 +17,7 @@ class Homestay extends Migration
$table
->
increments
(
'idHomestay'
);
$table
->
string
(
'nama'
);
$table
->
string
(
'alamat'
);
$table
->
timestamp
();
$table
->
timestamp
s
();
});
}
...
...
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