Skip to content

Commit

Permalink
Fix: ceo 엔티티 brith, age 컬럼 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
1223v committed Nov 24, 2023
1 parent 9585fc4 commit d37cb7b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main/java/com/readyvery/readyverydemo/domain/CeoInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ public class CeoInfo extends BaseTimeEntity {
@Column(nullable = false, columnDefinition = "TEXT")
private String imageUrl;

// 연령대
@Column
private String age;

// 생일
@Column(nullable = false)
private String birth;

// 전화번호
@Column(nullable = false)
private String phone;
Expand Down

0 comments on commit d37cb7b

Please sign in to comment.