Loading data/ddl/table/ADRESSE_NUMERO_COMPL.php +12 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,18 @@ return [ 'position' => 2, 'commentaire' => NULL, ], 'CODE_RH' => [ 'name' => 'CODE_RH', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 10, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 4, 'commentaire' => NULL, ], 'ID' => [ 'name' => 'ID', 'type' => 'int', Loading data/ddl/table/VOIRIE.php +12 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,18 @@ return [ 'position' => 2, 'commentaire' => NULL, ], 'CODE_RH' => [ 'name' => 'CODE_RH', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 10, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 12, 'commentaire' => NULL, ], 'HISTO_CREATEUR_ID' => [ 'name' => 'HISTO_CREATEUR_ID', 'type' => 'int', Loading module/Application/src/Application/Entity/Db/AdresseNumeroCompl.php +15 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,11 @@ class AdresseNumeroCompl */ protected $code; /** * @var string */ protected $codeRh; /** * @var string */ Loading Loading @@ -44,6 +49,16 @@ class AdresseNumeroCompl /** * @return string */ public function getCodeRh(): ?string { return $this->codeRh; } /** * @return string */ Loading module/Application/src/Application/Entity/Db/Mapping/Application.Entity.Db.AdresseNumeroCompl.dcm.xml +6 −5 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ <entity name="Application\Entity\Db\AdresseNumeroCompl" table="ADRESSE_NUMERO_COMPL"> <id name="id" type="integer" column="ID"/> <field name="code" type="string" column="CODE" length="5" nullable="false"/> <field name="codeRh" type="string" column="CODE_RH" length="10" nullable="true"/> <field name="libelle" type="string" column="LIBELLE" length="60" nullable="false"/> </entity> </doctrine-mapping> module/Application/src/Application/Entity/Db/Mapping/Application.Entity.Db.Voirie.dcm.xml +32 −31 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ <generator strategy="SEQUENCE"/> </id> <field name="code" type="string" column="CODE" length="5" nullable="false"/> <field name="codeRh" type="string" column="CODE_RH" length="10" nullable="true"/> <field name="libelle" type="string" column="LIBELLE" length="60" nullable="false"/> <many-to-one field="source" target-entity="UnicaenImport\Entity\Db\Source"> Loading Loading
data/ddl/table/ADRESSE_NUMERO_COMPL.php +12 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,18 @@ return [ 'position' => 2, 'commentaire' => NULL, ], 'CODE_RH' => [ 'name' => 'CODE_RH', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 10, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 4, 'commentaire' => NULL, ], 'ID' => [ 'name' => 'ID', 'type' => 'int', Loading
data/ddl/table/VOIRIE.php +12 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,18 @@ return [ 'position' => 2, 'commentaire' => NULL, ], 'CODE_RH' => [ 'name' => 'CODE_RH', 'type' => 'string', 'bdd-type' => 'VARCHAR2', 'length' => 10, 'scale' => NULL, 'precision' => NULL, 'nullable' => TRUE, 'default' => NULL, 'position' => 12, 'commentaire' => NULL, ], 'HISTO_CREATEUR_ID' => [ 'name' => 'HISTO_CREATEUR_ID', 'type' => 'int', Loading
module/Application/src/Application/Entity/Db/AdresseNumeroCompl.php +15 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,11 @@ class AdresseNumeroCompl */ protected $code; /** * @var string */ protected $codeRh; /** * @var string */ Loading Loading @@ -44,6 +49,16 @@ class AdresseNumeroCompl /** * @return string */ public function getCodeRh(): ?string { return $this->codeRh; } /** * @return string */ Loading
module/Application/src/Application/Entity/Db/Mapping/Application.Entity.Db.AdresseNumeroCompl.dcm.xml +6 −5 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ <entity name="Application\Entity\Db\AdresseNumeroCompl" table="ADRESSE_NUMERO_COMPL"> <id name="id" type="integer" column="ID"/> <field name="code" type="string" column="CODE" length="5" nullable="false"/> <field name="codeRh" type="string" column="CODE_RH" length="10" nullable="true"/> <field name="libelle" type="string" column="LIBELLE" length="60" nullable="false"/> </entity> </doctrine-mapping>
module/Application/src/Application/Entity/Db/Mapping/Application.Entity.Db.Voirie.dcm.xml +32 −31 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ <generator strategy="SEQUENCE"/> </id> <field name="code" type="string" column="CODE" length="5" nullable="false"/> <field name="codeRh" type="string" column="CODE_RH" length="10" nullable="true"/> <field name="libelle" type="string" column="LIBELLE" length="60" nullable="false"/> <many-to-one field="source" target-entity="UnicaenImport\Entity\Db\Source"> Loading