## Summary - The `2026_03_04_085843_add_waitlist_columns_to_user_leads_table` migration was failing on deploy because the `position`, `referral_code`, and `referred_by_id` columns already existed in the production database. - Wrapped each column addition with a `Schema::hasColumn()` guard so the migration skips columns that already exist, making it safe to run regardless of the current schema state. |
||
|---|---|---|
| .. | ||
| factories | ||
| migrations | ||
| seeders | ||
| .gitignore | ||