mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-23 11:43:47 -08:00
Make assigned_to_id nullable
This commit is contained in:
parent
4ac15daee7
commit
269d3fe509
|
@ -17,7 +17,7 @@ class CreateCheckoutAcceptancesTable extends Migration
|
|||
$table->increments('id');
|
||||
|
||||
$table->morphs('checkoutable');
|
||||
$table->integer('assigned_to_id')->unsigned();
|
||||
$table->integer('assigned_to_id')->nullable();
|
||||
|
||||
$table->string('signature_filename')->nullable();
|
||||
|
||||
|
|
Loading…
Reference in a new issue