JPA: using @Column(columnDefinition = “boolean default true”) does not set a boolean to TRUE in H2 database

前端 未结 0 2022
攒了一身酷
攒了一身酷 2021-01-23 07:08

I defined one of the entity attributes to have a default boolean value set to true:

    @NotNull
    @Column(columnDefini         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题