mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 17:29:04 +00:00 
			
		
		
		
	Optimized schema mapping
This commit is contained in:
		| @@ -41,7 +41,7 @@ final class Relation extends AbstractMeta implements RelationInterface | ||||
|  | ||||
|     /** | ||||
|      * Childs represent the by the object produced relations. | ||||
|      * @ORM\ManyToMany(targetEntity="Relation") | ||||
|      * @ORM\ManyToMany(targetEntity="Relation",inversedBy="parents") | ||||
|      * @ORM\JoinTable(name="meta_relation_childs", | ||||
|      *      joinColumns={@ORM\JoinColumn(name="relation_id", referencedColumnName="id")}, | ||||
|      *      inverseJoinColumns={@ORM\JoinColumn(name="child_id", referencedColumnName="id")} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user