The package contains few Laravel console commands that validate database schema and data and report about potential issues.
You can install the package in to your Laravel app via composer:
composer require interaction-design-foundation/laravel-db-toolkit
Find invalid data created in non-strict SQL mode.
php artisan database:find-invalid-values
Find risky auto-incremental columns on databases which values are close to max possible values (article).
php artisan database:find-risky-columns
Please see Releases for more information on what has changed recently.
Please see CONTRIBUTING for details.
The MIT License (MIT). Please see License File for more information.