Hi guys, if we have a field like this on one of ou...
# announcements
g
Hi guys, if we have a field like this on one of our entities:
Copy code
@Column(name = "ip_address", nullable = false, length = 39)
var ipAddress: String? = null
someone knows the easy way to get the
name
property of the
@Column
annotation? At this case the value
ip_address
?