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
When I try to create restriction on page backend/clake/userextended/routes/update/3:
"SQLSTATE[23502]: Not null violation: 7 ОШИБКА: нулевое значение в столбце "attempts" нарушает ограничение NOT NULL DETAIL: Ошибочная строка содержит (1, 2, null, null, , 2017-06-18 07:01:17, 2017-06-18 07:01:17, null, null, Доступ для Участника, , UE_WHITELIST). (SQL: insert into "clake_userextended_route_restriction" ("name", "description", "type", "ip", "user_id", "group_id", "role_id", "updated_at", "created_at") values (Доступ для Участника, , UE_WHITELIST, , , , 2, 2017-06-18 07:01:17, 2017-06-18 07:01:17) returning "id")" on line 666 of /var/www/zabor/vendor/laravel/framework/src/Illuminate/Database/Connection.php
My database is PostgreSQL.
The text was updated successfully, but these errors were encountered:
I has resolved it by
ALTER TABLE public.clake_userextended_route_restriction ALTER COLUMN attempts SET DEFAULT 0;
Sorry, something went wrong.
ShawnClake
No branches or pull requests
When I try to create restriction on page backend/clake/userextended/routes/update/3:
My database is PostgreSQL.
The text was updated successfully, but these errors were encountered: