mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 17:29:04 +00:00 
			
		
		
		
	Implemented single table inhieratance for NameSources
This commit is contained in:
		| @@ -11,9 +11,9 @@ use Doctrine\ORM\Mapping as ORM; | ||||
|  * | ||||
|  * @ORM\Entity | ||||
|  * @ORM\Table(name="source_data_name") | ||||
|  * @ORM\InheritanceType("JOINED") | ||||
|  * @ORM\InheritanceType("SINGLE_TABLE") | ||||
|  * @ORM\DiscriminatorColumn(name="discr", type="string") | ||||
|  * @ORM\DiscriminatorMap({"nickname" = "NicknameSource"}) | ||||
|  * @ORM\DiscriminatorMap({"nickname" = "NicknameSource","firstname" = "FirstNameSource", "lastname" = "LastNameSource"}) | ||||
|  */ | ||||
| abstract class AbstractNameSource extends AbstractDataSource implements NameSourceInterface | ||||
| { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user