Update 2024_04_02_205448_create_microweber_installations_table.php

This commit is contained in:
Bozhidar Slaveykov 2024-04-04 13:33:15 +03:00
parent e4f08499e2
commit b848376880

View file

@ -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();