This commit is contained in:
Adrian Hopek
2022-02-07 11:24:30 +01:00
parent 51d3849b58
commit 98ebe290a9
9 changed files with 32 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ return new class() extends Migration {
$table->foreignIdFor(YearPeriod::class)->constrained()->cascadeOnDelete();
$table->string("type");
$table->string("state")->nullable();
$table->integer("estimated_days");
$table->date("from");
$table->date("to");
$table->text("comment")->nullable();