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:
@@ -15,7 +15,7 @@ class CreateLanguageStrings extends Migration
|
||||
{
|
||||
Schema::create('language_strings', function (Blueprint $table) {
|
||||
$table->bigIncrements('id');
|
||||
$table->bigInteger('language_id');
|
||||
$table->uuid('language_id');
|
||||
$table->string('key');
|
||||
$table->longText('value');
|
||||
$table->string('lang');
|
||||
|
||||
Reference in New Issue
Block a user