Guest User

Untitled

a guest
Aug 15th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. @Column(name = "preis", columnDefinition = "money", nullable=true)
  2. private BigDecimal price;
  3.  
  4. <property name = "price" column = "EPreis" type="big_decimal"/>
  5.  
  6. Schema-validation: wrong column type encountered in column ...
  7. found [money (Types#DECIMAL)], but expecting [numeric(19,2) (Types#NUMERIC)]
Add Comment
Please, Sign In to add comment