Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing plan_feature_id column in plan_subscription_usages table #7

Open
siarheipashkevich opened this issue Jun 2, 2020 · 1 comment

Comments

@siarheipashkevich
Copy link

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)
@siarheipashkevich
Copy link
Author

Hi @czechbox could you please assist to this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant