use softdelete
This commit is contained in:
@@ -18,6 +18,7 @@ class CreateCheckinWebhooksTable extends Migration
|
||||
$table->integer('user_id')->nullable();
|
||||
$table->string('name');
|
||||
$table->timestamps();
|
||||
$table->softDeletes();
|
||||
|
||||
$table->primary('id');
|
||||
|
||||
|
Reference in New Issue
Block a user