#533 - DDL - Invalid foreign key constraint name for @ManyToMany when using explicit schema in @Table - Temp testing

This commit is contained in:
Robin Bygrave
2016-01-19 09:57:49 +13:00
parent a70fe184c2
commit 77bcb4aef9
7 changed files with 84 additions and 86 deletions
@@ -6,6 +6,7 @@ import java.util.List;
import javax.persistence.*;
@Entity
@Table(name="muser", schema = "mys")
public class MUser {
@Id