Update 2024_04_02_205448_create_microweber_installations_table.php
This commit is contained in:
parent
e4f08499e2
commit
b848376880
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ return new class extends Migration
|
|||
|
||||
$table->string('app_version')->nullable();
|
||||
$table->string('installation_type')->nullable();
|
||||
$table->string('installation_path')->nullable();
|
||||
$table->string('template')->nullable();
|
||||
$table->string('template_screenshot_url')->nullable();
|
||||
|
||||
$table->string('db_version')->nullable();
|
||||
$table->string('db_engine')->nullable();
|
||||
|
|
Loading…
Reference in a new issue