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

role is't a string #2

Open
prey87 opened this issue May 23, 2019 · 0 comments
Open

role is't a string #2

prey87 opened this issue May 23, 2019 · 0 comments

Comments

@prey87
Copy link

prey87 commented May 23, 2019

https://github.com/codebriefly/VUEJS_LARAVEL_JWT_AUTH/blob/master/database/migrations/2019_03_01_050248_add_role_in_users_table.php

Change
$table->string('role')->default(0)->comment('-1 for super admin, 1 for admin, 0 for user');
to
$table->integer('role')->default(0)->comment('-1 for super admin, 1 for admin, 0 for user');

or the role check don't work

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