fixes
This commit is contained in:
@@ -27,6 +27,9 @@ public class SeazonEntity {
|
||||
@Column(name = "number")
|
||||
private Integer number;
|
||||
|
||||
@Column(name = "anons_video_link")
|
||||
private String anonsVideoLink;
|
||||
|
||||
@ToString.Exclude
|
||||
@OneToMany
|
||||
@JoinColumn(name = "seazon_id", referencedColumnName = "id")
|
||||
|
||||
Reference in New Issue
Block a user