feat: Lecture 강의 정보 컬럼 변경
This commit is contained in:
parent
862ed541a0
commit
5740b6f53a
@ -27,10 +27,10 @@ public class Lecture {
|
|||||||
@Column
|
@Column
|
||||||
private String title;
|
private String title;
|
||||||
|
|
||||||
@Lob
|
@Column(columnDefinition = "text")
|
||||||
private String description;
|
private String description;
|
||||||
|
|
||||||
@Lob
|
@Column(columnDefinition = "text")
|
||||||
private String plan;
|
private String plan;
|
||||||
|
|
||||||
@Column
|
@Column
|
||||||
|
Loading…
Reference in New Issue
Block a user