0
The documentation says to do Morph like this
$table->morphs('taggable'); Adds taggable_id UNSIGNED BIGINT and taggable_type VARCHAR equivalent columns.
in accordance with https://laravel.com/docs/5.6/migrations
0
1
The documentation says to do Morph like this
$table->morphs('taggable'); Adds taggable_id UNSIGNED BIGINT and taggable_type VARCHAR equivalent columns.
in accordance with https://laravel.com/docs/5.6/migrations
Browser other questions tagged laravel modeling
You are not signed in. Login or sign up in order to post.