This commit is contained in:
Adrian Hopek
2022-02-22 10:42:20 +01:00
parent 6b4b583632
commit 0cc495acab
8 changed files with 18 additions and 18 deletions

View File

@@ -22,7 +22,7 @@ return new class() extends Migration {
$table->date("from");
$table->date("to");
$table->text("comment")->nullable();
$table->boolean("skip_flow")->default(false);
$table->boolean("flow_skipped")->default(false);
$table->timestamps();
});
}