mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 01:12:14 +00:00
added indexes to the database
This commit is contained in:
@@ -14,7 +14,7 @@ class CreatePagesTable extends Migration
|
||||
public function up()
|
||||
{
|
||||
Schema::create('pages', function (Blueprint $table) {
|
||||
$table->string('slug');
|
||||
$table->string('slug')->index();
|
||||
$table->string('title');
|
||||
$table->boolean('visibility');
|
||||
$table->longText('content');
|
||||
|
||||
Reference in New Issue
Block a user