Skip to content

Commit 1a9f2ff

Browse files
committed
Improve readme
1 parent 909bc44 commit 1a9f2ff

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,18 @@ composer require interaction-design-foundation/laravel-db-toolkit
2020

2121
## Usage
2222

23+
Find invalid data created in [non-strict SQL mode](https://coderflex.com/blog/laravel-strict-mode-all-what-you-need-to-know).
2324
```shell
24-
# Find invalid data created in non-strict SQL mode.
2525
php artisan database:find-invalid-values
26+
```
2627

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)).
29+
```shell
2830
php artisan database:find-risky-columns
2931
```
3032

33+
https://medium.com/beyn-technology/ill-never-forget-this-number-4294967295-0xffffffff-c9ad4b72f53a
34+
3135

3236
### Changelog
3337

0 commit comments

Comments
 (0)