Значение по умолчанию Spring Boot False

@Column(columnDefinition = "boolean default false")
private Boolean approveStatus;
32202