mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
set default charset and collation into db migrations
This commit is contained in:
@@ -18,6 +18,8 @@ class CreateCustomerColumns extends Migration
|
||||
$table->string('card_brand')->nullable();
|
||||
$table->string('card_last_four', 4)->nullable();
|
||||
$table->timestamp('trial_ends_at')->nullable();
|
||||
$table->charset = 'utf8mb4';
|
||||
$table->collation = 'utf8mb4_unicode_ci';
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user