diff --git a/migrations/2019_02_25_231036_create_scheduled_notifications_table.php b/migrations/2019_02_25_231036_create_scheduled_notifications_table.php index 9d9b0c0..205f268 100644 --- a/migrations/2019_02_25_231036_create_scheduled_notifications_table.php +++ b/migrations/2019_02_25_231036_create_scheduled_notifications_table.php @@ -14,7 +14,7 @@ class CreateScheduledNotificationsTable extends Migration public function up() { Schema::create(config('snooze.table'), function (Blueprint $table) { - $table->increments('id'); + $table->id(); $table->string('target_id')->nullable(); $table->string('target_type');