ouyang/fulltext-for-laravel-migrate

此包的最新版本(1.0.0)没有提供许可信息。

用于 Laravel-migrate 的全文索引

1.0.0 2018-12-19 09:59 UTC

This package is auto-updated.

Last update: 2024-09-26 18:19:06 UTC


README

该插件可以在迁移文件中使用全文索引:$table->fulltext(['name', 'content']); 参数为一个数组。

使用方法:composer require ouyang/fulltext-for-laravel-migrate:dev-master 然后在迁移文件中使用下面两句代码:use Ouyang\Concurrency\Schema; use Ouyang\Concurrency\Blueprint; 替换掉:use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint;