Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jho7535 authored Jul 21, 2024
1 parent 8f05348 commit f2a2deb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@

### Foreign Key(외래 키) 제약 조건???? 테이블???

- `job` 테이블: `enterprise_user_id``enterprise_id``enterprise_user` 테이블 참조
- `review` 테이블: `labor_user_id``labor_user` 테이블 참조, `enterprise_id``enterprise` 테이블 참조
- `enterprise_user` 테이블: `enterprise_id``enterprise` 테이블 참조
- `chatting` 테이블: `labor_user_id``labor_user` 테이블 참조
- `job` : `enterprise_user_id``enterprise_id``enterprise_user` 테이블 참조
- `review` : `labor_user_id``labor_user` 테이블 참조, `enterprise_id``enterprise` 테이블 참조
- `enterprise_user` : `enterprise_id``enterprise` 테이블 참조
- `chatting` : `labor_user_id``labor_user` 테이블 참조

## 📚 기술 스택

Expand Down

0 comments on commit f2a2deb

Please sign in to comment.