spring-petclinic icon indicating copy to clipboard operation
spring-petclinic copied to clipboard

Shouldn't the "name" property of the NamedEntity Bean be non nullable?

Open zyberzebra opened this issue 11 months ago • 0 comments

	@Column(name = "name", nullable = false)
	private String name;

zyberzebra avatar Mar 13 '24 20:03 zyberzebra