-
-
Notifications
You must be signed in to change notification settings - Fork 651
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
Can't create user #251
Comments
Hi, can you say more information |
Yes, Laravel 5.4 (last version, fresh installation), PHP 7.1.2, MariaDB 10.1.21 |
JSON format support MariaDB 10.2 |
Ok, so you have json in migrations. Thanks, I try upgrading MariaDB 👍 |
Ok, sorry, but still can't because migrations of Orchid doesn't migrate (the user schema that I can see in my database is the user from Laravel fresh installation). So the make:admin command return the query exception |
You made |
Yes, I change the query exception for make:admin command and this is the result: https://gist.github.com/d8vjork/71264a2f0b909ac17c16ec0379662602 The solution: I change the json/jsonb to text from some migration files and run Edit: And having no issues from Roles editor, maybe I recommend change JSON/JSONB to TEXT datatype for MySQL/MariaDB compatibility. |
But he also clearly says that not all migrations have passed. |
I was able to reproduce the problem and get an error.
I can not change the values from json to text or blob, since I suppose to use select and updates in the json |
So, this only support MariaDB 10.3 (alpha) / MySQL 5.7 and future versions of both. |
Hi, Yesterday I discover that fantastic project (congrats for your progress with it).
I'm trying to create a user with artisan command:
php artisan make:admin nickname email@email.com secretpassword
And on installation, but it says User already exists! (artisan command), and the installation doesn't create any user.
I'm working local on Windows 10 with PHP-FPM, IIS (but I try with php serve command). So I will contribute with this project.
The text was updated successfully, but these errors were encountered: