Both migration files shared the same class name causing a "Class not found" error on fresh migrate runs. Made the first (empty) file a true no-op and guarded the second with Schema::hasColumn to safely skip if the column already exists. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>