You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I change a liquibase:diff after changing a JPA @Column definition from default to @Column(name = "stat_avg", precision = 38, scale = 8), liquibase:hibernate is not able to generate an alter table type.
I would be a nice to have.
I found #15 as the implementation of these attributes.
The text was updated successfully, but these errors were encountered:
If I change a liquibase:diff after changing a JPA
@Column
definition from default to@Column(name = "stat_avg", precision = 38, scale = 8)
, liquibase:hibernate is not able to generate an alter table type.I would be a nice to have.
I found #15 as the implementation of these attributes.
The text was updated successfully, but these errors were encountered: