Skip to content

Commit

Permalink
Merge pull request #135 from deaaprizal/dev
Browse files Browse the repository at this point in the history
add increment id value on notification
  • Loading branch information
deaafrizal authored Jul 24, 2022
2 parents 33445d1 + 2c173a9 commit 6578f48
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 @@
public function up()
{
Schema::create('notifications', function (Blueprint $table) {
$table->increments('id');
$table->uuid('id')->primary();
$table->string('type');
$table->morphs('notifiable');
Expand Down

0 comments on commit 6578f48

Please sign in to comment.