Inital commit

This commit is contained in:
2020-11-19 15:36:28 +01:00
parent 71f32f83d3
commit 66ce4ee218
18077 changed files with 2166122 additions and 35184 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<database defaultIdMethod="native" name="thelia" namespace="Atos\Model">
<!--
See propel documentation on http://propelorm.org for all information about schema file
-->
<table name="atos_currency">
<column name="code" required="true" size="128" type="VARCHAR" primaryKey="true"/>
<column name="atos_code" type="INTEGER" />
<column name="decimals" type="INTEGER" />
</table>
<external-schema filename="local/config/schema.xml" referenceOnly="true" />
</database>