Skip to content

Commit

Permalink
Fix :: Task 도메인 Entity description, dueDate @column 애노테이션 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
seu1a committed Oct 22, 2024
1 parent b2deee3 commit da969a1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ class TaskEntity (
@Column(nullable = false)
var title: String,

@Column(nullable = false)
var description: String?,

@Column(nullable = false)
val dueDate: LocalDateTime?,

)

0 comments on commit da969a1

Please sign in to comment.