JPA 默认值(逐步更新)

@Column(columnDefinition = "int default 0", nullable = false)

默认值为0,不为空