Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
webprofile-jwg2024
Overview
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
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Siti Aisah
webprofile-jwg2024
Commits
a247a858
Commit
a247a858
authored
5 years ago
by
Aan Choesni Herlingga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix migration table name file
parent
56f749a9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
database/migrations/2019_11_12_112610_create_files_table.php
+2
-2
No files found.
database/migrations/2019_11_12_112610_create_files_table.php
View file @
a247a858
...
@@ -13,7 +13,7 @@ class CreateFilesTable extends Migration
...
@@ -13,7 +13,7 @@ class CreateFilesTable extends Migration
*/
*/
public
function
up
()
public
function
up
()
{
{
Schema
::
create
(
'
=
swp_files'
,
function
(
Blueprint
$table
)
{
Schema
::
create
(
'swp_files'
,
function
(
Blueprint
$table
)
{
$table
->
string
(
'id'
,
32
);
$table
->
string
(
'id'
,
32
);
$table
->
string
(
'categories_file'
,
32
);
$table
->
string
(
'categories_file'
,
32
);
$table
->
string
(
'title'
);
$table
->
string
(
'title'
);
...
@@ -34,6 +34,6 @@ class CreateFilesTable extends Migration
...
@@ -34,6 +34,6 @@ class CreateFilesTable extends Migration
*/
*/
public
function
down
()
public
function
down
()
{
{
Schema
::
dropIfExists
(
'
=
swp_files'
);
Schema
::
dropIfExists
(
'swp_files'
);
}
}
}
}
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