hogus/laravel-schema-mysql-extend

此包已被弃用,不再维护。没有建议的替代包。

laravel schema mysql 和 postgres 扩展

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 表注释扩展。

安装

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

使用

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

许可

MIT