added TODO on Contact.emailaddresses: check if we really want multiple, ...

This commit is contained in:
Michael Hoennig 2024-01-25 17:05:42 +01:00
parent 2aeb8fef6f
commit f626311273

View File

@ -36,7 +36,7 @@ public class HsOfficeContactEntity implements Stringifyable, HasUuid {
private String label;
@Column(name = "postaladdress")
private String postalAddress;
private String postalAddress; // TODO: check if we really want multiple, if so: JSON-Array or Postgres-Array?
@Column(name = "emailaddresses", columnDefinition = "json")
private String emailAddresses; // TODO: check if we can really add multiple. format: ["eins@...", "zwei@..."]