We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Error during seeding after running command: sail php artisan krayin-crm:install
In Connection.php line 692:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'permission_type' in 'field list' (SQL: insert into users (id, name, email, password, created_at, updated_at, status, role_id, permission_type) values (1, Example Admin, [email protected], $2y$10$LCQfzh1qvwynSEzRHUKZ1ezxaNU/uBuag/PDHLwIfjXITTHE8wCnW, 2021-08-30 17:16:57 , 2021-08-30 17:16:57, 1, 1, global))
users
id
name
email
password
created_at
updated_at
status
role_id
permission_type
In Connection.php line 479:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'permission_type' in 'field list'
Please provide as detailed information about your environment as possible.
1. Laravel 8.12 2. Krayin 1.0.0
It is important to provide a set of clear steps to reproduce this bug.If relevant please include code samples.
1. create fresh Laravel installation 2. download Krayin 3. run command: sail php artisan krayin-crm:install
Tell us what should happen.
Tell us what happens instead.
The text was updated successfully, but these errors were encountered:
@zielu84,
Try with the master branch and fresh database. Soon we will publish a new release with a fix.
Sorry, something went wrong.
prateek-webkul
No branches or pull requests
Bug report
Title
Error during seeding after running command:
sail php artisan krayin-crm:install
Issue Description
In Connection.php line 692:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'permission_type' in 'field list' (SQL: insert into
users
(
id
,name
,email
,password
,created_at
,updated_at
,status
,role_id
,permission_type
) values (1,Example Admin, [email protected], $2y$10$LCQfzh1qvwynSEzRHUKZ1ezxaNU/uBuag/PDHLwIfjXITTHE8wCnW, 2021-08-30 17:16:57
, 2021-08-30 17:16:57, 1, 1, global))
In Connection.php line 479:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'permission_type' in 'field list'
Preconditions
Please provide as detailed information about your environment as possible.
Steps to reproduce
It is important to provide a set of clear steps to reproduce this bug.If relevant please include code samples.
Expected result
Tell us what should happen.
Actual result
The text was updated successfully, but these errors were encountered: