You need to use the columnDefinition property of the @Column annotation. i.e. @Column(columnDefinition="varchar2(20)").
確定! 回上一頁