Update 2024_04_19_222101_create_docker_containers_table.php

This commit is contained in:
Bozhidar 2024-04-27 20:49:14 +03:00
parent e48682965c
commit 02e6953022

View file

@ -29,6 +29,10 @@ return new class extends Migration
$table->string('state')->nullable();
$table->string('status')->nullable();
$table->string('build_type')->nullable();
$table->integer('docker_template_id')->nullable();
$table->longText('docker_compose')->nullable();
$table->string('memory_limit')->nullable();
$table->tinyInteger('unlimited_memory')->nullable();
$table->tinyInteger('automatic_start')->nullable();