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:
@@ -664,6 +664,7 @@ $effectiveDate = $shift->end_date ?? $shift->timeSlot->date;
|
||||
| `company_id` | ULID FK nullable | → companies |
|
||||
| `first_name` | string | |
|
||||
| `last_name` | string | |
|
||||
| `date_of_birth` | date nullable | |
|
||||
| `email` | string | Indexed deduplication key |
|
||||
| `phone` | string nullable | |
|
||||
| `status` | enum | `invited\|applied\|pending\|approved\|rejected\|no_show` |
|
||||
|
||||
Reference in New Issue
Block a user