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 removed
This commit is contained in:
@@ -8,7 +8,7 @@ import javax.persistence.Table;
|
||||
import java.util.List;
|
||||
|
||||
@Entity
|
||||
@Table(name = "mrole", schema = "mys")
|
||||
@Table(name = "mrole")
|
||||
public class MRole {
|
||||
|
||||
@Id
|
||||
|
||||
Reference in New Issue
Block a user