laravel-schema-mysql-extend maintained by hogus
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