toMorphs method
Adds taggable_id UNSIGNED BIGINT and taggable_type VARCHAR equivalent columns.
Implementation
String toMorphs() {
return "\$table->morphs('$this');";
}
Adds taggable_id UNSIGNED BIGINT and taggable_type VARCHAR equivalent columns.
String toMorphs() {
return "\$table->morphs('$this');";
}