#28 - holidays management #30

Merged
Baakoma merged 8 commits from #28-holidays-management into main 2022-01-25 09:02:48 +01:00
Showing only changes of commit daa1d8faa3 - Show all commits

View File

@@ -16,7 +16,7 @@ return new class() extends Migration {
$table->string("email")->unique();
$table->string("avatar")->nullable();
$table->string("employment_form");
$table->dateTime("employment_date");
$table->date("employment_date");
$table->rememberToken();
$table->softDeletes();
$table->timestamps();