You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find invalid data created in [non-strict SQL mode](https://coderflex.com/blog/laravel-strict-mode-all-what-you-need-to-know).
23
24
```shell
24
-
# Find invalid data created in non-strict SQL mode.
25
25
php artisan database:find-invalid-values
26
+
```
26
27
27
-
# Find risky auto-incremental columns on databases which values are close to max possible values.
28
+
Find risky auto-incremental columns on databases which values are close to max possible values ([article](https://medium.com/beyn-technology/ill-never-forget-this-number-4294967295-0xffffffff-c9ad4b72f53a)).
0 commit comments