votemike / dbhelper by votemike

Suggestions for database improvements
22
2
2
Package Data
Maintainer Username: votemike
Maintainer Contact: michael@votemike.co.uk (Michael Gwynne)
Package Create Date: 2015-10-10
Package Last Update: 2016-04-13
Language: PHP
License: MIT
Last Refreshed: 2024-05-03 15:12:06
Package Statistics
Total Downloads: 22
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 2
Total Watchers: 2
Total Forks: 0
Total Open Issues: 0

DB Helper

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.