Skip to content

"attempts" cant be NULL on adding route (PostgreSQL) #126

@mnvx

Description

@mnvx

My database is PostgreSQL.

When I try to add route on page backend/clake/userextended/routes/create

I have next error:

"SQLSTATE[23502]: Not null violation: 7 ОШИБКА: нулевое значение в столбце "attempts" нарушает ограничение NOT NULL
DETAIL: Ошибочная строка содержит (2, /blog, null, null, null, 2017-06-18 06:31:34, 2017-06-18 06:31:34, t, , f). (SQL: insert into "clake_userextended_routes" ("route", "description", "enabled", "cascade", "updated_at", "created_at") values (/blog, , 1, 0, 2017-06-18 06:31:34, 2017-06-18 06:31:34) returning "id")" on line 666 of /var/www/zabor/vendor/laravel/framework/src/Illuminate/Database/Connection.php

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions