dbwp031 / FastCampusClass

0 stars 0 forks source link

ERD 변경 - 회원 계정의 userId를 PK로 바꾸기 #38

Closed dbwp031 closed 1 year ago

dbwp031 commented 1 year ago

user_account 도메인은 현재 id를 PK로 가지고 있고, UK인 user_id 필드를 따로 가지고 있다. id와 user_id는 모두 동일하게 unique이기 때문에 중복되는 역할을 가지고 있다.

따라서 id를 제거하고, user_id를 PK로 변경한다.