File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Resources/config/doctrine-orm Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<doctrine-mapping xmlns =" http://doctrine-project.org/schemas/orm/doctrine-mapping" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
33 xsi : schemaLocation =" http://doctrine-project.org/schemas/orm/doctrine-mapping https://www.doctrine-project.org/schemas/orm/doctrine-mapping.xsd" >
4- <entity name =" Silverback\ApiComponentsBundle\Entity\Core\AbstractComponent" table =" abstract_component" inheritance-type =" SINGLE_TABLE " >
4+ <entity name =" Silverback\ApiComponentsBundle\Entity\Core\AbstractComponent" table =" abstract_component" inheritance-type =" JOINED " >
55 <discriminator-column name =" dtype" type =" string" length =" 255" />
66 <id name =" id" column =" id" type =" uuid" >
77 <generator strategy =" CUSTOM" />
You can’t perform that action at this time.
0 commit comments