mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
UI setup for emojis and theme mode
This commit is contained in:
@@ -28,6 +28,7 @@ class CreateUserSettingsTable extends Migration
|
||||
$table->text('phone_number')->nullable();
|
||||
$table->decimal('timezone', 10, 1)->nullable();
|
||||
$table->text('emoji_type')->default('twemoji');
|
||||
$table->text('theme_mode')->default('system');
|
||||
$table->charset = 'utf8mb4';
|
||||
$table->collation = 'utf8mb4_unicode_ci';
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user