Skip to content

Commit

Permalink
Update create_gauge_table.php.stub
Browse files Browse the repository at this point in the history
  • Loading branch information
frknasir authored Jan 15, 2025
1 parent 997be1c commit 442f594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions database/migrations/create_gauge_table.php.stub
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ return new class extends Migration

$table->unsignedBigInteger('team_id')->nullable();
$table->unsignedBigInteger('user_id')->nullable();
$table->string('reviewer_name')->nullable();
$table->morphs('reviewable');
$table->integer('rating');
$table->text('comment')->nullable();
Expand Down

0 comments on commit 442f594

Please sign in to comment.