mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
toggle emoji via spotlight
This commit is contained in:
@@ -27,6 +27,7 @@ class CreateUserSettingsTable extends Migration
|
||||
$table->text('country')->nullable();
|
||||
$table->text('phone_number')->nullable();
|
||||
$table->decimal('timezone', 10, 1)->nullable();
|
||||
$table->text('emoji_type')->default('twemoji');
|
||||
$table->charset = 'utf8mb4';
|
||||
$table->collation = 'utf8mb4_unicode_ci';
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user