mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 16:32:15 +00:00
Migration refactoring
This commit is contained in:
@@ -14,7 +14,6 @@ class CreateSettingsTable extends Migration
|
||||
public function up()
|
||||
{
|
||||
Schema::create('settings', function (Blueprint $table) {
|
||||
$table->bigIncrements('id');
|
||||
$table->string('name')->unique();
|
||||
$table->longText('value')->nullable();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user