Solve your laravel problems.
The following code results in an empty value inside the database and when I get it out of the database its an empty String.
$customer->update(['company' => NULL]);