This commit is contained in:
Adrian Hopek 2022-01-24 15:20:42 +01:00
parent 4e23b42082
commit daa1d8faa3

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