mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#533 - DDL - Invalid foreign key constraint name for @ManyToMany when using explicit schema in @Table - Temp testing
This commit is contained in:
@@ -6,6 +6,7 @@ import java.util.List;
|
||||
import javax.persistence.*;
|
||||
|
||||
@Entity
|
||||
@Table(name="muser", schema = "mys")
|
||||
public class MUser {
|
||||
|
||||
@Id
|
||||
|
||||
Reference in New Issue
Block a user