void uuidMorphs(String name, {bool nullable = false}) { _addMorphs(name, nullable: nullable, keyType: MorphKeyType.uuid); }