Re: mysql @Column unique

2019-11-18 Thread Mark Struberg
Do you have an example code somewhere? LieGrue, strub > Am 04.11.2019 um 16:46 schrieb Matthew Broadhead > : > > i am using value="buildSchema(ForeignKeys=true)" /> to generate the MySQL tables based > on the entities. > > however @Column(unique = true) does not seem to have flaged the

mysql @Column unique

2019-11-04 Thread Matthew Broadhead
i am using value="buildSchema(ForeignKeys=true)" /> to generate the MySQL tables based on the entities. however @Column(unique = true) does not seem to have flaged the field as unique