Looking to hire Laravel developers? Try LaraJobs

laravel-schema-mysql-extend maintained by hogus

Description
laravel schema mysql and postgres extend
Author
Last update
2020/10/23 04:19 (dev-master)
License
Links
Downloads
409

Comments
comments powered by Disqus

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