hogus/laravel-schema-mysql-extend

This package is abandoned and no longer maintained. No replacement package was suggested.

laravel schema mysql and postgres extend

2.1 2020-10-23 02:15 UTC

This package is auto-updated.

Last update: 2024-05-23 10:19:09 UTC


README

laravel schema table comments extend.

Installing

$ composer require hogus/laravel-schema-mysql-extend -vvv

Usage

Schema::table('example', function ($table) {
   $table->id();
    //......
   $table->comment('comment'); // Add Mysql Table Comments
 });

License

MIT