feat: qna createAT timestamp로 변경
This commit is contained in:
parent
95f06da233
commit
349c85ff74
@ -32,7 +32,7 @@ public class Qna {
|
||||
|
||||
|
||||
@Column(name = "created_at")
|
||||
@Temporal(TemporalType.DATE)
|
||||
@Temporal(TemporalType.TIMESTAMP)
|
||||
private Date createdAt;
|
||||
|
||||
@Column(name = "modified_at")
|
||||
@ -53,5 +53,4 @@ public class Qna {
|
||||
private Lecture lecture;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user