标签:detail 匹配 man _id int art details http integer
最近在使用shiro做权限管理模块时,使用的时user(用户)-role(角色)-resource(资源)模式,其中user-role 是多对多,role-resource 也是多对多。但是在使用spring data jpa 进行关联映射数据库时,报错: Cannot add foreign key constraint。最后我这里产生错误的的原因是 reource 表中主键ID类型是 bigint , 而role-resource 关联表中的resource_id 是int型,所以报错。
Cannot add foreign key constraint @ManyToMany @OneToMany
标签:detail 匹配 man _id int art details http integer
原文地址:http://www.cnblogs.com/jixue/p/7482795.html