@column spring boot jpa

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