You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
회원 id로 로그인하고 유저 식별하므로, 당연히 uk 여야 한다.
이 부분이 설계에서 반영되지 않았던 것을 발견
테스트는 uk 적용으로 기존 `data.sql`의 테스트 데이터와
중복이 발생하므로 `userId` 이름 수정
추가적으로 데이터의 수가 123개인데 124여서 변경함
#31 기능을 하다가 도메인 코드 설계가 일부 잘못되어 있는 것을 발견
UserAccount
회원 계정의userId
는 회원 id 이므로 유니크해야 하는데, 해당 속성이 빠져있었다.erd 문서에는
email
의 유니크 키가 표현되지 않음user_id
에 유니크 키 추가email
erd 업데이트The text was updated successfully, but these errors were encountered: