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

Base table or view not found: 1146 Table 'unified.role_has_permissions' doesn't exist #402

Open
KennedyMatanda91 opened this issue Feb 23, 2024 · 0 comments

Comments

@KennedyMatanda91
Copy link

When running migrations, i get this error. seems there is a table missing. Please help

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'unified.role_has_permissions' doesn't exist (SQL: select roles.id, roles.id as i, roles.name as n, roles.guard_name as g, role_has_permissions.permission_id as pivot_permission_id, role_has_permissions.role_id as pivot_role_id from roles inner join role_has_permissions on roles.id = role_has_permissions.role_id where role_has_permissions.permission_id in (1))

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