Skip to content

Commit

Permalink
Fix: User Entity Column명 수정
Browse files Browse the repository at this point in the history
accesstoken -> accessToken

Related to: #5
  • Loading branch information
crayon committed Mar 15, 2022
1 parent c4d49a1 commit dbce151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/moodstation/springboot/entity/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ public class User {
private String password;

@Column(nullable = false)
private String accesstoken;
private String accessToken;
}

0 comments on commit dbce151

Please sign in to comment.