feat: club end main

This commit is contained in:
2024-07-14 13:24:02 +02:00
parent e1a8c90f3e
commit 6a21bd4735
12 changed files with 364 additions and 249 deletions

View File

@@ -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;