mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
Language editor refactoring part 1 (nackend)
This commit is contained in:
@@ -14,9 +14,10 @@ class CreateLanguagesTable extends Migration
|
||||
public function up()
|
||||
{
|
||||
Schema::create('languages', function (Blueprint $table) {
|
||||
$table->uuid('id')->primary();
|
||||
$table->uuid('id')->primary()->index();
|
||||
$table->string('name');
|
||||
$table->string('locale')->unique();
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user