Skip to content

Commit

Permalink
Update 2021_05_28_121021_add_index_key_people_table.php
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata authored Aug 17, 2021
1 parent 1c5078e commit b117c63
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class AddIndexKeyPeopleTable extends Migration
public function up()
{
if (Schema::hasColumn('people', 'uid'))
{

Schema::table('people', function (Blueprint $table) {
{
Expand Down

0 comments on commit b117c63

Please sign in to comment.