Skip to content

Commit 881036e

Browse files
committed
Change components to joined inheritance type
1 parent 05a8e62 commit 881036e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/config/doctrine-orm/Core.AbstractComponent.orm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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"/>

0 commit comments

Comments
 (0)