mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-20 01:55:02 +00:00
HHH-7484 Setting the default value for column definition to null instead of empty string
This commit is contained in:
parent
8dfa264df1
commit
d8c4c266df
@ -47,7 +47,7 @@ public class Column {
|
||||
private int precision = 0;
|
||||
private int scale = 0;
|
||||
|
||||
private String columnDefinition = ""; // used for DDL creation
|
||||
private String columnDefinition; // used for DDL creation
|
||||
|
||||
private String referencedColumnName; // from @JoinColumn
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user