Skip to content

Commit

Permalink
[Add] private String department
Browse files Browse the repository at this point in the history
  • Loading branch information
cake0420 committed Jan 16, 2024
1 parent 48767d5 commit f6de147
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/careerfestival/career/domain/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ public class User extends BaseEntity {
@Column(length = 20, name = "company")
private String company;

@Column(length = 20, name = "department")
private String department;

@Column(length = 20, name = "position")
private String position;

Expand Down

0 comments on commit f6de147

Please sign in to comment.