Skip to content

Commit b117c63

Browse files
Update 2021_05_28_121021_add_index_key_people_table.php
1 parent 1c5078e commit b117c63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/migrations/2021_05_28_121021_add_index_key_people_table.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class AddIndexKeyPeopleTable extends Migration
1414
public function up()
1515
{
1616
if (Schema::hasColumn('people', 'uid'))
17+
{
1718

1819
Schema::table('people', function (Blueprint $table) {
1920
{

0 commit comments

Comments
 (0)