I using spring boot and test container init db. I using postgresSql 12.1
My entity look like
@Entity @Table(name = "student") @Data @NoArgsConst