votemike / dbhelper
Suggestions for database improvements
Requires
- php: >=5.3.0
- illuminate/support: ~5.1
Requires (Dev)
- phpunit/phpunit: 4.*
- scrutinizer/ocular: ~1.1
This package is not auto-updated.
Last update: 2024-11-19 05:13:39 UTC
README
Add this package to your Laravel installation and visit /dbhelper in your browser to see suggested table schema changes. It can show you columns that are too big, but also columns that are coming up to their limit.
FOR LOCAL USE ONLY. DO NOT USE THIS IN PRODUCTION. There is no protection on the root, so people would be able to spy on your database structure.
This package does not support signed integers yet.
Please use GitHub to raise any issues and suggest any improvements.
Install
Via Composer
$ composer require votemike/dbhelper --dev
Then add Votemike\Dbhelper\DbhelperServiceProvider::class
to your 'providers' array in config/app.php
Usage
Visit /dbhelper in your browser to see a list of suggested improvements
Future Improvements
- Refactor
- Split Numeric and Textual Column types
- Suggest missing indexes/foreign keys
Credits
License
The MIT License (MIT). Please see License File for more information.