Fixes errors in tests

This commit is contained in:
Till Deeke 2018-09-10 17:16:07 +02:00
parent 86f49d34c3
commit bbd1d6059a

View file

@ -19,7 +19,7 @@ class CreateCheckoutAcceptancesTable extends Migration
$table->morphs('checkoutable');
$table->integer('assigned_to_id')->unsigned();
$table->string('signature_filename');
$table->string('signature_filename')->nullable();
$table->timestamp('accepted_at')->nullable();
$table->timestamp('declined_at')->nullable();