mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
TypedAvatar.vue colored background
This commit is contained in:
@@ -17,6 +17,7 @@ class CreateUserSettingsTable extends Migration
|
||||
$table->uuid('user_id')->index();
|
||||
$table->integer('storage_capacity')->default(5);
|
||||
$table->string('avatar')->nullable();
|
||||
$table->string('color')->nullable();
|
||||
$table->text('name')->nullable();
|
||||
$table->text('address')->nullable();
|
||||
$table->text('state')->nullable();
|
||||
|
||||
@@ -17,6 +17,7 @@ class CreateTeamFolderInvitationsTable extends Migration
|
||||
$table->uuid('id')->primary();
|
||||
$table->uuid('folder_id');
|
||||
$table->text('email');
|
||||
$table->string('color')->nullable();
|
||||
$table->enum('permission', ['can-edit', 'can-view', 'can-view-and-download']);
|
||||
$table->enum('status', ['pending', 'accepted', 'rejected'])->default('pending');
|
||||
$table->timestamps();
|
||||
|
||||
Reference in New Issue
Block a user