feat: club end main
This commit is contained in:
@@ -28,8 +28,6 @@ public class ClubModel {
|
||||
|
||||
String country;
|
||||
|
||||
String shieldURL;
|
||||
|
||||
//@Enumerated(EnumType.STRING)
|
||||
@ElementCollection
|
||||
@CollectionTable(name = "club_contact_mapping",
|
||||
@@ -37,15 +35,19 @@ public class ClubModel {
|
||||
@MapKeyColumn(name = "contact_type")
|
||||
Map<Contact, String> contact;
|
||||
|
||||
@Lob
|
||||
@Column(length=4096)
|
||||
String training_location;
|
||||
|
||||
@Lob
|
||||
@Column(length=4096)
|
||||
String training_day_time;
|
||||
|
||||
String contact_intern;
|
||||
|
||||
String RNA;
|
||||
|
||||
String SIRET;
|
||||
Long SIRET;
|
||||
|
||||
String no_affiliation;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user