Skip to content

Laravel console commands that validate database schema and data and report about potential issues

License

Notifications You must be signed in to change notification settings

InteractionDesignFoundation/laravel-db-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1a9f2ff · Aug 27, 2024

History

5 Commits
Aug 27, 2024
Aug 27, 2024
Aug 27, 2024
Aug 27, 2024
Aug 27, 2024
Aug 27, 2024
Aug 27, 2024
Aug 27, 2024
Aug 27, 2024
Aug 27, 2024
Aug 27, 2024

Repository files navigation

Laravel Database Toolkit

logo with ants-engineers repairing a database

Latest Stable Version Total Downloads License

The package contains few Laravel console commands that validate database schema and data and report about potential issues.

Installation

You can install the package in to your Laravel app via composer:

composer require interaction-design-foundation/laravel-db-toolkit

Usage

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

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

Changelog

Please see Releases for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

License

The MIT License (MIT). Please see License File for more information.