You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you please add missing column plan_feature_id to plan_subscription_usages table?
Because right now relation usage of the PlanFeature model is working incorrectly.
$usage = $feature->usage;
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'plan_subscription_usages.plan_feature_id' in 'where clause' (SQL: select * from `plan_subscription_usages` where `plan_subscription_usages`.`plan_feature_id` = 3798 and `plan_subscription_usages`.`plan_feature_id` is not null)
The text was updated successfully, but these errors were encountered:
Could you please add missing column plan_feature_id to plan_subscription_usages table?
Because right now relation
usage
of thePlanFeature
model is working incorrectly.The text was updated successfully, but these errors were encountered: