chore(API): 마이그레이션 파일 정리 및 추가

- 기존 마이그레이션 파일 정리
- handover_reports 테이블 마이그레이션 추가
- site_briefings 테이블 마이그레이션 추가
- work_orders process_id 마이그레이션 추가

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-01-13 19:49:23 +09:00
parent 4764eeb9d4
commit 1044b57e15
26 changed files with 572 additions and 19 deletions

View File

@@ -74,4 +74,4 @@ public function down(): void
{
Schema::dropIfExists('contracts');
}
};
};