Changes on 19-11-2025
This commit is contained in:
@ -77,10 +77,14 @@ public class Event {
|
||||
@Column(name = "is_deleted", nullable = false)
|
||||
private Boolean isDeleted = false;
|
||||
|
||||
// NEW FIELD: Book Seat Link
|
||||
// Registration/Booking Link
|
||||
@Column(name = "book_seat_link", length = 500)
|
||||
private String bookSeatLink;
|
||||
|
||||
// Additional Information Link
|
||||
@Column(name = "learn_more_link", length = 500)
|
||||
private String learnMoreLink;
|
||||
|
||||
@ManyToMany
|
||||
@JoinTable(
|
||||
name = "event_professors",
|
||||
|
||||
Reference in New Issue
Block a user