mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
spotlight ability to search users with 'u ' keyword
This commit is contained in:
@@ -14,6 +14,7 @@ class CreateUserSettingsTable extends Migration
|
||||
public function up()
|
||||
{
|
||||
Schema::create('user_settings', function (Blueprint $table) {
|
||||
$table->uuid('id')->index();
|
||||
$table->uuid('user_id')->index();
|
||||
$table->string('avatar')->nullable();
|
||||
$table->string('color')->nullable();
|
||||
|
||||
Reference in New Issue
Block a user