snipe / filament-snipe-it

Experimental - do not use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error on user export

snipe opened this issue · comments

[2024-06-10 11:55:06] local.ERROR: SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for column 'attempts' at row 1 (Connection: mysql, SQL: update `jobs` set `reserved_at` = 1718020506, `attempts` = 256 where `id` = 1428) {"userId":2,"exception":"[object] (Illuminate\\Database\\QueryException(code: 22003): SQLSTATE[22003]: Numeric value out of range: 1264 Out of range value for column 'attempts' at row 1 (Connection: mysql, SQL: update `jobs` set `reserved_at` = 1718020506, `attempts` = 256 where `id` = 1428) at /Users/snipe/Herd/filament-snipeit/vendor/laravel/framework/src/Illuminate/Database/Connection.php:813)

(Need to change this to be an int or bigint via migration