Do relationship columns need to be fillable?

I'm not a fan of adding relationship columns e.g. user_id, as fillable attributes on the Model, but does filament require them for relationship fields to work?
1 Reply
Illizian
IllizianOP4w ago
adding them as fillable has fixed it just now, but, is there something I'm missing that will make it use the relationship methods to define these relationships? (without overriding the inbuilt create query)

Did you find this page helpful?