Skip to content

Commit

Permalink
Change the score field type
Browse files Browse the repository at this point in the history
  • Loading branch information
umutphp committed Aug 14, 2023
1 parent 2e1a719 commit 32d1992
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class CreateModelRecommendationTable extends Migration
} else {
$table->morphs('target');
}
$table->unsignedInteger('order_column')->default(0);
$table->bigInteger('order_column')->default(0);

$table->timestamps();

Expand Down

0 comments on commit 32d1992

Please sign in to comment.