however @Column(unique = true) does not seem to have flaged the field as unique
i am using <property name="openjpa.jdbc.SynchronizeMappings"
value="buildSchema(ForeignKeys=true)" /> to generate the MySQL tables
based on the entities.
- mysql @Column unique Matthew Broadhead
- Re: mysql @Column unique Mark Struberg