Files
2020-01-27 08:56:08 +01:00

17 lines
746 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<database defaultIdMethod="native" name="thelia" >
<!--
See propel documentation on http://propelorm.org for all information about schema file
-->
<table name="WITHDRAWAL_IN_STORE" namespace="WithdrawalInStore\Model">
<column autoIncrement="true" name="id" primaryKey="true" required="true" type="INTEGER" />
<column name="area_id" required="true" type="INTEGER" />
<column name="amount" required="true" type="INTEGER" />
<foreign-key foreignTable="area" name="fk_area_associated_WithdrawalInStore_area_id">
<reference foreign="id" local="area_id" />
</foreign-key>
</table>
<external-schema filename="local/config/schema.xml" referenceOnly="true" />
</database>