用户 {UserId:primaryKey,Name,StateID:ForeignKey to states Table}
状态 {STATEID:PrimaryKey的,名称}
user_state {UserId:primaryKey,ForeignKey to users 表, stateId:primaryKey,ForeignKey to states表 }
我将用户, sates 表添加到成功模型中。 但是当我更新模型并将 user_state 表添加到模型时,不要添加和添加状态和用户表之间的新关系。为什么?出了什么问题?
先谢谢你。