votemike/dbhelper

Suggestions for database improvements

1.0.1 2016-04-13 20:23 UTC

This package is not auto-updated.

Last update: 2024-03-26 01:49:57 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.