Laravel - Migrations - Column Method NullableMorphs
The method is similar to the morphs method; however, the columns that are created will be "nullable":
$table->nullableMorphs('taggable');
The method is similar to the morphs method; however, the columns that are created will be "nullable":
$table->nullableMorphs('taggable');