Skip to content

Commit

Permalink
Merge pull request #46 from AdrianHL/patch-1
Browse files Browse the repository at this point in the history
Comment value in create_laravel_follow_tables migration
  • Loading branch information
overtrue authored Apr 25, 2018
2 parents a9a445f + 2efcd23 commit 4d22c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/migrations/create_laravel_follow_tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function up()
$table->unsignedInteger($userForeignKey);
$table->unsignedInteger('followable_id');
$table->string('followable_type')->index();
$table->string('relation')->default('follow')->comment('folllow/like/subscribe/favorite/upvote/downvote');
$table->string('relation')->default('follow')->comment('follow/like/subscribe/favorite/upvote/downvote');
$table->softDeletes();
$table->timestamps();

Expand Down

0 comments on commit 4d22c78

Please sign in to comment.