morphs method
Adds morphs (polymorphic relations)
Implementation
void morphs(String name) {
string('${name}_type');
bigInteger('${name}_id').unsigned();
}
Adds morphs (polymorphic relations)
void morphs(String name) {
string('${name}_type');
bigInteger('${name}_id').unsigned();
}