Hi, I recently bought the Enterprise version of GroceryCrud.
I was wondering if it is possible to set extra fields in the junction table of ->setRelationNtoN() when creating or updating related records.
For example:
Laravel stores the model class name in the intermediary table when using Polymorphic relations (for example "App/User").
This could be solved by setting a default value in the database field. However, if the programmer wants to use multiple models, then setting a default value is not a viable option.
Thanks.