@Column Spring Boot JPA

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