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
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))
The text was updated successfully, but these errors were encountered:
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
asi
,roles
.name
asn
,roles
.guard_name
asg
,role_has_permissions
.permission_id
aspivot_permission_id
,role_has_permissions
.role_id
aspivot_role_id
fromroles
inner joinrole_has_permissions
onroles
.id
=role_has_permissions
.role_id
whererole_has_permissions
.permission_id
in (1))The text was updated successfully, but these errors were encountered: