I'm modifying a table
of the database, in case a morph relationship of the fields that conform to the image is to be made.
I'm using Laravel 5.6
How do I make this relationship within the migration?
In the documentation says to do the Morph so
$table->morphs('taggable'); Adds taggable_id UNSIGNED BIGINT and taggable_type VARCHAR equivalent columns.
as link