mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
added it_update_settings, it_get_page, it_update_settings_image test
This commit is contained in:
@@ -14,7 +14,7 @@ class CreateSettingsTable extends Migration
|
||||
public function up()
|
||||
{
|
||||
Schema::create('settings', function (Blueprint $table) {
|
||||
$table->string('name')->unique();
|
||||
$table->string('name')->unique()->primary();
|
||||
$table->longText('value')->nullable();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user