mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
change language id to uuid
This commit is contained in:
@@ -14,7 +14,7 @@ class CreateLanguagesTable extends Migration
|
||||
public function up()
|
||||
{
|
||||
Schema::create('languages', function (Blueprint $table) {
|
||||
$table->bigIncrements('id');
|
||||
$table->uuid('id')->primary();
|
||||
$table->string('name');
|
||||
$table->string('locale')->unique();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user