feat: add date_of_birth field to persons across all layers
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -20,6 +20,7 @@ final class PersonFactory extends Factory
|
||||
'crowd_type_id' => CrowdType::factory(),
|
||||
'first_name' => fake('nl_NL')->firstName(),
|
||||
'last_name' => fake('nl_NL')->lastName(),
|
||||
'date_of_birth' => fake()->dateTimeBetween('-40 years', '-18 years')->format('Y-m-d'),
|
||||
'email' => fake()->unique()->safeEmail(),
|
||||
'phone' => fake('nl_NL')->phoneNumber(),
|
||||
'status' => 'pending',
|
||||
|
||||
Reference in New Issue
Block a user