ImportColumn relationship nullable
How can i set an import column relationship to nullable? i dont want it to fail if it cant find a match. Im already handing creation of that relationship in afterCreate() if it wasnt found.
4 Replies
Am I missing something on this? Kind of a paint point for me as I’m having to remove the relationship method and do it all in beforeSave()
have you tried ->ignoreBlankState() ?
I can try that, but I’m not really sure that works with relationship(). I might though, thanks for the ideas