I have use columnDefinition to specify default value for a column, however it does not store default value it stores null only,
columnDefinition
Please help regarding this,
Make the default values in DB side. If you want to use it in entity mapping just set default value as below
private String sourceFrom ="Case";