columnDefinition on @Column doesn't work ----------------------------------------
Key: OPENJPA-224 URL: https://issues.apache.org/jira/browse/OPENJPA-224 Project: OpenJPA Issue Type: Bug Components: jpa Affects Versions: 0.9.6 Reporter: Daniel Gajdos I tried to specify @Column(name = "C_APPLICATION_NUMBER", columnDefinition="nvarchar(250)") but it still generates C_APPLICATION_NUMBER VARCHAR2(255) as column declaration. I need to user NVARCHAR2(250) to support national charset. Any idea why it doesn't work? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.