Files
2020-11-19 15:36:28 +01:00

23 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<database defaultIdMethod="native" name="thelia"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../../core/vendor/propel/propel/resources/xsd/database.xsd" >
<table name="rib_client" namespace="RibClient\Model">
<column autoIncrement="true" name="id" primaryKey="true" required="true" type="INTEGER" />
<column name="customer_id" type="INTEGER"/>
<column name="iban" type="varchar" size="255"/>
<column name="bic" type="varchar" size="255"/>
<column name="remarques" type="CLOB"/>
<column name="mode_de_reglement" type="varchar" size="255"/>
<column name="echeance" type="integer" size="3"/>
<column name="net_ou_fdm" type="varchar" size="255"/>
<foreign-key foreignTable="customer" onDelete="CASCADE" onUpdate="RESTRICT">
<reference foreign="id" local="customer_id" />
</foreign-key>
</table>
<external-schema filename="local/config/schema.xml" referenceOnly="true" />
</database>