{{-- $table->unsignedBigInteger('')->nullable();
$table->string('job_no')->nullable();
$table->decimal('', 8, 2)->nullable();
$table->date('')->nullable();
$table->decimal('shipped_value', 8, 2)->nullable();
$table->decimal('excess_short_shipment_qty')->nullable();
$table->decimal('excess_short_shipment_value', 8, 2)->nullable();
$table->string('delivery_status')->nullable(); --}}