Let say I have a field, user_type, which is an enum field. The options, paid or free.
And I have another field, paid_expiry. I want paid_expiry to be required if user_type is paid. But it is not required if user_type is free.
Is there a way to accomplish this?