Make assigned_to_id nullable
This commit is contained in:
parent
4ac15daee7
commit
269d3fe509
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue